Creates a new closure which invokes callback_func with user_data as the last 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
See Implementation
Creates a new closure which invokes callback_func with user_data as the last parameter.