summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-07-19 12:21:21 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-07-19 12:21:21 +0200
commitf01424d595211eff173e4ca1cda9d89f11d48493 (patch)
treebf4d688ce744a3816ce0de969f7dda064cd65007
parent70f4a3665d14868653e2f99b0fa77b6a81293ca1 (diff)
set UNRELEASED versionstelepathy-glib-0.19.4
-rw-r--r--telepathy-glib/account-request.c4
-rw-r--r--telepathy-glib/account-request.h2
-rw-r--r--telepathy-glib/base-connection-manager.c4
-rw-r--r--telepathy-glib/base-connection.c2
-rw-r--r--telepathy-glib/base-protocol.c2
5 files changed, 7 insertions, 7 deletions
diff --git a/telepathy-glib/account-request.c b/telepathy-glib/account-request.c
index f7c881565..f22641399 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 a589ef6e2..0940702ad 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 5b326194b..662db9962 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 d0447ef48..66bbfc921 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 6621bd65e..44a5acc24 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
*/
/**