summaryrefslogtreecommitdiff
path: root/telepathy-glib/account.c
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/account.c
parente8f9a27a388e2123a3281d610acbcd6a4b17d9a1 (diff)
downloadtelepathy-glib-c575eec33ddd04ea25dd30cd97076092c8610963.tar.gz
Release 0.19.3
Diffstat (limited to 'telepathy-glib/account.c')
-rw-r--r--telepathy-glib/account.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/telepathy-glib/account.c b/telepathy-glib/account.c
index 6a313a6f4..ba8669384 100644
--- a/telepathy-glib/account.c
+++ b/telepathy-glib/account.c
@@ -1562,7 +1562,7 @@ tp_account_class_init (TpAccountClass *klass)
*
* The account's connection manager name.
*
- * Since: 0.UNRELEASED
+ * Since: 0.19.3
*/
g_object_class_install_property (object_class, PROP_CM_NAME,
g_param_spec_string ("cm-name",
@@ -1578,7 +1578,7 @@ tp_account_class_init (TpAccountClass *klass)
* "local-xmpp". Recommended names for most protocols can be found in the
* Telepathy D-Bus Interface Specification.
*
- * Since: 0.UNRELEASED
+ * Since: 0.19.3
*/
g_object_class_install_property (object_class, PROP_PROTOCOL_NAME,
g_param_spec_string ("protocol-name",
@@ -2361,7 +2361,7 @@ tp_account_get_protocol (TpAccount *account)
*
* Returns: the same as the #TpAccount:cm-name property
*
- * Since: 0.UNRELEASED
+ * Since: 0.19.3
*/
const gchar *
tp_account_get_cm_name (TpAccount *account)
@@ -2379,7 +2379,7 @@ tp_account_get_cm_name (TpAccount *account)
*
* Returns: the same as the #TpAccount:protocol-name property
*
- * Since: 0.UNRELEASED
+ * Since: 0.19.3
*/
const gchar *
tp_account_get_protocol_name (TpAccount *account)