summaryrefslogtreecommitdiff
path: root/telepathy-glib/channel-internal.h
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2008-12-13 03:00:00 +0100
committerXavier Claessens <xclaesse@gmail.com>2008-12-15 14:13:21 +0100
commit2292a587c5ad0383cdfe8d2c5d7b30a7d8065d19 (patch)
treeb0a36487a2f0270a32ae767fe334fe6fd0e00622 /telepathy-glib/channel-internal.h
parente8172700d6a8d2dc00ea4a3bda8a3e1e1f6d4c29 (diff)
downloadtelepathy-glib-2292a587c5ad0383cdfe8d2c5d7b30a7d8065d19.tar.gz
Add "identifier" property on TpChannel.
Diffstat (limited to 'telepathy-glib/channel-internal.h')
-rw-r--r--telepathy-glib/channel-internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/telepathy-glib/channel-internal.h b/telepathy-glib/channel-internal.h
index eab5d4cab..e856d7c5f 100644
--- a/telepathy-glib/channel-internal.h
+++ b/telepathy-glib/channel-internal.h
@@ -45,6 +45,7 @@ struct _TpChannelPrivate {
GQuark channel_type;
TpHandleType handle_type;
TpHandle handle;
+ gchar *identifier;
/* owned string (iface + "." + prop) => slice-allocated GValue */
GHashTable *channel_properties;