diff options
author | Alexander Larsson <alexl@redhat.com> | 2007-09-25 09:59:40 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@src.gnome.org> | 2007-09-25 09:59:40 +0000 |
commit | 1cd0ca1e977c0b5ce7253835e942ad35c420ac77 (patch) | |
tree | b0ee29ba7e22bcd56a4c2d9171856ee4636f5376 /common/gmountoperationdbus.h | |
parent | bdc2cae5a5026eac1e885b1576c17e4e8b21a4c5 (diff) | |
download | gvfs-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.h | 3 |
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 |