[gvfs/gdbus-core: 2/49] gdbus: Fix mismerged struct



commit f55ffc1135840380c761f2cbb776e0253ed6305d
Author: Tomas Bzatek <tbzatek redhat com>
Date:   Thu Apr 5 15:09:20 2012 +0200

    gdbus: Fix mismerged struct

 daemon/mount.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/daemon/mount.c b/daemon/mount.c
index 97a0109..1a30adf 100644
--- a/daemon/mount.c
+++ b/daemon/mount.c
@@ -713,8 +713,9 @@ handle_register_mount (GVfsDBusMountTracker *object,
 }
 
 typedef struct {
-  DBusMessage *message;
-  DBusConnection *connection;
+  GVfsDBusMountTracker *object;
+  GDBusMethodInvocation *invocation;
+  GMountSpec *spec;
 } AutoMountData;
 
 static void



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]