Lines Matching full:mount
45 * #GSimpleAsyncReady. To mount a #GVolume, first call
256 * Gets the mount for the @volume.
376 _("volume doesn't implement mount"));
393 * If the mount operation succeeded, g_volume_get_mount() on @volume
394 * is guaranteed to return the mount right after calling this
395 * function; there's no need to listen for the 'mount-added' signal on
550 * mount time. Returns %NULL otherwise. If not %NULL and if @volume
557 * GMount *mount;
561 * mount = g_volume_get_mount (volume); /* mounted, so never NULL */
562 * mount_root = g_mount_get_root (mount);
576 * implementations to find the underlying mount to shadow, see