summaryrefslogtreecommitdiff
path: root/telepathy-glib/channel.h
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.co.uk>2012-07-05 14:30:22 +0200
committerXavier Claessens <xavier.claessens@collabora.co.uk>2012-07-05 14:32:38 +0200
commitc575eec33ddd04ea25dd30cd97076092c8610963 (patch)
tree5a27d7cd928070af48471592388af35b70a7ac1b /telepathy-glib/channel.h
parente8f9a27a388e2123a3281d610acbcd6a4b17d9a1 (diff)
downloadtelepathy-glib-c575eec33ddd04ea25dd30cd97076092c8610963.tar.gz
Release 0.19.3
Diffstat (limited to 'telepathy-glib/channel.h')
-rw-r--r--telepathy-glib/channel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/telepathy-glib/channel.h b/telepathy-glib/channel.h
index d72ad740d..85b023716 100644
--- a/telepathy-glib/channel.h
+++ b/telepathy-glib/channel.h
@@ -77,13 +77,13 @@ GQuark tp_errors_removed_from_group_quark (void);
(G_TYPE_INSTANCE_GET_CLASS ((obj), TP_TYPE_CHANNEL, \
TpChannelClass))
-_TP_DEPRECATED_IN_UNRELEASED_FOR(tp_simple_client_factory_ensure_channel)
+_TP_DEPRECATED_IN_0_20_FOR(tp_simple_client_factory_ensure_channel)
TpChannel *tp_channel_new (TpConnection *conn,
const gchar *object_path, const gchar *optional_channel_type,
TpHandleType optional_handle_type, TpHandle optional_handle,
GError **error) G_GNUC_WARN_UNUSED_RESULT;
-_TP_DEPRECATED_IN_UNRELEASED_FOR(tp_simple_client_factory_ensure_channel)
+_TP_DEPRECATED_IN_0_20_FOR(tp_simple_client_factory_ensure_channel)
TpChannel *tp_channel_new_from_properties (TpConnection *conn,
const gchar *object_path, const GHashTable *immutable_properties,
GError **error) G_GNUC_WARN_UNUSED_RESULT;