OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hook_id
(Results
1 - 5
of
5
) 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/docs/reference/glib/tmpl/
hooks.sgml
58
@
hook_id
: the id of this hook, which is unique within its list
244
@
hook_id
: a hook id
454
@
hook_id
: a 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
...]
/external/bluetooth/glib/
ChangeLog.pre-1-2
[
all
...]
Completed in 853 milliseconds