OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:remove_supports_type
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/glib/gio/
gappinfo.h
77
* @
remove_supports_type
: Removes a supported application type from a #GAppInfo.
123
gboolean (*
remove_supports_type
) (GAppInfo *appinfo,
member in struct:_GAppInfoIface
gappinfo.c
437
if (iface->
remove_supports_type
)
438
return (* iface->
remove_supports_type
) (appinfo, content_type, error);
gdesktopappinfo.c
[
all
...]
Completed in 4953 milliseconds