[next] telepathy-glib: set UNRELEASED versions

Jonny Lamb jonny at kemper.freedesktop.org
Fri Aug 31 03:18:51 PDT 2012


Module: telepathy-glib
Branch: next
Commit: f01424d595211eff173e4ca1cda9d89f11d48493
URL:    http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=f01424d595211eff173e4ca1cda9d89f11d48493

Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date:   Thu Jul 19 12:21:21 2012 +0200

set UNRELEASED versions

---

 telepathy-glib/account-request.c         |    4 ++--
 telepathy-glib/account-request.h         |    2 +-
 telepathy-glib/base-connection-manager.c |    4 ++--
 telepathy-glib/base-connection.c         |    2 +-
 telepathy-glib/base-protocol.c           |    2 +-
 5 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/telepathy-glib/account-request.c b/telepathy-glib/account-request.c
index f7c8815..f226413 100644
--- a/telepathy-glib/account-request.c
+++ b/telepathy-glib/account-request.c
@@ -710,7 +710,7 @@ tp_account_request_class_init (TpAccountRequestClass *klass)
    * The account's storage provider. To change this property use
    * tp_account_request_set_storage_provider().
    *
-   * Since: UNRELEASED
+   * Since: 0.19.4
    */
   g_object_class_install_property (object_class, PROP_STORAGE_PROVIDER,
       g_param_spec_string ("storage-provider",
@@ -1138,7 +1138,7 @@ tp_account_request_set_service (TpAccountRequest *self,
  * Set the account storage to use when creating the account. Use the
  * #TpAccountRequest:storage-provider property to read the current value.
  *
- * Since: UNRELEASED
+ * Since: 0.19.4
  */
 void
 tp_account_request_set_storage_provider (TpAccountRequest *self,
diff --git a/telepathy-glib/account-request.h b/telepathy-glib/account-request.h
index a589ef6..0940702 100644
--- a/telepathy-glib/account-request.h
+++ b/telepathy-glib/account-request.h
@@ -120,7 +120,7 @@ _TP_AVAILABLE_IN_0_20
 void tp_account_request_set_service (TpAccountRequest *self,
     const gchar *service);
 
-_TP_AVAILABLE_IN_UNRELEASED
+_TP_AVAILABLE_IN_0_20
 void tp_account_request_set_storage_provider (TpAccountRequest *self,
     const gchar *provider);
 
diff --git a/telepathy-glib/base-connection-manager.c b/telepathy-glib/base-connection-manager.c
index 5b32619..662db99 100644
--- a/telepathy-glib/base-connection-manager.c
+++ b/telepathy-glib/base-connection-manager.c
@@ -214,7 +214,7 @@ _tp_legacy_protocol_new (TpBaseConnectionManager *cm,
  *  filled in by subclasses. The default is to list no additional interfaces.
  *  Implementations must first chainup on parent class implementation and then
  *  add extra interfaces to the #GPtrArray. Replaces @interfaces. Since:
- *  0.UNRELEASED
+ *  0.19.4
  *
  * The class structure for #TpBaseConnectionManager.
  *
@@ -281,7 +281,7 @@ _tp_legacy_protocol_new (TpBaseConnectionManager *cm,
  * Returns: (transfer container): a #GPtrArray of static strings for D-Bus
  *   interfaces implemented by this client.
  *
- * Since: 0.UNRELEASED
+ * Since: 0.19.4
  */
 
 static void service_iface_init (gpointer, gpointer);
diff --git a/telepathy-glib/base-connection.c b/telepathy-glib/base-connection.c
index d0447ef..66bbfc9 100644
--- a/telepathy-glib/base-connection.c
+++ b/telepathy-glib/base-connection.c
@@ -150,7 +150,7 @@
  * Returns: (transfer container): a #GPtrArray of static strings for D-Bus
  *   interfaces implemented by this client.
  *
- * Since: 0.UNRELEASED
+ * Since: 0.19.4
  */
 
 /**
diff --git a/telepathy-glib/base-protocol.c b/telepathy-glib/base-protocol.c
index 6621bd6..44a5acc 100644
--- a/telepathy-glib/base-protocol.c
+++ b/telepathy-glib/base-protocol.c
@@ -441,7 +441,7 @@ tp_cm_param_filter_string_nonempty (const TpCMParamSpec *paramspec,
  * Returns: (transfer container): a #GPtrArray of static strings for D-Bus
  *   interfaces implemented by this client.
  *
- * Since: 0.UNRELEASED
+ * Since: 0.19.4
  */
 
 /**



More information about the telepathy-commits mailing list