Creates a new closure which invokes callback_func with user_data as the first parameter.
the function to invoke
user data to pass to callback_func
destroy notify to be called when user_data is no longer used
a new GCClosure. [transfer full]
See Implementation
Creates a new closure which invokes callback_func with user_data as the first parameter.