OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GClosureMarshal
(Results
1 - 4
of
4
) sorted by null
/external/bluetooth/glib/gobject/
gclosure.h
38
* Returns: %TRUE if a #
GClosureMarshal
marshaller has not yet been set on
100
*
GClosureMarshal
:
114
typedef void (*
GClosureMarshal
) (GClosure *closure,
227
GClosureMarshal
marshal);
230
GClosureMarshal
meta_marshal);
gsourceclosure.c
194
GClosureMarshal
marshal = (
GClosureMarshal
)source->source_funcs->closure_marshal;
gclosure.c
252
closure->marshal = (
GClosureMarshal
) ndata->notify;
267
closure->marshal = (
GClosureMarshal
) ndata->notify;
300
* @meta_marshal: a #
GClosureMarshal
function
321
GClosureMarshal
meta_marshal)
748
GClosureMarshal
marshal;
758
marshal = (
GClosureMarshal
) closure->notifiers[0].notify;
782
* @marshal: a #
GClosureMarshal
function
793
GClosureMarshal
marshal)
[
all
...]
gsignal.h
41
* invocations. It is merely an alias to #
GClosureMarshal
since the #GClosure
45
typedef
GClosureMarshal
GSignalCMarshaller;
Completed in 42 milliseconds