OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_source_object
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/glib/gio/
gasyncresult.h
52
* @
get_source_object
: Gets the source object that issued the asynchronous operation.
63
GObject * (*
get_source_object
) (GAsyncResult *async_result);
member in struct:_GAsyncResultIface
gasyncresult.c
194
return (* iface->
get_source_object
) (res);
gsimpleasyncresult.c
303
iface->
get_source_object
= g_simple_async_result_get_source_object;
Completed in 17 milliseconds