Searched refs:get_drive (Results 1 - 7 of 7) sorted by relevance

/external/bluetooth/glib/gio/
H A Dgvolume.h84 * @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
H A Dgmount.h52 * @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
H A Dgvolume.c249 return (* iface->get_drive) (volume);
H A Dgwin32mount.c341 iface->get_drive = g_win32_mount_get_drive;
H A Dgmount.c284 return (* iface->get_drive) (mount);
H A Dgunixmount.c459 iface->get_drive = g_unix_mount_get_drive;
H A Dgunixvolume.c523 iface->get_drive = g_unix_volume_get_drive;

Completed in 15 milliseconds