Struct glib_sys::GHook
[−]
[src]
pub struct GHook { pub data: gpointer, pub next: *mut GHook, pub prev: *mut GHook, pub ref_count: c_uint, pub hook_id: c_ulong, pub flags: c_uint, pub func: gpointer, pub destroy: GDestroyNotify, }
Fields
data | |
next | |
prev | |
ref_count | |
hook_id | |
flags | |
func | |
destroy |