OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:supports_files
(Results
1 - 4
of
4
) sorted by null
/external/bluetooth/glib/gio/
gappinfo.h
68
* @
supports_files
: Indicates whether the application specified accepts filename arguments.
105
gboolean (*
supports_files
) (GAppInfo *appinfo);
member in struct:_GAppInfoIface
gappinfo.c
548
return (* iface->
supports_files
) (appinfo);
gwin32appinfo.c
387
iface->
supports_files
= g_win32_app_info_supports_files;
gdesktopappinfo.c
[
all
...]
Completed in 27 milliseconds