HomeSort by relevance Sort by last modified time
    Searched refs:hook_id (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/glib/glib/
ghook.h 81 gulong hook_id; member in struct:_GHook
95 #define G_HOOK_IS_VALID(hook) (G_HOOK (hook)->hook_id != 0 && \
100 G_HOOK (hook)->hook_id == 0 && \
117 gulong hook_id);
129 gulong hook_id);
  /external/bluetooth/glib/gobject/
gsignal.h 333 gulong hook_id);
gsignal.c 943 return hook->hook_id;
949 * @hook_id: the id of the emission hook, as returned by
956 gulong hook_id)
961 g_return_if_fail (hook_id > 0);
967 else if (!node->emission_hooks || !g_hook_destroy (node->emission_hooks, hook_id))
968 g_warning ("%s: signal \"%s\" had no hook (%lu) to remove", G_STRLOC, node->name, hook_id);
    [all...]

Completed in 37 milliseconds