Create a closure with the given arguments. See gtk.builder.Builder.createClosure
for more details on those.
The C implementation will try to use dlsym() to locate the function name and then
gobject.cclosure.CClosure.new_ to create a closure for the symbol.
The default implementation just fails and returns null.
Create a closure with the given arguments. See gtk.builder.Builder.createClosure for more details on those. The C implementation will try to use dlsym() to locate the function name and then gobject.cclosure.CClosure.new_ to create a closure for the symbol. The default implementation just fails and returns null.