Lines Matching full:mount
111 * g_file_mount_mountable() to mount a mountable file.
1283 * If the #GFileIface for @file does not have a mount (e.g. possibly a
1312 * enclosing (user visible) mount of a file, but none exists. */
1313 _("Containing mount does not exist"));
1329 * Asynchronously gets the mount for the file.
1362 * Finishes an asynchronous find mount request.
3684 * Finishes a mount operation. See g_file_mount_mountable() for details.
3686 * Finish an asynchronous mount operation that was started
4667 GMount *mount;
4669 mount = g_file_find_enclosing_mount (G_FILE (object), cancellable, &error);
4671 if (mount == NULL)
4677 g_simple_async_result_set_op_res_gpointer (res, mount, (GDestroyNotify)g_object_unref);
4701 GMount *mount;
4705 mount
4706 return g_object_ref (mount);
5011 _("volume doesn't implement mount"));
5026 * Finishes a mount operation started by g_file_mount_enclosing_volume().