Home | History | Annotate | Download | only in gio

Lines Matching full:mount

214   GMount *mount;
219 mount = NULL;
227 mount = g_volume_monitor_get_mount_for_uuid (child_monitor, uuid);
228 if (mount != NULL)
235 return mount;
290 "mount-added",
300 "mount-removed",
310 "mount-pre-unmount",
321 "mount-changed",
379 g_signal_connect (volume_monitor, "mount-added", (GCallback)child_mount_added, union_monitor);
380 g_signal_connect (volume_monitor, "mount-removed", (GCallback)child_mount_removed, union_monitor);
381 g_signal_connect (volume_monitor, "mount-pre-unmount", (GCallback)child_mount_pre_unmount, union_monitor);
382 g_signal_connect (volume_monitor, "mount-changed", (GCallback)child_mount_changed, union_monitor);
583 GMount *mount;
589 mount = NULL;
594 mount = klass->get_mount_for_mount_path (mount_path, cancellable);
608 return mount;
613 * @mount: a #GMount object to find a parent for
627 * the implementor must take a reference to @mount and return it in
629 * listen for the "unmounted" signal on @mount and give up its
644 * Returns: the #GVolume object that is the parent for @mount or %NULL
649 * the mount they intend to adopt. See the proxy volume monitor in
654 g_volume_monitor_adopt_orphan_mount (GMount *mount)
661 g_return_val_if_fail (mount != NULL, NULL);
677 volume = child_monitor_class->adopt_orphan_mount (mount, child_monitor);