summaryrefslogtreecommitdiff
path: root/common/gmountoperationdbus.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@src.gnome.org>2007-09-13 11:25:55 +0000
committerAlexander Larsson <alexl@src.gnome.org>2007-09-13 11:25:55 +0000
commit2e6f0c31af7c2b1262db3e84654c1c2ed082a18a (patch)
tree21eec64a5d41bfbb087289d533d90cfab6b6b0df /common/gmountoperationdbus.h
parent5950303721316b204dd2e98323e3696dcc59c328 (diff)
downloadgvfs-2e6f0c31af7c2b1262db3e84654c1c2ed082a18a.tar.gz
More work on mounting. Automount of smb now works (test).
Original git commit by Alexander Larsson <alex@greebo.(none)> at 1170415025 +0100 svn path=/trunk/; revision=296
Diffstat (limited to 'common/gmountoperationdbus.h')
-rw-r--r--common/gmountoperationdbus.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/common/gmountoperationdbus.h b/common/gmountoperationdbus.h
index 986552e4..dce774fc 100644
--- a/common/gmountoperationdbus.h
+++ b/common/gmountoperationdbus.h
@@ -5,6 +5,7 @@
#include <glib-object.h>
#include <gio/gmountoperation.h>
+#include <gmountspec.h>
#include <dbus/dbus.h>
G_BEGIN_DECLS
@@ -25,6 +26,7 @@ struct _GMountOperationDBus
char *obj_path;
DBusConnection *connection;
+ GMountSpec *mount_spec;
};
struct _GMountOperationDBusClass
@@ -34,7 +36,7 @@ struct _GMountOperationDBusClass
GType g_mount_operation_dbus_get_type (void) G_GNUC_CONST;
-GMountOperationDBus * g_mount_operation_dbus_new (void);
+GMountOperationDBus * g_mount_operation_dbus_new (GMountSpec *spec);
G_END_DECLS