summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-24 15:02:26 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-24 15:02:26 +0200
commit47f02f028d33f84cf0af63755d49f9c45230c470 (patch)
tree865b5bcc62510c3b956a4b98a4062178a0edbd91
parent04dd20c2968223029d1310c9fdedbe86592dcaf4 (diff)
downloadtelepathy-glib-47f02f028d33f84cf0af63755d49f9c45230c470.tar.gz
update UNRELEASED
-rw-r--r--telepathy-glib/base-connection.c2
-rw-r--r--telepathy-glib/dbus-properties-mixin.c2
-rw-r--r--telepathy-glib/dbus-properties-mixin.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/telepathy-glib/base-connection.c b/telepathy-glib/base-connection.c
index dee9f8a27..20a79b8c0 100644
--- a/telepathy-glib/base-connection.c
+++ b/telepathy-glib/base-connection.c
@@ -1602,7 +1602,7 @@ tp_base_connection_class_init (TpBaseConnectionClass *klass)
* The identifier representing the local user. This is the result of
* inspecting #TpBaseConnection:self-handle.
*
- * Since: 0.UNRELEASED
+ * Since: 0.21.2
*/
param_spec = g_param_spec_string ("self-id",
"Connection.SelfID",
diff --git a/telepathy-glib/dbus-properties-mixin.c b/telepathy-glib/dbus-properties-mixin.c
index 55c8e0999..fb9f7c858 100644
--- a/telepathy-glib/dbus-properties-mixin.c
+++ b/telepathy-glib/dbus-properties-mixin.c
@@ -1158,7 +1158,7 @@ _tp_dbus_properties_mixin_get (TpSvcDBusProperties *iface,
*
* Returns: (transfer container) (element-type utf8 GObject.Value): a map
* from property name (without the interface name) to value
- * Since: 0.UNRELEASED
+ * Since: 0.21.2
*/
GHashTable *
tp_dbus_properties_mixin_dup_all (GObject *self,
diff --git a/telepathy-glib/dbus-properties-mixin.h b/telepathy-glib/dbus-properties-mixin.h
index 3aaef832e..1151cb519 100644
--- a/telepathy-glib/dbus-properties-mixin.h
+++ b/telepathy-glib/dbus-properties-mixin.h
@@ -138,7 +138,7 @@ gboolean tp_dbus_properties_mixin_set (
const GValue *value,
GError **error);
-_TP_AVAILABLE_IN_UNRELEASED
+_TP_AVAILABLE_IN_0_22
GHashTable *tp_dbus_properties_mixin_dup_all (GObject *self,
const gchar *interface_name);