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

  /external/bluetooth/glib/gio/
gvolume.h 88 * @mount_fn: Mounts a given #GVolume.
125 void (* mount_fn) (GVolume *volume, member in struct:_GVolumeIface
gvolume.c 372 if (iface->mount_fn == NULL)
381 (* iface->mount_fn) (volume, flags, mount_operation, cancellable, callback, user_data);
gunixvolume.c 528 iface->mount_fn = g_unix_volume_mount;

Completed in 39 milliseconds