GtkBuilderScopeInterface.createClosure

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.

struct GtkBuilderScopeInterface
extern (C)
GClosure* function(GtkBuilderScope* self, GtkBuilder* builder, const(char)* functionName, GtkBuilderClosureFlags flags, ObjectC* object, GError** _err) createClosure;