glib.ghook

Undocumented in source.

Members

Aliases

GHookCheckFunc
alias GHookCheckFunc = gboolean function(gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GHookCheckMarshaller
alias GHookCheckMarshaller = gboolean function(GHook* hook, gpointer marshal_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GHookCompareFunc
alias GHookCompareFunc = gint function(GHook* new_hook, GHook* sibling)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GHookFinalizeFunc
alias GHookFinalizeFunc = void function(GHookList* hook_list, GHook* hook)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GHookFindFunc
alias GHookFindFunc = gboolean function(GHook* hook, gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GHookFunc
alias GHookFunc = void function(gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GHookMarshaller
alias GHookMarshaller = void function(GHook* hook, gpointer marshal_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

GHookFlagMask
enum GHookFlagMask
Undocumented in source.

Functions

g_hook_alloc
GHook* g_hook_alloc(GHookList* hook_list)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_hook_append
auto g_hook_append(HL hook_list, H hook)
Undocumented in source. Be warned that the author may not have intended to support it.
g_hook_compare_ids
gint g_hook_compare_ids(GHook* new_hook, GHook* sibling)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_hook_destroy
gboolean g_hook_destroy(GHookList* hook_list, gulong hook_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_hook_destroy_link
void g_hook_destroy_link(GHookList* hook_list, GHook* hook)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_hook_find
GHook* g_hook_find(GHookList* hook_list, gboolean need_valids, GHookFindFunc func, gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_hook_find_data
GHook* g_hook_find_data(GHookList* hook_list, gboolean need_valids, gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_hook_find_func
GHook* g_hook_find_func(GHookList* hook_list, gboolean need_valids, gpointer func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_hook_find_func_data
GHook* g_hook_find_func_data(GHookList* hook_list, gboolean need_valids, gpointer func, gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_hook_first_valid
GHook* g_hook_first_valid(GHookList* hook_list, gboolean may_be_in_call)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_hook_free
void g_hook_free(GHookList* hook_list, GHook* hook)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_hook_get
GHook* g_hook_get(GHookList* hook_list, gulong hook_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_hook_insert_before
void g_hook_insert_before(GHookList* hook_list, GHook* sibling, GHook* hook)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_hook_insert_sorted
void g_hook_insert_sorted(GHookList* hook_list, GHook* hook, GHookCompareFunc func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_hook_list_clear
void g_hook_list_clear(GHookList* hook_list)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_hook_list_init
void g_hook_list_init(GHookList* hook_list, guint hook_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_hook_list_invoke
void g_hook_list_invoke(GHookList* hook_list, gboolean may_recurse)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_hook_list_invoke_check
void g_hook_list_invoke_check(GHookList* hook_list, gboolean may_recurse)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_hook_list_marshal
void g_hook_list_marshal(GHookList* hook_list, gboolean may_recurse, GHookMarshaller marshaller, gpointer marshal_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_hook_list_marshal_check
void g_hook_list_marshal_check(GHookList* hook_list, gboolean may_recurse, GHookCheckMarshaller marshaller, gpointer marshal_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_hook_next_valid
GHook* g_hook_next_valid(GHookList* hook_list, GHook* hook, gboolean may_be_in_call)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_hook_prepend
void g_hook_prepend(GHookList* hook_list, GHook* hook)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_hook_ref
GHook* g_hook_ref(GHookList* hook_list, GHook* hook)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_hook_unref
void g_hook_unref(GHookList* hook_list, GHook* hook)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

G_HOOK_FLAG_USER_SHIFT
enum G_HOOK_FLAG_USER_SHIFT;
Undocumented in source.

Structs

GHook
struct GHook
Undocumented in source.
GHookList
struct GHookList
Undocumented in source.

Meta