summaryrefslogtreecommitdiff
path: root/telepathy-glib/connection-internal.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-04-13 15:46:06 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-04-14 14:54:12 +0200
commit7317ae5f27088bb81b9408a77e7bd0717b762674 (patch)
treea7fbf51e85d5715169bf5ebd739ebd5a58cd9743 /telepathy-glib/connection-internal.h
parenta086e448060fc4a35aec01b5709e37c411968b64 (diff)
downloadtelepathy-glib-7317ae5f27088bb81b9408a77e7bd0717b762674.tar.gz
connection: add 'capabilities' property and feature
Diffstat (limited to 'telepathy-glib/connection-internal.h')
-rw-r--r--telepathy-glib/connection-internal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/telepathy-glib/connection-internal.h b/telepathy-glib/connection-internal.h
index c2232dd61..18251abe6 100644
--- a/telepathy-glib/connection-internal.h
+++ b/telepathy-glib/connection-internal.h
@@ -22,6 +22,7 @@
#ifndef TP_CONNECTION_INTERNAL_H
#define TP_CONNECTION_INTERNAL_H
+#include <telepathy-glib/capabilities.h>
#include <telepathy-glib/connection.h>
#include <telepathy-glib/contact.h>
@@ -44,6 +45,8 @@ struct _TpConnectionPrivate {
/* TpHandle => weak ref to TpContact */
GHashTable *contacts;
+ TpCapabilities *capabilities;
+
TpProxyPendingCall *introspection_call;
unsigned ready:1;