Object
Overrides for GClosure, GObject's base class for closure objects.
# File lib/ffi-gobject/closure.rb, line 6 def set_marshal marshal callback = GObject::ClosureMarshal.from marshal Lib.g_closure_set_marshal self, callback end