OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:G_SIGNAL_RUN_CLEANUP
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/glib/gobject/
gsignal.h
98
* @
G_SIGNAL_RUN_CLEANUP
: Invoke the object method handler in the last emission stage.
120
G_SIGNAL_RUN_CLEANUP
= 1 << 2,
206
* %G_SIGNAL_RUN_LAST or %
G_SIGNAL_RUN_CLEANUP
.
testgobject.c
195
G_SIGNAL_RUN_FIRST | G_SIGNAL_RUN_LAST |
G_SIGNAL_RUN_CLEANUP
,
gsignal.c
84
* 5 - Invocation of the object method handler for %
G_SIGNAL_RUN_CLEANUP
signals
[
all
...]
Completed in 54 milliseconds