Overrides for GClosure, GObject’s base class for closure objects.
RubyClosure
6 7 8 9
# File 'lib/ffi-gobject/closure.rb', line 6 def set_marshal marshal callback = GirFFI::Callback.from("GObject", "ClosureMarshal", marshal) Lib.g_closure_set_marshal self, callback end