Searched defs:hook_id (Results 1 - 3 of 3) sorted by relevance

/external/bluetooth/glib/glib/
H A Dghook.h81 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/
H A Dgsignal.c943 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);
955 g_signal_remove_emission_hook(guint signal_id, gulong hook_id) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 60 milliseconds