summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2011-02-23 22:23:28 +0000
committerWill Thompson <will.thompson@collabora.co.uk>2011-02-23 22:23:28 +0000
commit18290326d71c527608766b21cdf038043d57498d (patch)
tree6485eb98b6575b7f9949804f747d40b0c4e57a16
parentf1ff10c6b85e5d6f9975e2b0090057b566065027 (diff)
Replace 0.13.UNRELEASED with 0.13.14
-rw-r--r--telepathy-glib/account-channel-request.c10
-rw-r--r--telepathy-glib/capabilities.c2
-rw-r--r--telepathy-glib/channel-request.c16
-rw-r--r--telepathy-glib/contact.c12
-rw-r--r--telepathy-glib/handle-channels-context.c2
-rw-r--r--telepathy-glib/observe-channels-context.c2
6 files changed, 22 insertions, 22 deletions
diff --git a/telepathy-glib/account-channel-request.c b/telepathy-glib/account-channel-request.c
index 8de04f5c3..e0a60e1dd 100644
--- a/telepathy-glib/account-channel-request.c
+++ b/telepathy-glib/account-channel-request.c
@@ -1442,7 +1442,7 @@ request_and_observe_channel_async (TpAccountChannelRequest *self,
* the Telepathy book</ulink> for details about how clients should interact
* with channels.
*
- * Since: 0.13.UNRELEASED
+ * Since: 0.13.14
*/
void
tp_account_channel_request_create_and_observe_channel_async (
@@ -1468,7 +1468,7 @@ tp_account_channel_request_create_and_observe_channel_async (
* Returns: (transfer full): a newly created #TpChannel if the channel was
* successfully created and dispatched, otherwise %NULL.
*
- * Since: 0.13.UNRELEASED
+ * Since: 0.13.14
*/
TpChannel *
tp_account_channel_request_create_and_observe_channel_finish (
@@ -1511,7 +1511,7 @@ tp_account_channel_request_create_and_observe_channel_finish (
* so that it can re-present the window to the user, for example.
* Otherwise, a new channel will be created and dispatched to a handler.
*
- * Since: 0.13.UNRELEASED
+ * Since: 0.13.14
*/
void
tp_account_channel_request_ensure_and_observe_channel_async (
@@ -1537,7 +1537,7 @@ tp_account_channel_request_ensure_and_observe_channel_async (
* Returns: (transfer full): a newly created #TpChannel if the channel was
* successfully ensure and (re-)dispatched, otherwise %NULL.
*
- * Since: 0.13.UNRELEASED
+ * Since: 0.13.14
*/
TpChannel *
tp_account_channel_request_ensure_and_observe_channel_finish (
@@ -1561,7 +1561,7 @@ tp_account_channel_request_ensure_and_observe_channel_finish (
* This function can't be called once @self has been used to request a
* channel.
*
- * Since: 0.13.UNRELEASED
+ * Since: 0.13.14
*/
void
tp_account_channel_request_set_hints (TpAccountChannelRequest *self,
diff --git a/telepathy-glib/capabilities.c b/telepathy-glib/capabilities.c
index 55e458070..cbfbeda02 100644
--- a/telepathy-glib/capabilities.c
+++ b/telepathy-glib/capabilities.c
@@ -599,7 +599,7 @@ tp_capabilities_supports_contact_search (TpCapabilities *self,
* HandleTypeNone as TargetHandleType can be expected to work,
* %FALSE otherwise.
*
- * Since: 0.13.UNRELEASED
+ * Since: 0.13.14
*/
gboolean
tp_capabilities_supports_room_list (TpCapabilities *self,
diff --git a/telepathy-glib/channel-request.c b/telepathy-glib/channel-request.c
index e4d471119..8544f5bf7 100644
--- a/telepathy-glib/channel-request.c
+++ b/telepathy-glib/channel-request.c
@@ -355,7 +355,7 @@ tp_channel_request_class_init (TpChannelRequestClass *klass)
*
* If no channel factory is specified then #TpAutomaticProxyFactory is used.
*
- * Since: 0.13.UNRELEASED
+ * Since: 0.13.14
*/
param_spec = g_param_spec_object ("channel-factory", "Channel factory",
"Object implementing TpClientChannelFactoryInterface",
@@ -376,7 +376,7 @@ tp_channel_request_class_init (TpChannelRequestClass *klass)
*
* Read-only except during construction.
*
- * Since: 0.13.UNRELEASED
+ * Since: 0.13.14
*/
param_spec = g_param_spec_boxed ("immutable-properties",
"Immutable D-Bus properties",
@@ -395,7 +395,7 @@ tp_channel_request_class_init (TpChannelRequestClass *klass)
*
* Read-only.
*
- * Since: 0.13.UNRELEASED
+ * Since: 0.13.14
*/
param_spec = g_param_spec_boxed ("hints", "Hints", "Hints",
TP_HASH_TYPE_STRING_VARIANT_MAP,
@@ -408,7 +408,7 @@ tp_channel_request_class_init (TpChannelRequestClass *klass)
*
* Emitted when the channel request succeeds.
*
- * Deprecated: since 0.13.UNRELEASED. Use
+ * Deprecated: since 0.13.14. Use
* #TpChannelRequest::succeeded-with-channel, which provides the resulting
* channel, instead.
*/
@@ -437,7 +437,7 @@ tp_channel_request_class_init (TpChannelRequestClass *klass)
* prepare the features returned by
* tp_client_channel_factory_dup_channel_features() himself.
*
- * Since: 0.13.UNRELEASED
+ * Since: 0.13.14
*/
signals[SIGNAL_SUCCEEDED_WITH_CHANNEL] = g_signal_new (
"succeeded-with-channel",
@@ -539,7 +539,7 @@ tp_channel_request_new (TpDBusDaemon *bus_daemon,
*
* Change the value of the #TpChannelRequest:channel-factory property.
*
- * Since: 0.13.UNRELEASED
+ * Since: 0.13.14
*/
void
tp_channel_request_set_channel_factory (TpChannelRequest *self,
@@ -559,7 +559,7 @@ tp_channel_request_set_channel_factory (TpChannelRequest *self,
* Returns: (transfer none): the value of
* #TpChannelRequest:immutable-properties
*
- * Since: 0.13.UNRELEASED
+ * Since: 0.13.14
*/
const GHashTable *
tp_channel_request_get_immutable_properties (TpChannelRequest *self)
@@ -578,7 +578,7 @@ tp_channel_request_get_immutable_properties (TpChannelRequest *self)
* Returns: (transfer none): the value of
* #TpChannelRequest:hints
*
- * Since: 0.13.UNRELEASED
+ * Since: 0.13.14
*/
const GHashTable *
tp_channel_request_get_hints (TpChannelRequest *self)
diff --git a/telepathy-glib/contact.c b/telepathy-glib/contact.c
index ab9b73744..e21398747 100644
--- a/telepathy-glib/contact.c
+++ b/telepathy-glib/contact.c
@@ -107,7 +107,7 @@ struct _TpContact {
* Connection implementing the %TP_IFACE_CONNECTION_INTERFACE_CONTACT_LIST
* interface. (available since 0.13.12)
* @TP_CONTACT_FEATURE_CONTACT_GROUPS: #TpContact:contact-groups
- * (available since 0.13.UNRELEASED)
+ * (available since 0.13.14)
*
* Enumeration representing the features a #TpContact can optionally support.
* When requesting a #TpContact, library users specify the desired features;
@@ -651,7 +651,7 @@ tp_contact_get_publish_request (TpContact *self)
* Returns: (array zero-terminated=1) (transfer none): the same
* #GStrv as the #TpContact:contact-groups property
*
- * Since: 0.13.UNRELEASED
+ * Since: 0.13.14
*/
const gchar * const *
tp_contact_get_contact_groups (TpContact *self)
@@ -704,7 +704,7 @@ set_contact_groups_cb (TpConnection *connection,
* is called. That means you can call tp_contact_get_contact_groups() to get the
* new contact groups inside @callback.
*
- * Since: 0.13.UNRELEASED
+ * Since: 0.13.14
*/
void
tp_contact_set_contact_groups_async (TpContact *self,
@@ -753,7 +753,7 @@ tp_contact_set_contact_groups_async (TpContact *self,
*
* Returns: %TRUE if the request call was successful, otherwise %FALSE
*
- * Since: 0.13.UNRELEASED
+ * Since: 0.13.14
*/
gboolean
tp_contact_set_contact_groups_finish (TpContact *self,
@@ -1267,7 +1267,7 @@ tp_contact_class_init (TpContactClass *klass)
* on this contact, or if the connection does not implement ContactGroups
* interface.
*
- * Since: 0.13.UNRELEASED
+ * Since: 0.13.14
*/
param_spec = g_param_spec_boxed ("contact-groups",
"Contact Groups",
@@ -1286,7 +1286,7 @@ tp_contact_class_init (TpContactClass *klass)
* Emitted when this contact's groups changes. When this signal is emitted,
* #TpContact:contact-groups property is already updated.
*
- * Since: 0.13.UNRELEASED
+ * Since: 0.13.14
*/
signals[SIGNAL_CONTACT_GROUPS_CHANGED] = g_signal_new (
"contact-groups-changed",
diff --git a/telepathy-glib/handle-channels-context.c b/telepathy-glib/handle-channels-context.c
index f8a4ad17b..715ecf5c1 100644
--- a/telepathy-glib/handle-channels-context.c
+++ b/telepathy-glib/handle-channels-context.c
@@ -737,7 +737,7 @@ tp_handle_channels_context_get_handler_info (TpHandleChannelsContext *self)
* Returns: (transfer full) (element-type TelepathyGLib.ChannelRequest):
* a newly allocated #GList of reffed #TpChannelRequest.
*
- * Since: 0.13.UNRELEASED
+ * Since: 0.13.14
*/
GList *
tp_handle_channels_context_get_requests (
diff --git a/telepathy-glib/observe-channels-context.c b/telepathy-glib/observe-channels-context.c
index 46e24d7c0..3e80f32af 100644
--- a/telepathy-glib/observe-channels-context.c
+++ b/telepathy-glib/observe-channels-context.c
@@ -681,7 +681,7 @@ _tp_observe_channels_context_prepare_finish (
* Returns: (transfer full) (element-type TelepathyGLib.ChannelRequest):
* a newly allocated #GList of reffed #TpChannelRequest.
*
- * Since: 0.13.UNRELEASED
+ * Since: 0.13.14
*/
GList *
tp_observe_channels_context_get_requests (TpObserveChannelsContext *self)