summaryrefslogtreecommitdiff
path: root/telepathy-glib/channel-internal.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-03-17 19:14:15 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-04-07 14:10:28 +0100
commit5ce098e9be7bf5560222b173e19780dd7107a0cf (patch)
tree7f2e3c03ae125f0c44aa519fe6dce7d0545406f9 /telepathy-glib/channel-internal.h
parent1cdf8677fc0f869132c2f9118ac595df1abb2f5f (diff)
downloadtelepathy-glib-5ce098e9be7bf5560222b173e19780dd7107a0cf.tar.gz
TP_CHANNEL_FEATURE_CHAT_STATES: implement
Diffstat (limited to 'telepathy-glib/channel-internal.h')
-rw-r--r--telepathy-glib/channel-internal.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/telepathy-glib/channel-internal.h b/telepathy-glib/channel-internal.h
index e97d4b27e..1f5e6d624 100644
--- a/telepathy-glib/channel-internal.h
+++ b/telepathy-glib/channel-internal.h
@@ -70,6 +70,10 @@ struct _TpChannelPrivate {
/* guint => guint, NULL if not discovered yet */
GHashTable *group_handle_owners;
+ /* NULL, or TpHandle => TpChannelChatState;
+ * if non-NULL, we're watching for ChatStateChanged */
+ GHashTable *chat_states;
+
/* These are really booleans, but gboolean is signed. Thanks, GLib */
/* channel-ready */