summaryrefslogtreecommitdiff
path: root/common/gmountoperationdbus.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2007-09-25 09:59:40 +0000
committerAlexander Larsson <alexl@src.gnome.org>2007-09-25 09:59:40 +0000
commit1cd0ca1e977c0b5ce7253835e942ad35c420ac77 (patch)
treeb0ee29ba7e22bcd56a4c2d9171856ee4636f5376 /common/gmountoperationdbus.h
parentbdc2cae5a5026eac1e885b1576c17e4e8b21a4c5 (diff)
downloadgvfs-1cd0ca1e977c0b5ce7253835e942ad35c420ac77.tar.gz
Pass in DBusConnection to use instead of using default one
2007-09-25 Alexander Larsson <alexl@redhat.com> * common/gmountoperationdbus.[ch]: * common/gmounttracker.[ch]: Pass in DBusConnection to use instead of using default one * client/gdaemonfile.c: * client/gdaemonvfs.[ch]: * client/gvfsdaemondbus.c: Use private dbus connection even for async calls, since the mainloop integration is conflicting with dbus-glib. This is a temporary measure until this is solved in a better way. * client/gdaemonvolumemonitor.c: * client/gvfsfusedaemon.c: * daemon/gvfsbackendsmbbrowse.c: Update to the API changes svn path=/trunk/; revision=959
Diffstat (limited to 'common/gmountoperationdbus.h')
-rw-r--r--common/gmountoperationdbus.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/gmountoperationdbus.h b/common/gmountoperationdbus.h
index 16c842b9..4c74efd3 100644
--- a/common/gmountoperationdbus.h
+++ b/common/gmountoperationdbus.h
@@ -10,7 +10,8 @@
G_BEGIN_DECLS
-GMountSource *g_mount_operation_dbus_wrap (GMountOperation *op);
+GMountSource *g_mount_operation_dbus_wrap (GMountOperation *op,
+ DBusConnection *connection);
G_END_DECLS