summaryrefslogtreecommitdiff
path: root/src/connection.h
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2009-03-01 17:26:21 +0000
committerWill Thompson <will.thompson@collabora.co.uk>2009-03-01 17:26:25 +0000
commit54b936cd2821f16f665bfa8cc7780579d08de6ac (patch)
tree84458534dc89683010d7ef1375afceeec3e5f4f4 /src/connection.h
parent37bdd72301594aa1862b4c2c28bf2245a0b3d6fc (diff)
parent6e00e3c30bf9cdc5ebfc4125c546b45cb3f46f05 (diff)
downloadtelepathy-haze-54b936cd2821f16f665bfa8cc7780579d08de6ac.tar.gz
Merge commit 'smcv/contacts'
Signed-off-by: Will Thompson <will.thompson@collabora.co.uk>
Diffstat (limited to 'src/connection.h')
-rw-r--r--src/connection.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/connection.h b/src/connection.h
index 19c1e3b..7bc3247 100644
--- a/src/connection.h
+++ b/src/connection.h
@@ -23,6 +23,7 @@
#include <glib-object.h>
#include <telepathy-glib/base-connection.h>
+#include <telepathy-glib/contacts-mixin.h>
#include <telepathy-glib/presence-mixin.h>
#include <libpurple/account.h>
@@ -50,6 +51,7 @@ typedef struct _HazeConnectionClass HazeConnectionClass;
struct _HazeConnectionClass {
TpBaseConnectionClass parent_class;
+ TpContactsMixinClass contacts_class;
TpPresenceMixinClass presence_class;
};
@@ -61,6 +63,7 @@ struct _HazeConnection {
HazeContactList *contact_list;
HazeImChannelFactory *im_factory;
+ TpContactsMixin contacts;
TpPresenceMixin presence;
gpointer priv;