create_closure


Description:

[ NoWrapper ]
public abstract Closure create_closure (Builder builder, string function_name, BuilderClosureFlags flags, Object object) throws Error

Create a closure with the given arguments.

See create_closure for more details on those. The C implementation will try to use dlsym to locate the function name and then g_cclosure_new to create a closure for the symbol. The default implementation just fails and returns null.