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

  /external/bluetooth/glib/gio/
gvolume.h 86 * @can_mount: Returns %TRUE if the #GVolume can be mounted.
123 gboolean (* can_mount) (GVolume *volume); member in struct:_GVolumeIface
gvolume.c 292 if (iface->can_mount == NULL)
295 return (* iface->can_mount) (volume);
gunixvolume.c 525 iface->can_mount = g_unix_volume_can_mount;

Completed in 52 milliseconds