| [Insert name here] Reference Manual | ||||
|---|---|---|---|---|
void (*HookFunction) (gpointer hook_data,gpointer user_data); HookItem; Hook;void hook_register (constgchar *name);gint hook_associate (constgchar *name, HookFunction func,gpointer user_data);gint hook_dissociate (constgchar *name, HookFunction func);void hook_call (constgchar *name,gpointer hook_data);
void (*HookFunction) (gpointer hook_data,gpointer user_data);
|
|
|
gint hook_associate (constgchar *name, HookFunction func,gpointer user_data);
|
|
|
|
|
|
Returns : |
gint hook_dissociate (constgchar *name, HookFunction func);
|
|
|
|
Returns : |