OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:get_drive
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/glib/gio/
gmount.h
52
* @
get_drive
: Gets a #GDrive the volume of the mount is located on. Returns %NULL if the #GMount is not associated with a #GDrive or a #GVolume. This is convenience method for getting the #GVolume and using that to get the #GDrive.
85
GDrive * (*
get_drive
) (GMount *mount);
member in struct:_GMountIface
gvolume.h
84
* @
get_drive
: Gets a #GDrive the volume is located on. Returns %NULL if the #GVolume is not associated with a #GDrive.
121
GDrive * (*
get_drive
) (GVolume *volume);
member in struct:_GVolumeIface
Completed in 23 milliseconds