[Telepathy-commits] [telepathy-gabble/master] GabbleConnectionManager: make priv consistent with those in telepathy-glib (it's actually unused)

Simon McVittie simon.mcvittie at collabora.co.uk
Tue Aug 19 10:53:38 PDT 2008


20080722182041-53eee-bf8ddf54d7777836ccae16dca8fefba3bf40c627.gz
---
 src/connection-manager.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/connection-manager.h b/src/connection-manager.h
index 5365ab1..63af0a8 100644
--- a/src/connection-manager.h
+++ b/src/connection-manager.h
@@ -28,6 +28,7 @@ G_BEGIN_DECLS
 
 typedef struct _GabbleConnectionManager GabbleConnectionManager;
 typedef struct _GabbleConnectionManagerClass GabbleConnectionManagerClass;
+typedef struct _GabbleConnectionManagerPrivate GabbleConnectionManagerPrivate;
 
 struct _GabbleConnectionManagerClass {
     TpBaseConnectionManagerClass parent_class;
@@ -36,7 +37,7 @@ struct _GabbleConnectionManagerClass {
 struct _GabbleConnectionManager {
     TpBaseConnectionManager parent;
 
-    gpointer priv;
+    GabbleConnectionManagerPrivate *priv;
 };
 
 extern const TpCMProtocolSpec gabble_protocols[];
-- 
1.5.6.3




More information about the Telepathy-commits mailing list