diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2010-12-10 17:09:34 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2010-12-10 17:09:34 +0000 |
commit | 26112e5f5b3481bc1f369c15021943a0c84c066b (patch) | |
tree | eae7e35eea720f702e01d3e7648bf69fa65f2eb2 /telepathy-glib/protocol.c | |
parent | 0e8974c8c464447f2fb6b46132de5eb52157178a (diff) | |
download | telepathy-glib-26112e5f5b3481bc1f369c15021943a0c84c066b.tar.gz |
Prepare version 0.13.9telepathy-glib-0.13.9
Diffstat (limited to 'telepathy-glib/protocol.c')
-rw-r--r-- | telepathy-glib/protocol.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/telepathy-glib/protocol.c b/telepathy-glib/protocol.c index 9fccd393b..4491b329b 100644 --- a/telepathy-glib/protocol.c +++ b/telepathy-glib/protocol.c @@ -678,7 +678,7 @@ tp_protocol_class_init (TpProtocolClass *klass) * the connection reaches the CONNECTED state, or %NULL if * %TP_PROTOCOL_FEATURE_CORE has not been prepared. * - * Since: 0.13.UNRELEASED + * Since: 0.13.9 */ g_object_class_install_property (object_class, PROP_AUTHENTICATION_TYPES, g_param_spec_boxed ("authentication-types", @@ -945,7 +945,7 @@ tp_protocol_get_icon_name (TpProtocol *self) * * Returns: the value of #TpProtocol:authentication-types * - * Since: 0.13.UNRELEASED + * Since: 0.13.9 */ const gchar * const * tp_protocol_get_authentication_types (TpProtocol *self) |