summaryrefslogtreecommitdiff
path: root/src/mcd-channel-priv.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-09-14 14:45:38 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-10-08 16:18:08 +0100
commiteee9cebcfe2e583dbb5fd1421b879a7837bc7a2c (patch)
treebefb594bdf65b597c9177212c750ae9c5747f60b /src/mcd-channel-priv.h
parent552dcac1ea50fbe0d64e4ec122b40d3d8fb5b391 (diff)
downloadtelepathy-mission-control-eee9cebcfe2e583dbb5fd1421b879a7837bc7a2c.tar.gz
Generally use GVariant, not GHashTable, for channels' properties
This means we can avoid the deprecated tp_channel_borrow_immutable_properties(). Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=55391 Reviewed-by: Xavier Claessens <xavier.claessens@collabora.co.uk>
Diffstat (limited to 'src/mcd-channel-priv.h')
-rw-r--r--src/mcd-channel-priv.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mcd-channel-priv.h b/src/mcd-channel-priv.h
index a5893aa3..b45ad313 100644
--- a/src/mcd-channel-priv.h
+++ b/src/mcd-channel-priv.h
@@ -45,9 +45,6 @@ void _mcd_channel_set_status (McdChannel *channel, McdChannelStatus status);
/* not exported: */
G_GNUC_INTERNAL void _mcd_channel_undispatchable (McdChannel *self);
-G_GNUC_INTERNAL
-GHashTable *_mcd_channel_get_immutable_properties (McdChannel *channel);
-
G_GNUC_INTERNAL McdRequest *_mcd_channel_get_request (McdChannel *self);
G_GNUC_INTERNAL