summaryrefslogtreecommitdiff
path: root/telepathy-glib/channel-contacts.c
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.co.uk>2012-04-27 13:46:22 +0200
committerXavier Claessens <xavier.claessens@collabora.co.uk>2012-04-27 15:06:17 +0200
commit355cebc58cb1a5cbfbed4937ac1ae4b7eac8502b (patch)
treec8060def3cf69ce2d7d2f2802d56a9924b21ba8e /telepathy-glib/channel-contacts.c
parent8318e418a1e34def29028ca6468f67f0f74b72fb (diff)
downloadtelepathy-glib-355cebc58cb1a5cbfbed4937ac1ae4b7eac8502b.tar.gz
TpChannel: Deprecate all TpHandle APIs that have TpContact variant
https://bugs.freedesktop.org/show_bug.cgi?id=49213
Diffstat (limited to 'telepathy-glib/channel-contacts.c')
-rw-r--r--telepathy-glib/channel-contacts.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/telepathy-glib/channel-contacts.c b/telepathy-glib/channel-contacts.c
index 7bdebe3a0..6896a463c 100644
--- a/telepathy-glib/channel-contacts.c
+++ b/telepathy-glib/channel-contacts.c
@@ -175,6 +175,7 @@ _tp_channel_contacts_init (TpChannel *self)
self->priv->handle, self->priv->identifier);
}
+ G_GNUC_BEGIN_IGNORE_DEPRECATIONS
if (tp_channel_get_initiator_handle (self) != 0 &&
!tp_str_empty (tp_channel_get_initiator_identifier (self)))
{
@@ -183,6 +184,7 @@ _tp_channel_contacts_init (TpChannel *self)
tp_channel_get_initiator_handle (self),
tp_channel_get_initiator_identifier (self));
}
+ G_GNUC_END_IGNORE_DEPRECATIONS
}
void