summaryrefslogtreecommitdiff
path: root/src/mcd-channel-priv.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2009-10-01 13:50:28 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2009-10-19 16:15:17 +0100
commitac3b293e3d9c93d9eccfd0ca6b93891b23edce91 (patch)
treeb4c9688ab8d11027355e555665f41f587a9fd53e /src/mcd-channel-priv.h
parente34c3b65434f8d5d4b8b9cc97bd003bf0f82ef4a (diff)
downloadtelepathy-mission-control-ac3b293e3d9c93d9eccfd0ca6b93891b23edce91.tar.gz
McdChannel: adapt mcd_channel_should_close to be in terms of TpChannel
This means we can use it in modules that don't use McdChannel (soon to include McdHandlerMap).
Diffstat (limited to 'src/mcd-channel-priv.h')
-rw-r--r--src/mcd-channel-priv.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mcd-channel-priv.h b/src/mcd-channel-priv.h
index 7497f492..9701919f 100644
--- a/src/mcd-channel-priv.h
+++ b/src/mcd-channel-priv.h
@@ -80,6 +80,10 @@ G_GNUC_INTERNAL void _mcd_channel_depart (McdChannel *channel,
TpChannelGroupChangeReason reason,
const gchar *message);
+/* NULL-safe for @channel; @verb is for debug */
+G_GNUC_INTERNAL gboolean _mcd_tp_channel_should_close (TpChannel *channel,
+ const gchar *verb);
+
G_END_DECLS
#endif