OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:has_volumes
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/glib/gio/
gdrive.h
48
* @
has_volumes
: Returns %TRUE if the #GDrive has mountable volumes.
80
gboolean (*
has_volumes
) (GDrive *drive);
member in struct:_GDriveIface
gdrive.c
214
return (* iface->
has_volumes
) (drive);
Completed in 132 milliseconds