HomeSort by relevance Sort by last modified time
    Searched refs:get_drive (Results 1 - 7 of 7) sorted by null

  /external/bluetooth/glib/gio/
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
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.c 249 return (* iface->get_drive) (volume);
gwin32mount.c 341 iface->get_drive = g_win32_mount_get_drive;
gmount.c 284 return (* iface->get_drive) (mount);
gunixmount.c 459 iface->get_drive = g_unix_mount_get_drive;
gunixvolume.c 523 iface->get_drive = g_unix_volume_get_drive;

Completed in 604 milliseconds