summaryrefslogtreecommitdiff
path: root/telepathy-farstream/call-channel.h
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2011-11-08 20:11:10 -0500
committerXavier Claessens <xclaesse@gmail.com>2011-11-28 16:08:13 +0100
commit5531a87729b078538fc2da2c619e44fc76f479da (patch)
tree494eb9a6601945f52f67952c27dc0f7f2f0100a3 /telepathy-farstream/call-channel.h
parent03f8e008f0e72fe1fc3d5e2b4d1f17b77ba93f71 (diff)
Port to xclaessen's tp-glib branch
Diffstat (limited to 'telepathy-farstream/call-channel.h')
-rw-r--r--telepathy-farstream/call-channel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-farstream/call-channel.h b/telepathy-farstream/call-channel.h
index 38488188f..8c268d21a 100644
--- a/telepathy-farstream/call-channel.h
+++ b/telepathy-farstream/call-channel.h
@@ -76,7 +76,7 @@ struct _TfCallChannel {
GHashTable *fsconferences;
- GHashTable *contents; /* NULL before getting the first contents */
+ GPtrArray *contents; /* NULL before getting the first contents */
GPtrArray *participants;
};