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

  /external/bluetooth/glib/gio/
gvolume.h 85 * @get_mount: Gets a #GMount representing the mounted volume. Returns %NULL if the #GVolume is not mounted.
122 GMount * (* get_mount) (GVolume *volume); member in struct:_GVolumeIface
gvolume.c 271 return (* iface->get_mount) (volume);
gunixvolume.c 524 iface->get_mount = g_unix_volume_get_mount;

Completed in 546 milliseconds