summaryrefslogtreecommitdiff
path: root/telepathy-glib/channel-internal.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2008-11-06 12:03:24 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2008-11-06 12:03:24 +0000
commitb95c154b467d047e31b14a1a0805e7cf28f5b9c1 (patch)
tree645992648af977ab09d12e7c838bb0e6a2088c4d /telepathy-glib/channel-internal.h
parent1073705b97ee94796d7c2cf4c9d5869c0d0d406e (diff)
downloadtelepathy-glib-b95c154b467d047e31b14a1a0805e7cf28f5b9c1.tar.gz
TpChannel: add tp_channel_new_from_properties (fd.o #17427) and tp_channel_borrow_immutable_properties
Diffstat (limited to 'telepathy-glib/channel-internal.h')
-rw-r--r--telepathy-glib/channel-internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/telepathy-glib/channel-internal.h b/telepathy-glib/channel-internal.h
index 3a07bebae..bc0eeb1ad 100644
--- a/telepathy-glib/channel-internal.h
+++ b/telepathy-glib/channel-internal.h
@@ -45,6 +45,8 @@ struct _TpChannelPrivate {
GQuark channel_type;
TpHandleType handle_type;
TpHandle handle;
+ /* owned string (iface + "." + prop) => slice-allocated GValue */
+ GHashTable *channel_properties;
TpHandle group_self_handle;
TpChannelGroupFlags group_flags;