summaryrefslogtreecommitdiff
path: root/common/gmountspec.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@src.gnome.org>2007-09-13 11:14:02 +0000
committerAlexander Larsson <alexl@src.gnome.org>2007-09-13 11:14:02 +0000
commitd36c5665264b43302d739f9d2a0babb8e6c6353f (patch)
tree7a45639e49e4a272d7bb91e5892340f988078068 /common/gmountspec.h
parent3c9f59e9bb4e28eb1534976c34300e3854bc0925 (diff)
downloadgvfs-d36c5665264b43302d739f9d2a0babb8e6c6353f.tar.gz
Add type arg to g_mount_spec_new
Original git commit by Alexander Larsson <alex@greebo.(none)> at 1170078894 +0100 svn path=/trunk/; revision=276
Diffstat (limited to 'common/gmountspec.h')
-rw-r--r--common/gmountspec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/gmountspec.h b/common/gmountspec.h
index a89fb9e4..8b4775ba 100644
--- a/common/gmountspec.h
+++ b/common/gmountspec.h
@@ -35,7 +35,7 @@ typedef struct {
char *mount_prefix;
} GMountSpec;
-GMountSpec *g_mount_spec_new (void);
+GMountSpec *g_mount_spec_new (const char *type);
GMountSpec *g_mount_spec_ref (GMountSpec *spec);
void g_mount_spec_unref (GMountSpec *spec);
GMountSpec *g_mount_spec_from_dbus (DBusMessageIter *iter);