aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-presence-manager.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-01-25 19:16:28 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-01-25 19:28:25 +0800
commit7e877988467139f1d2bee59a68f28436620d0a0f (patch)
tree4cd4a56d1016cd30ab6f1439fee105e7be72bf1b /libempathy/empathy-presence-manager.h
parent4c2cba97c84799564a7b0efb14bbff1f75b5c427 (diff)
downloadgsoc2013-empathy-7e877988467139f1d2bee59a68f28436620d0a0f.tar
gsoc2013-empathy-7e877988467139f1d2bee59a68f28436620d0a0f.tar.gz
gsoc2013-empathy-7e877988467139f1d2bee59a68f28436620d0a0f.tar.bz2
gsoc2013-empathy-7e877988467139f1d2bee59a68f28436620d0a0f.tar.lz
gsoc2013-empathy-7e877988467139f1d2bee59a68f28436620d0a0f.tar.xz
gsoc2013-empathy-7e877988467139f1d2bee59a68f28436620d0a0f.tar.zst
gsoc2013-empathy-7e877988467139f1d2bee59a68f28436620d0a0f.zip
use the self->priv pattern rather than GET_PRIV()
Diffstat (limited to 'libempathy/empathy-presence-manager.h')
-rw-r--r--libempathy/empathy-presence-manager.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libempathy/empathy-presence-manager.h b/libempathy/empathy-presence-manager.h
index 05ce5c6ad..63599cbfd 100644
--- a/libempathy/empathy-presence-manager.h
+++ b/libempathy/empathy-presence-manager.h
@@ -37,10 +37,11 @@ G_BEGIN_DECLS
typedef struct _EmpathyPresenceManager EmpathyPresenceManager;
typedef struct _EmpathyPresenceManagerClass EmpathyPresenceManagerClass;
+typedef struct _EmpathyPresenceManagerPrivate EmpathyPresenceManagerPrivate;
struct _EmpathyPresenceManager {
GObject parent;
- gpointer priv;
+ EmpathyPresenceManagerPrivate *priv;
};
struct _EmpathyPresenceManagerClass