diff options
author | Alexander Larsson <alexl@src.gnome.org> | 2007-09-13 13:25:51 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@src.gnome.org> | 2007-09-13 13:25:51 +0000 |
commit | cc83b35498ee2d30894486a91d50bf4cc629ec4d (patch) | |
tree | 3ed00754a73f6e446b7d1f7558fbf5c06391b8ee /daemon/gvfsdaemon.h | |
parent | 82fa73ce3b1463c051ead839cdde2e19f80efdbc (diff) |
Update gvfs mounting to the new APIs
Original git commit by Alexander Larsson <alexl@redhat.com> at 1178632314 +0200
svn path=/trunk/; revision=525
Diffstat (limited to 'daemon/gvfsdaemon.h')
-rw-r--r-- | daemon/gvfsdaemon.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/daemon/gvfsdaemon.h b/daemon/gvfsdaemon.h index 61fb7af0..b74d7767 100644 --- a/daemon/gvfsdaemon.h +++ b/daemon/gvfsdaemon.h @@ -44,7 +44,10 @@ void g_vfs_daemon_register_path (GVfsDaemon *daemon, void g_vfs_daemon_unregister_path (GVfsDaemon *daemon, const char *obj_path); void g_vfs_daemon_initiate_mount (GVfsDaemon *daemon, - GMountSource *mount_source); + GMountSpec *mount_spec, + GMountSource *mount_source, + gboolean is_automount, + DBusMessage *request); G_END_DECLS |