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



commit f5a6cf6dfed252c05f8f72030b4b7e7632fcf263
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 751ca76..2fb1262 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]