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



commit dca48a30ae8a79f8dd2ea0b2407e8a3d477c3635
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]