glib-d ~master (2019-11-06T23:23:12Z)
Dub
Repo
GClosureNotifyData
gobject
gclosure
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
)
struct
GClosureNotifyData {
gpointer
data
;
GClosureNotify
notify
;
}
Members
Variables
data
gpointer
data
;
Undocumented in source.
notify
GClosureNotify
notify
;
Undocumented in source.
Meta
Source
See Implementation
gobject
gclosure
aliases
GCallback
GClosureMarshal
GClosureNotify
GVaClosureMarshal
functions
g_cclosure_marshal_generic
g_cclosure_marshal_generic_va
g_cclosure_new
g_cclosure_new_swap
g_closure_add_finalize_notifier
g_closure_add_invalidate_notifier
g_closure_add_marshal_guards
g_closure_invalidate
g_closure_invoke
g_closure_new_simple
g_closure_ref
g_closure_remove_finalize_notifier
g_closure_remove_invalidate_notifier
g_closure_set_marshal
g_closure_set_meta_marshal
g_closure_sink
g_closure_unref
g_signal_type_cclosure_new
structs
GCClosure
GClosure
GClosureNotifyData