OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:get_commandline
(Results
1 - 4
of
4
) sorted by null
/external/bluetooth/glib/gio/
gappinfo.h
80
* @
get_commandline
: Gets the commandline for the #GAppInfo. Since 2.20
128
const char * (*
get_commandline
) (GAppInfo *appinfo);
member in struct:_GAppInfoIface
gappinfo.c
293
if (iface->
get_commandline
)
294
return (* iface->
get_commandline
) (appinfo);
gdesktopappinfo.c
[
all
...]
ChangeLog
346
* gappinfo.h: Document
get_commandline
vfunc
[
all
...]
Completed in 1232 milliseconds