OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:can_delete
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/glib/gio/
gappinfo.h
78
* @
can_delete
: Checks if a #GAppInfo can be deleted. Since 2.20
126
gboolean (*
can_delete
) (GAppInfo *appinfo);
member in struct:_GAppInfoIface
gappinfo.c
672
if (iface->
can_delete
)
673
return (* iface->
can_delete
) (appinfo);
gdesktopappinfo.c
[
all
...]
Completed in 1950 milliseconds