Home
last modified time | relevance | path

Searched refs:new_hook (Results 1 – 2 of 2) sorted by relevance

/third_party/glib/glib/
Dghook.h41 typedef gint (*GHookCompareFunc) (GHook *new_hook,
171 gint g_hook_compare_ids (GHook *new_hook,
Dghook.c1041 g_hook_compare_ids (GHook *new_hook, in g_hook_compare_ids() argument
1044 if (new_hook->hook_id < sibling->hook_id) in g_hook_compare_ids()
1046 else if (new_hook->hook_id > sibling->hook_id) in g_hook_compare_ids()