summaryrefslogtreecommitdiff
path: root/daemon/mount.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@src.gnome.org>2007-09-13 11:49:32 +0000
committerAlexander Larsson <alexl@src.gnome.org>2007-09-13 11:49:32 +0000
commitcc596f7215d4e842ce442de3c678ec8f4c2b783c (patch)
treed2e6c2b210c04503fb7ed7827c257b159f18714d /daemon/mount.h
parentae444bb52baabc983e9aa842c7b2fe62233a761f (diff)
downloadgvfs-cc596f7215d4e842ce442de3c678ec8f4c2b783c.tar.gz
Pass is_automount flag when mounting
Original git commit by Alexander Larsson <alex@greebo.(none)> at 1171366252 +0100 svn path=/trunk/; revision=339
Diffstat (limited to 'daemon/mount.h')
-rw-r--r--daemon/mount.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/daemon/mount.h b/daemon/mount.h
index d38496d2..5fe12048 100644
--- a/daemon/mount.h
+++ b/daemon/mount.h
@@ -13,7 +13,8 @@ void mount_init (void);
Mountable * lookup_mountable (GMountSpec *spec);
gboolean mountable_is_automount (Mountable *mountable);
GMountOperation *mountable_mount (Mountable *mountable,
- GMountSpec *spec);
+ GMountSpec *spec,
+ gboolean is_automount);
G_END_DECLS