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

  /external/bluetooth/glib/gio/
gmount.h 51 * @get_volume: Gets a #GVolume the mount is located on. Returns %NULL if the #GMount is not associated with a #GVolume.
84 GVolume * (* get_volume) (GMount *mount); member in struct:_GMountIface
gwin32mount.c 342 iface->get_volume = g_win32_mount_get_volume;
gmount.c 259 return (* iface->get_volume) (mount);
gunixmount.c 460 iface->get_volume = g_unix_mount_get_volume;

Completed in 9630 milliseconds