summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.co.uk>2012-05-09 16:04:49 +0200
committerXavier Claessens <xavier.claessens@collabora.co.uk>2012-05-09 18:28:22 +0200
commitb0c8eef1b36ec8e765eac5bec0ee3d2de4d1f478 (patch)
treefd492a140a9b75419f9aaa5cb056c6276c63b1f4
parentb1f9a33b6952a8be7eb8c5fa1ba899546487cd9e (diff)
Release 0.19.0telepathy-glib-0.19.0
-rw-r--r--configure.ac12
-rw-r--r--telepathy-glib/abi.am1
-rw-r--r--telepathy-glib/account-channel-request.c22
-rw-r--r--telepathy-glib/base-connection.c2
-rw-r--r--telepathy-glib/base-connection.h2
-rw-r--r--telepathy-glib/capabilities.c14
-rw-r--r--telepathy-glib/connection-manager.c2
-rw-r--r--telepathy-glib/connection.c2
-rw-r--r--telepathy-glib/contact.c12
-rw-r--r--telepathy-glib/contact.h14
-rw-r--r--telepathy-glib/debug-client.c24
-rw-r--r--telepathy-glib/debug-message.c24
-rw-r--r--telepathy-glib/extra-gtkdoc.h4
-rw-r--r--telepathy-glib/intset.c12
-rw-r--r--telepathy-glib/message-mixin.c10
-rw-r--r--telepathy-glib/proxy.c2
-rw-r--r--telepathy-glib/room-info.c26
-rw-r--r--telepathy-glib/room-list.c26
-rw-r--r--telepathy-glib/text-channel.c6
-rw-r--r--telepathy-glib/tls-certificate-rejection.c22
-rw-r--r--telepathy-glib/tls-certificate.c40
-rw-r--r--telepathy-glib/versions/0.19.0.abi97
22 files changed, 237 insertions, 139 deletions
diff --git a/configure.ac b/configure.ac
index 0e8f83636..6b34e943c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,9 +10,9 @@ AC_PREREQ([2.59])
# set nano_version to 1
m4_define([tp_glib_major_version], [0])
-m4_define([tp_glib_minor_version], [18])
-m4_define([tp_glib_micro_version], [999])
-m4_define([tp_glib_nano_version], [1])
+m4_define([tp_glib_minor_version], [19])
+m4_define([tp_glib_micro_version], [0])
+m4_define([tp_glib_nano_version], [0])
# If library source has changed since last release, increment revision
# If interfaces have been added, removed or changed since last release,
@@ -26,9 +26,9 @@ m4_define([tp_glib_nano_version], [1])
# (we don't guarantee that we won't add ABI then remove it again, if it was
# never seen in a release).
-m4_define([tp_glib_lt_current], [70])
-m4_define([tp_glib_lt_revision], [1])
-m4_define([tp_glib_lt_age], [70])
+m4_define([tp_glib_lt_current], [71])
+m4_define([tp_glib_lt_revision], [0])
+m4_define([tp_glib_lt_age], [71])
# Some magic
m4_define([tp_glib_base_version],
diff --git a/telepathy-glib/abi.am b/telepathy-glib/abi.am
index b249fa269..7f4ef3db3 100644
--- a/telepathy-glib/abi.am
+++ b/telepathy-glib/abi.am
@@ -85,6 +85,7 @@ ABI_LISTS = \
versions/0.17.6.abi \
versions/0.17.7.abi \
versions/0.18.0.abi \
+ versions/0.19.0.abi \
$(NULL)
# The quoting here is unnecessary but harmless, and has the useful side-effect
diff --git a/telepathy-glib/account-channel-request.c b/telepathy-glib/account-channel-request.c
index 75b78f76d..ef5b6ebd4 100644
--- a/telepathy-glib/account-channel-request.c
+++ b/telepathy-glib/account-channel-request.c
@@ -1734,7 +1734,7 @@ _tp_account_channel_request_get_client (TpAccountChannelRequest *self)
* This function can't be called once @self has been used to request a
* channel.
*
- * Since: 0.19.UNRELEASED
+ * Since: 0.19.0
*/
void
tp_account_channel_request_set_target_contact (
@@ -1769,7 +1769,7 @@ tp_account_channel_request_set_target_contact (
* This function can't be called once @self has been used to request a
* channel.
*
- * Since: 0.19.UNRELEASED
+ * Since: 0.19.0
*/
void
tp_account_channel_request_set_target_id (
@@ -1810,7 +1810,7 @@ tp_account_channel_request_set_target_id (
*
* Returns: a new #TpAccountChannelRequest object
*
- * Since: 0.19.UNRELEASED
+ * Since: 0.19.0
*/
TpAccountChannelRequest *
tp_account_channel_request_new_text (
@@ -1869,7 +1869,7 @@ tp_account_channel_request_new_text (
* This function can't be called once @self has been used to request a
* channel.
*
- * Since: 0.19.UNRELEASED
+ * Since: 0.19.0
*/
void
tp_account_channel_request_set_request_property (
@@ -1928,7 +1928,7 @@ tp_account_channel_request_set_request_property (
*
* Returns: a new #TpAccountChannelRequest object
*
- * Since: 0.19.UNRELEASED
+ * Since: 0.19.0
*/
TpAccountChannelRequest *
tp_account_channel_request_new_audio_call (
@@ -1977,7 +1977,7 @@ tp_account_channel_request_new_audio_call (
*
* Returns: a new #TpAccountChannelRequest object
*
- * Since: 0.19.UNRELEASED
+ * Since: 0.19.0
*/
TpAccountChannelRequest *
tp_account_channel_request_new_audio_video_call (
@@ -2030,7 +2030,7 @@ tp_account_channel_request_new_audio_video_call (
*
* Returns: a new #TpAccountChannelRequest object
*
- * Since: 0.19.UNRELEASED
+ * Since: 0.19.0
*/
TpAccountChannelRequest *
tp_account_channel_request_new_file_transfer (
@@ -2084,7 +2084,7 @@ tp_account_channel_request_new_file_transfer (
* This function can't be called once @self has been used to request a
* channel.
*
- * Since: 0.19.UNRELEASED
+ * Since: 0.19.0
*/
void
tp_account_channel_request_set_file_transfer_description (
@@ -2132,7 +2132,7 @@ tp_account_channel_request_set_file_transfer_description (
* This function can't be called once @self has been used to request a
* channel.
*
- * Since: 0.19.UNRELEASED
+ * Since: 0.19.0
*/
void
tp_account_channel_request_set_file_transfer_uri (
@@ -2167,7 +2167,7 @@ tp_account_channel_request_set_file_transfer_uri (
* This function can't be called once @self has been used to request a
* channel.
*
- * Since: 0.19.UNRELEASED
+ * Since: 0.19.0
*/
void
tp_account_channel_request_set_file_transfer_timestamp (
@@ -2203,7 +2203,7 @@ tp_account_channel_request_set_file_transfer_timestamp (
* This function can't be called once @self has been used to request a
* channel.
*
- * Since: 0.19.UNRELEASED
+ * Since: 0.19.0
*/
void
tp_account_channel_request_set_file_transfer_initial_offset (
diff --git a/telepathy-glib/base-connection.c b/telepathy-glib/base-connection.c
index 7ba4be85a..025149aa9 100644
--- a/telepathy-glib/base-connection.c
+++ b/telepathy-glib/base-connection.c
@@ -2536,7 +2536,7 @@ tp_base_connection_release_handles (TpSvcConnection *iface,
* This was exported so subclasses could use it as a basis for their
* reimplementations, but reimplementing the method is now deprecated.
*
- * Deprecated: 0.UNRELEASED
+ * Deprecated: 0.19.0
*/
void
tp_base_connection_dbus_request_handles (TpSvcConnection *iface,
diff --git a/telepathy-glib/base-connection.h b/telepathy-glib/base-connection.h
index 99738e145..ae772d044 100644
--- a/telepathy-glib/base-connection.h
+++ b/telepathy-glib/base-connection.h
@@ -151,7 +151,7 @@ void tp_base_connection_add_interfaces (TpBaseConnection *self,
const gchar **interfaces);
#ifndef TP_DISABLE_DEPRECATED
-_TP_DEPRECATED_IN_UNRELEASED
+_TP_DEPRECATED_IN_0_20
void tp_base_connection_dbus_request_handles (TpSvcConnection *iface,
guint handle_type, const gchar **names, DBusGMethodInvocation *context);
#endif
diff --git a/telepathy-glib/capabilities.c b/telepathy-glib/capabilities.c
index 4913ceee6..633617da4 100644
--- a/telepathy-glib/capabilities.c
+++ b/telepathy-glib/capabilities.c
@@ -264,7 +264,7 @@ tp_capabilities_class_init (TpCapabilitiesClass *klass)
* tp_capabilities_supports_text_chats() are likely to be more useful to
* the majority of clients.
*
- * Since: UNRELEASED
+ * Since: 0.19.0
*/
param_spec = g_param_spec_variant ("channel-classes-variant",
"GVariant of type a(a{sv}as)",
@@ -419,7 +419,7 @@ tp_capabilities_supports_text_chatrooms (TpCapabilities *self)
* #TP_PROP_CHANNEL_INTERFACE_SMS_SMS_CHANNEL set to %TRUE can be
* expected to work, %FALSE otherwise.
*
- * Since: 0.UNRELEASED
+ * Since: 0.19.0
*/
gboolean
tp_capabilities_supports_sms (TpCapabilities *self)
@@ -727,7 +727,7 @@ tp_capabilities_supports_file_transfer (TpCapabilities *self)
* tp_capabilities_supports_file_transfer() can also specify the outgoing
* file's URI
*
- * Since: 0.19.UNRELEASED
+ * Since: 0.19.0
*/
gboolean
tp_capabilities_supports_file_transfer_uri (TpCapabilities *self)
@@ -745,7 +745,7 @@ tp_capabilities_supports_file_transfer_uri (TpCapabilities *self)
* tp_capabilities_supports_file_transfer() can also specify the outgoing
* file's description
*
- * Since: 0.19.UNRELEASED
+ * Since: 0.19.0
*/
gboolean
tp_capabilities_supports_file_transfer_description (TpCapabilities *self)
@@ -765,7 +765,7 @@ tp_capabilities_supports_file_transfer_description (TpCapabilities *self)
* tp_capabilities_supports_file_transfer() can also specify an
* initial offset greater than 0
*
- * Since: 0.19.UNRELEASED
+ * Since: 0.19.0
*/
gboolean
tp_capabilities_supports_file_transfer_initial_offset (TpCapabilities *self)
@@ -783,7 +783,7 @@ tp_capabilities_supports_file_transfer_initial_offset (TpCapabilities *self)
* tp_capabilities_supports_file_transfer() can also specify the outgoing
* file's timestamp
*
- * Since: 0.19.UNRELEASED
+ * Since: 0.19.0
*/
gboolean
tp_capabilities_supports_file_transfer_timestamp (TpCapabilities *self)
@@ -1085,7 +1085,7 @@ tp_capabilities_supports_room_list (TpCapabilities *self,
* Returns: (transfer full): the value of the
* #TpCapabilities:channel-classes-variant property
*
- * Since: UNRELEASED
+ * Since: 0.19.0
*/
GVariant *
tp_capabilities_dup_channel_classes_variant (TpCapabilities *self)
diff --git a/telepathy-glib/connection-manager.c b/telepathy-glib/connection-manager.c
index 05fea4612..fc09d8ffb 100644
--- a/telepathy-glib/connection-manager.c
+++ b/telepathy-glib/connection-manager.c
@@ -2559,7 +2559,7 @@ tp_connection_manager_param_get_default (
* %G_VARIANT_TYPE_STRING.
*
* Returns: the default value, or %NULL if there is no default
- * Since: 0.19.UNRELEASED
+ * Since: 0.19.0
*/
GVariant *
tp_connection_manager_param_dup_default_variant (
diff --git a/telepathy-glib/connection.c b/telepathy-glib/connection.c
index 7b3f4bc20..c53c515c4 100644
--- a/telepathy-glib/connection.c
+++ b/telepathy-glib/connection.c
@@ -3331,7 +3331,7 @@ tp_connection_get_detailed_error (TpConnection *self,
*
* Returns: (transfer full) (allow-none): a D-Bus error name, or %NULL.
*
- * Since: 0.19.UNRELEASED
+ * Since: 0.19.0
*/
gchar *
tp_connection_dup_detailed_error_vardict (TpConnection *self,
diff --git a/telepathy-glib/contact.c b/telepathy-glib/contact.c
index a4f423174..2a2145d63 100644
--- a/telepathy-glib/contact.c
+++ b/telepathy-glib/contact.c
@@ -132,7 +132,7 @@ struct _TpContact {
* 1 higher than the highest #TpContactFeature supported by this version of
* telepathy-glib.
*
- * Since: 0.UNRELEASED
+ * Since: 0.19.0
*/
/**
@@ -269,7 +269,7 @@ struct _TpContactPrivate {
* (it must be referenced with g_object_ref if it must remain valid
* longer than the contact)
*
- * Since: 0.UNRELEASED
+ * Since: 0.19.0
*/
TpAccount *
tp_contact_get_account (TpContact *self)
@@ -4708,7 +4708,7 @@ got_contact_by_id_cb (TpConnection *self,
* list of features they would like to use if possible, and use it for all
* connection managers.
*
- * Since: 0.UNRELEASED
+ * Since: 0.19.0
*/
void
tp_connection_dup_contact_by_id_async (TpConnection *self,
@@ -4758,7 +4758,7 @@ tp_connection_dup_contact_by_id_async (TpConnection *self,
* Finishes tp_connection_get_contact_by_id_async().
*
* Returns: (transfer full): a #TpContact or %NULL on error.
- * Since: 0.UNRELEASED
+ * Since: 0.19.0
*/
TpContact *
tp_connection_dup_contact_by_id_finish (TpConnection *self,
@@ -4825,7 +4825,7 @@ got_contact_attributes_cb (TpConnection *self,
* list of features they would like to use if possible, and use it for all
* connection managers.
*
- * Since: 0.UNRELEASED
+ * Since: 0.19.0
*/
void
tp_connection_upgrade_contacts_async (TpConnection *self,
@@ -4914,7 +4914,7 @@ tp_connection_upgrade_contacts_async (TpConnection *self,
* Finishes tp_connection_upgrade_contacts_async().
*
* Returns: %TRUE on success, %FALSE otherwise.
- * Since: 0.UNRELEASED
+ * Since: 0.19.0
*/
gboolean
tp_connection_upgrade_contacts_finish (TpConnection *self,
diff --git a/telepathy-glib/contact.h b/telepathy-glib/contact.h
index 5e4c6a5c5..c91b3a376 100644
--- a/telepathy-glib/contact.h
+++ b/telepathy-glib/contact.h
@@ -140,7 +140,7 @@ typedef void (*TpConnectionContactsByHandleCb) (TpConnection *connection,
guint n_failed, const TpHandle *failed,
const GError *error, gpointer user_data, GObject *weak_object);
-_TP_DEPRECATED_IN_UNRELEASED
+_TP_DEPRECATED_IN_0_20
void tp_connection_get_contacts_by_handle (TpConnection *self,
guint n_handles, const TpHandle *handles,
guint n_features, const TpContactFeature *features,
@@ -151,7 +151,7 @@ typedef void (*TpConnectionUpgradeContactsCb) (TpConnection *connection,
guint n_contacts, TpContact * const *contacts,
const GError *error, gpointer user_data, GObject *weak_object);
-_TP_DEPRECATED_IN_UNRELEASED_FOR(tp_connection_upgrade_contacts_async)
+_TP_DEPRECATED_IN_0_20_FOR(tp_connection_upgrade_contacts_async)
void tp_connection_upgrade_contacts (TpConnection *self,
guint n_contacts, TpContact * const *contacts,
guint n_features, const TpContactFeature *features,
@@ -163,7 +163,7 @@ typedef void (*TpConnectionContactsByIdCb) (TpConnection *connection,
const gchar * const *requested_ids, GHashTable *failed_id_errors,
const GError *error, gpointer user_data, GObject *weak_object);
-_TP_DEPRECATED_IN_UNRELEASED_FOR(tp_connection_get_contact_by_id_async)
+_TP_DEPRECATED_IN_0_20_FOR(tp_connection_get_contact_by_id_async)
void tp_connection_get_contacts_by_id (TpConnection *self,
guint n_ids, const gchar * const *ids,
guint n_features, const TpContactFeature *features,
@@ -174,19 +174,19 @@ void tp_connection_get_contacts_by_id (TpConnection *self,
TpContact *tp_connection_dup_contact_if_possible (TpConnection *connection,
TpHandle handle, const gchar *identifier);
-_TP_AVAILABLE_IN_UNRELEASED
+_TP_AVAILABLE_IN_0_20
void tp_connection_dup_contact_by_id_async (TpConnection *self,
const gchar *id,
guint n_features,
const TpContactFeature *features,
GAsyncReadyCallback callback,
gpointer user_data);
-_TP_AVAILABLE_IN_UNRELEASED
+_TP_AVAILABLE_IN_0_20
TpContact *tp_connection_dup_contact_by_id_finish (TpConnection *self,
GAsyncResult *result,
GError **error);
-_TP_AVAILABLE_IN_UNRELEASED
+_TP_AVAILABLE_IN_0_20
void tp_connection_upgrade_contacts_async (TpConnection *self,
guint n_contacts,
TpContact * const *contacts,
@@ -194,7 +194,7 @@ void tp_connection_upgrade_contacts_async (TpConnection *self,
const TpContactFeature *features,
GAsyncReadyCallback callback,
gpointer user_data);
-_TP_AVAILABLE_IN_UNRELEASED
+_TP_AVAILABLE_IN_0_20
gboolean tp_connection_upgrade_contacts_finish (TpConnection *self,
GAsyncResult *result,
GPtrArray **contacts,
diff --git a/telepathy-glib/debug-client.c b/telepathy-glib/debug-client.c
index a16da379d..ef6ed2994 100644
--- a/telepathy-glib/debug-client.c
+++ b/telepathy-glib/debug-client.c
@@ -44,7 +44,7 @@
* This module provides access to the auxiliary objects used to
* implement #TpSvcDebug.
*
- * Since: 0.UNRELEASED
+ * Since: 0.19.0
*/
/**
@@ -52,7 +52,7 @@
*
* The class of a #TpDebugClient.
*
- * Since: 0.UNRELEASED
+ * Since: 0.19.0
*/
struct _TpDebugClientClass {
TpProxyClass parent_class;
@@ -65,7 +65,7 @@ struct _TpDebugClientClass {
*
* A proxy object for the debug interface of a Telepathy component.
*
- * Since: 0.UNRELEASED
+ * Since: 0.19.0
*/
struct _TpDebugClient {
TpProxy parent;
@@ -203,7 +203,7 @@ tp_debug_client_class_init (TpDebugClientClass *klass)
* This property is meaningless until the
* %TP_DEBUG_CLIENT_FEATURE_CORE feature has been prepared.
*
- * Since: UNRELEASED
+ * Since: 0.19.0
*/
spec = g_param_spec_boolean ("enabled", "enabled",
"Enabled",
@@ -219,7 +219,7 @@ tp_debug_client_class_init (TpDebugClientClass *klass)
* Emitted when a #TpDebugMessage is generated if the TpDebugMessage:enabled
* property is set to %TRUE.
*
- * Since: UNRELEASED
+ * Since: 0.19.0
*/
signals[SIG_NEW_DEBUG_MESSAGE] = g_signal_new ("new-debug-message",
G_OBJECT_CLASS_TYPE (klass),
@@ -328,7 +328,7 @@ tp_debug_client_list_features (TpProxyClass *klass)
* tp_proxy_or_subclass_hook_on_interface_add() with first argument
* %TP_TYPE_DEBUG_CLIENT.
*
- * Since: 0.UNRELEASED
+ * Since: 0.19.0
*/
void
tp_debug_client_init_known_interfaces (void)
@@ -360,7 +360,7 @@ tp_debug_client_init_known_interfaces (void)
*
* Returns: a new debug client proxy, or %NULL on invalid arguments
*
- * Since: 0.UNRELEASED
+ * Since: 0.19.0
*/
TpDebugClient *
tp_debug_client_new (
@@ -405,7 +405,7 @@ set_enabled_cb (
* Enable or disable publishing of debug messages on the bus by the component
* owning @self's bus name.
*
- * Since: 0.UNRELEASED
+ * Since: 0.19.0
*/
void
tp_debug_client_set_enabled_async (
@@ -434,7 +434,7 @@ tp_debug_client_set_enabled_async (
* Finishes tp_debug_client_set_enabled_async().
*
* Returns: %TRUE, if the operation suceeded, %FALSE otherwise
- * Since: UNRELEASED
+ * Since: 0.19.0
*/
gboolean
tp_debug_client_set_enabled_finish (
@@ -453,7 +453,7 @@ tp_debug_client_set_enabled_finish (
*
* Returns: the value of #TpDebugClient:enabled property
*
- * Since: UNRELEASED
+ * Since: 0.19.0
*/
gboolean
tp_debug_client_is_enabled (TpDebugClient *self)
@@ -512,7 +512,7 @@ out:
* use tp_debug_client_get_messages_finish() to retrieve the #TpDebugMessage
* objects.
*
- * Since: UNRELEASED
+ * Since: 0.19.0
*/
void
tp_debug_client_get_messages_async (
@@ -538,7 +538,7 @@ tp_debug_client_get_messages_async (
* Returns: (transfer full) (type GLib.PtrArray) (element-type TelepathyGLib.DebugMessage):
* a #GPtrArray of #TpDebugMessage
*
- * Since: UNRELEASED
+ * Since: 0.19.0
*/
GPtrArray *
tp_debug_client_get_messages_finish (TpDebugClient *self,
diff --git a/telepathy-glib/debug-message.c b/telepathy-glib/debug-message.c
index ff947a7e4..284eef793 100644
--- a/telepathy-glib/debug-message.c
+++ b/telepathy-glib/debug-message.c
@@ -42,7 +42,7 @@
*
* Data structure representing a #TpDebugMessage.
*
- * Since: UNRELEASED
+ * Since: 0.19.0
*/
/**
@@ -50,7 +50,7 @@
*
* The class of a #TpDebugMessage.
*
- * Since: UNRELEASED
+ * Since: 0.19.0
*/
G_DEFINE_TYPE (TpDebugMessage, tp_debug_message, G_TYPE_OBJECT)
@@ -133,7 +133,7 @@ tp_debug_message_class_init (
*
* Timestamp of the debug message.
*
- * Since: UNRELEASED
+ * Since: 0.19.0
*/
spec = g_param_spec_boxed ("time", "time",
"Time",
@@ -146,7 +146,7 @@ tp_debug_message_class_init (
*
* Domain of the debug message.
*
- * Since: UNRELEASED
+ * Since: 0.19.0
*/
spec = g_param_spec_string ("domain", "domain",
"Domain",
@@ -159,7 +159,7 @@ tp_debug_message_class_init (
*
* Category of the debug message, or %NULL if none was specified.
*
- * Since: UNRELEASED
+ * Since: 0.19.0
*/
spec = g_param_spec_string ("category", "category",
"Category",
@@ -172,7 +172,7 @@ tp_debug_message_class_init (
*
* A #GLogLevelFlags representing the level of the debug message.
*
- * Since: UNRELEASED
+ * Since: 0.19.0
*/
spec = g_param_spec_uint ("level", "level",
"Level",
@@ -185,7 +185,7 @@ tp_debug_message_class_init (
*
* Text of the debug message, stripped from its trailing whitespaces.
*
- * Since: UNRELEASED
+ * Since: 0.19.0
*/
spec = g_param_spec_string ("message", "message",
"Message",
@@ -271,7 +271,7 @@ _tp_debug_message_new (gdouble timestamp,
*
* Returns: (transfer none): the value of #TpDebugMessage:time property
*
- * Since: UNRELEASED
+ * Since: 0.19.0
*/
GDateTime *
tp_debug_message_get_time (TpDebugMessage *self)
@@ -287,7 +287,7 @@ tp_debug_message_get_time (TpDebugMessage *self)
*
* Returns: the value of #TpDebugMessage:domain property
*
- * Since: UNRELEASED
+ * Since: 0.19.0
*/
const gchar *
tp_debug_message_get_domain (TpDebugMessage *self)
@@ -303,7 +303,7 @@ tp_debug_message_get_domain (TpDebugMessage *self)
*
* Returns: the value of #TpDebugMessage:category property
*
- * Since: UNRELEASED
+ * Since: 0.19.0
*/
const char *
tp_debug_message_get_category (TpDebugMessage *self)
@@ -319,7 +319,7 @@ tp_debug_message_get_category (TpDebugMessage *self)
*
* Returns: the value of #TpDebugMessage:level property
*
- * Since: UNRELEASED
+ * Since: 0.19.0
*/
GLogLevelFlags
tp_debug_message_get_level (TpDebugMessage *self)
@@ -335,7 +335,7 @@ tp_debug_message_get_level (TpDebugMessage *self)
*
* Returns: the value of #TpDebugMessage:message property
*
- * Since: UNRELEASED
+ * Since: 0.19.0
*/
const gchar *
tp_debug_message_get_message (TpDebugMessage *self)
diff --git a/telepathy-glib/extra-gtkdoc.h b/telepathy-glib/extra-gtkdoc.h
index 8402dc583..6492ecdfa 100644
--- a/telepathy-glib/extra-gtkdoc.h
+++ b/telepathy-glib/extra-gtkdoc.h
@@ -384,7 +384,7 @@
* @title: Version information
* @short_description: Checking the telepathy-glib version
*
- * Since 0.UNRELEASED, telepathy-glib provides version information similar
+ * Since 0.19.0, telepathy-glib provides version information similar
* to that used in GLib.
*
* Typical usage from configure.ac is similar to GLib's:
@@ -406,7 +406,7 @@
* ${TP_CFLAGS} ${TP_LIBS}
* ]|
*
- * This functionality was added in telepathy-glib 0.UNRELEASED, but it
+ * This functionality was added in telepathy-glib 0.19.0, but it
* is safe to define the TP_VERSION_MIN_REQUIRED and TP_VERSION_MAX_ALLOWED
* macros even for older versions of telepathy-glib, as long as you do
* not try to expand them.
diff --git a/telepathy-glib/intset.c b/telepathy-glib/intset.c
index f5da30c28..ae7936263 100644
--- a/telepathy-glib/intset.c
+++ b/telepathy-glib/intset.c
@@ -101,7 +101,7 @@ tp_intset_get_type (void)
* Before 0.11.16, this was the name for <type>TpIntsetIter</type>, but
* it's now just a backwards compatibility typedef.
*
- * Deprecated: since 0.UNRELEASED. Use #TpIntsetFastIter instead
+ * Deprecated: since 0.19.0. Use #TpIntsetFastIter instead
*/
/**
@@ -120,7 +120,7 @@ tp_intset_get_type (void)
* Before 0.11.16, this type was called <type>TpIntSetIter</type>,
* which is now a backwards compatibility typedef.
*
- * Deprecated: since 0.UNRELEASED. Use #TpIntsetFastIter instead
+ * Deprecated: since 0.19.0. Use #TpIntsetFastIter instead
*/
/* (public, see header) */
@@ -139,7 +139,7 @@ tp_intset_get_type (void)
* }
* </programlisting></informalexample>
*
- * Deprecated: since 0.UNRELEASED. Use #TpIntsetFastIter instead
+ * Deprecated: since 0.19.0. Use #TpIntsetFastIter instead
*/
/* (macro, see header) */
@@ -150,7 +150,7 @@ tp_intset_get_type (void)
*
* Reset the iterator @iter to the beginning and make it iterate over @set.
*
- * Deprecated: since 0.UNRELEASED. Use #TpIntsetFastIter instead
+ * Deprecated: since 0.19.0. Use #TpIntsetFastIter instead
*/
void
tp_intset_iter_init (
@@ -169,7 +169,7 @@ tp_intset_iter_init (
* Reset the iterator @iter to the beginning. It must already be associated
* with a set.
*
- * Deprecated: since 0.UNRELEASED. Use #TpIntsetFastIter instead
+ * Deprecated: since 0.19.0. Use #TpIntsetFastIter instead
*/
void
tp_intset_iter_reset (TpIntsetIter *iter)
@@ -891,7 +891,7 @@ tp_intset_iter_next (TpIntsetIter *iter)
* Before 0.11.16, this was the name for <type>TpIntsetFastIter</type>,
* but it's now just a backwards compatibility typedef.
*
- * Deprecated: since 0.UNRELEASED. Use #TpIntsetFastIter instead
+ * Deprecated: since 0.19.0. Use #TpIntsetFastIter instead
*/
/**
diff --git a/telepathy-glib/message-mixin.c b/telepathy-glib/message-mixin.c
index 63167ccdd..696bd441d 100644
--- a/telepathy-glib/message-mixin.c
+++ b/telepathy-glib/message-mixin.c
@@ -339,7 +339,7 @@ lookup_current_chat_state (TpMessageMixin *mixin,
* Change the current chat state of @member to be @state. This emits
* ChatStateChanged signal and update ChatStates property.
*
- * Since: 0.UNRELEASED
+ * Since: 0.19.0
*/
void
tp_message_mixin_change_chat_state (GObject *object,
@@ -380,7 +380,7 @@ tp_message_mixin_change_chat_state (GObject *object,
* state.
*
* Returns: %TRUE on success, %FALSE otherwise.
- * Since: 0.UNRELEASED
+ * Since: 0.19.0
*/
/**
@@ -392,7 +392,7 @@ tp_message_mixin_change_chat_state (GObject *object,
* init, constructor or constructed callback, after tp_message_mixin_init(),
* and may only be called once per object.
*
- * Since: 0.UNRELEASED
+ * Since: 0.19.0
*/
void
tp_message_mixin_implement_send_chat_state (GObject *object,
@@ -412,7 +412,7 @@ tp_message_mixin_implement_send_chat_state (GObject *object,
* Send #TP_CHANNEL_CHAT_STATE_GONE if needed. This should be called on private
* chats when channel is closed.
*
- * Since: 0.UNRELEASED
+ * Since: 0.19.0
*/
void
tp_message_mixin_maybe_send_gone (GObject *object)
@@ -1467,7 +1467,7 @@ tp_message_mixin_messages_iface_init (gpointer g_iface,
* Fill in this mixin's ChatState method implementations in the given interface
* vtable.
*
- * Since: 0.UNRELEASED
+ * Since: 0.19.0
*/
void
tp_message_mixin_chat_state_iface_init (gpointer g_iface,
diff --git a/telepathy-glib/proxy.c b/telepathy-glib/proxy.c
index a4a8c6832..27f634087 100644
--- a/telepathy-glib/proxy.c
+++ b/telepathy-glib/proxy.c
@@ -118,7 +118,7 @@ tp_dbus_errors_quark (void)
*
* 1 more than the highest valid #TpDBusError at the time of compilation
*
- * Since: 0.UNRELEASED
+ * Since: 0.19.0
*/
/**
diff --git a/telepathy-glib/room-info.c b/telepathy-glib/room-info.c
index 2412ee5f1..1843b1d0f 100644
--- a/telepathy-glib/room-info.c
+++ b/telepathy-glib/room-info.c
@@ -42,7 +42,7 @@
*
* Data structure representing a #TpRoomInfo.
*
- * Since: UNRELEASED
+ * Since: 0.19.0
*/
/**
@@ -50,7 +50,7 @@
*
* The class of a #TpRoomInfo.
*
- * Since: UNRELEASED
+ * Since: 0.19.0
*/
G_DEFINE_TYPE (TpRoomInfo, tp_room_info, G_TYPE_OBJECT)
@@ -127,7 +127,7 @@ _tp_room_info_new (GValueArray *dbus_struct)
*
* Returns: the #TpHandle of the room
*
- * Since: UNRELEASED
+ * Since: 0.19.0
*/
TpHandle
tp_room_info_get_handle (TpRoomInfo *self)
@@ -144,7 +144,7 @@ tp_room_info_get_handle (TpRoomInfo *self)
* Returns: a string representing the D-Bus interface name of
* the channel type of the room
*
- * Since: UNRELEASED
+ * Since: 0.19.0
*/
const gchar *
tp_room_info_get_channel_type (TpRoomInfo *self)
@@ -161,7 +161,7 @@ tp_room_info_get_channel_type (TpRoomInfo *self)
* Returns: the identifier of the room (as would be returned
* by inspecting the #TpHandle returned by tp_room_info_get_handle())
*
- * Since: UNRELEASED
+ * Since: 0.19.0
*/
const gchar *
tp_room_info_get_handle_name (TpRoomInfo *self)
@@ -178,7 +178,7 @@ tp_room_info_get_handle_name (TpRoomInfo *self)
* Returns: the human-readable name of the room if different
* from the handle
*
- * Since: UNRELEASED
+ * Since: 0.19.0
*/
const gchar *
tp_room_info_get_name (TpRoomInfo *self)
@@ -194,7 +194,7 @@ tp_room_info_get_name (TpRoomInfo *self)
*
* Returns: a description of the room's overall purpose
*
- * Since: UNRELEASED
+ * Since: 0.19.0
*/
const gchar *
tp_room_info_get_description (TpRoomInfo *self)
@@ -210,7 +210,7 @@ tp_room_info_get_description (TpRoomInfo *self)
*
* Returns: the current subject of conversation in the room
*
- * Since: UNRELEASED
+ * Since: 0.19.0
*/
const gchar *
tp_room_info_get_subject (TpRoomInfo *self)
@@ -228,7 +228,7 @@ tp_room_info_get_subject (TpRoomInfo *self)
*
* Returns: the number of members in the room
*
- * Since: UNRELEASED
+ * Since: 0.19.0
*/
guint
tp_room_info_get_members_count (TpRoomInfo *self,
@@ -247,7 +247,7 @@ tp_room_info_get_members_count (TpRoomInfo *self,
*
* Returns: %TRUE if the room requires a password to enter
*
- * Since: UNRELEASED
+ * Since: 0.19.0
*/
gboolean
tp_room_info_get_requires_password (TpRoomInfo *self,
@@ -266,7 +266,7 @@ tp_room_info_get_requires_password (TpRoomInfo *self,
*
* Returns: %TRUE if you cannot join the room, but must be invited
*
- * Since: UNRELEASED
+ * Since: 0.19.0
*/
gboolean
tp_room_info_get_invite_only (TpRoomInfo *self,
@@ -283,7 +283,7 @@ tp_room_info_get_invite_only (TpRoomInfo *self,
*
* Returns: the human-readable identifier of the room
*
- * Since: UNRELEASED
+ * Since: 0.19.0
*/
const gchar *
tp_room_info_get_room_id (TpRoomInfo *self)
@@ -299,7 +299,7 @@ tp_room_info_get_room_id (TpRoomInfo *self)
*
* Returns: the DNS name of the server hosting the room
*
- * Since: UNRELEASED
+ * Since: 0.19.0
*/
const gchar *
tp_room_info_get_server (TpRoomInfo *self)
diff --git a/telepathy-glib/room-list.c b/telepathy-glib/room-list.c
index 645de5c47..5c1574a6b 100644
--- a/telepathy-glib/room-list.c
+++ b/telepathy-glib/room-list.c
@@ -31,7 +31,7 @@
*
* Data structure representing a #TpRoomList.
*
- * Since: UNRELEASED
+ * Since: 0.19.0
*/
/**
@@ -39,7 +39,7 @@
*
* The class of a #TpRoomList.
*
- * Since: UNRELEASED
+ * Since: 0.19.0
*/
#include <config.h>
@@ -235,7 +235,7 @@ tp_room_list_class_init (TpRoomListClass *klass)
*
* The #TpAccount to use for the room listing.
*
- * Since: UNRELEASED
+ * Since: 0.19.0
*/
param_spec = g_param_spec_object ("account", "account",
"TpAccount",
@@ -249,7 +249,7 @@ tp_room_list_class_init (TpRoomListClass *klass)
* The DNS name of the server whose rooms are listed by this channel, or
* %NULL.
*
- * Since: 0.UNRELEASED
+ * Since: 0.19.0
*/
param_spec = g_param_spec_string ("server", "Server",
"The server associated with the channel",
@@ -265,7 +265,7 @@ tp_room_list_class_init (TpRoomListClass *klass)
* This property is meaningless until the
* %TP_ROOM_LIST_FEATURE_LISTING feature has been prepared.
*
- * Since: 0.UNRELEASED
+ * Since: 0.19.0
*/
param_spec = g_param_spec_boolean ("listing", "Listing",
"TRUE if the channel is listing rooms",
@@ -283,7 +283,7 @@ tp_room_list_class_init (TpRoomListClass *klass)
* User should take his own reference on @room if he plans to
* continue using it once the signal callback has returned.
*
- * Since: UNRELEASED
+ * Since: 0.19.0
*/
signals[SIG_GOT_ROOM] = g_signal_new ("got-room",
G_OBJECT_CLASS_TYPE (klass),
@@ -300,7 +300,7 @@ tp_room_list_class_init (TpRoomListClass *klass)
* Fired when something goes wrong while listing the channels; see @error
* for details.
*
- * Since: UNRELEASED
+ * Since: 0.19.0
*/
signals[SIG_FAILED] = g_signal_new ("failed",
G_OBJECT_CLASS_TYPE (klass),
@@ -327,7 +327,7 @@ tp_room_list_init (TpRoomList *self)
*
* Returns: (transfer none): the value of #TpRoomList:account property
*
- * Since: UNRELEASED
+ * Since: 0.19.0
*/
TpAccount *
tp_room_list_get_account (TpRoomList *self)
@@ -343,7 +343,7 @@ tp_room_list_get_account (TpRoomList *self)
*
* Returns: the value of #TpRoomList:server property
*
- * Since: UNRELEASED
+ * Since: 0.19.0
*/
const gchar *
tp_room_list_get_server (TpRoomList *self)
@@ -359,7 +359,7 @@ tp_room_list_get_server (TpRoomList *self)
*
* Returns: the value of #TpRoomList:listing property
*
- * Since: UNRELEASED
+ * Since: 0.19.0
*/
gboolean
tp_room_list_is_listing (TpRoomList *self)
@@ -389,7 +389,7 @@ list_rooms_cb (TpChannel *channel,
* signal to get the rooms found.
* Errors will be reported using the TpRoomList::failed signal.
*
- * Since: UNRELEASED
+ * Since: 0.19.0
*/
void
tp_room_list_start (TpRoomList *self)
@@ -556,7 +556,7 @@ async_initable_iface_init (GAsyncInitableIface *iface)
*
* <!-- -->
*
- * Since: UNRELEASED
+ * Since: 0.19.0
*/
void
tp_room_list_new_async (TpAccount *account,
@@ -583,7 +583,7 @@ tp_room_list_new_async (TpAccount *account,
* Returns: (transfer full): a new #TpRoomList object, or %NULL
* in case of error.
*
- * Since: UNRELEASED
+ * Since: 0.19.0
*/
TpRoomList *
tp_room_list_new_finish (GAsyncResult *result,
diff --git a/telepathy-glib/text-channel.c b/telepathy-glib/text-channel.c
index adf5ca09e..3c63b8da2 100644
--- a/telepathy-glib/text-channel.c
+++ b/telepathy-glib/text-channel.c
@@ -1087,7 +1087,7 @@ tp_text_channel_class_init (TpTextChannelClass *klass)
* has finished preparing features %TP_TEXT_CHANNEL_FEATURE_CHAT_STATES,
* %TP_CHANNEL_FEATURE_GROUP and %TP_CHANNEL_FEATURE_CONTACTS.
*
- * Since: 0.UNRELEASED
+ * Since: 0.19.0
*/
signals[SIG_CONTACT_CHAT_STATE_CHANGED] = g_signal_new (
"contact-chat-state-changed",
@@ -1577,7 +1577,7 @@ tp_text_channel_ack_message_finish (TpTextChannel *self,
* One can ask for a feature to be prepared using the
* tp_proxy_prepare_async() function, and waiting for it to callback.
*
- * Since: 0.UNRELEASED
+ * Since: 0.19.0
*/
GQuark
@@ -1597,7 +1597,7 @@ tp_text_channel_get_feature_quark_chat_states (void)
*
* Returns: the chat state for @contact, or %TP_CHANNEL_CHAT_STATE_INACTIVE
* if their chat state is not known
- * Since: 0.UNRELEASED
+ * Since: 0.19.0
*/
TpChannelChatState
tp_text_channel_get_chat_state (TpTextChannel *self,
diff --git a/telepathy-glib/tls-certificate-rejection.c b/telepathy-glib/tls-certificate-rejection.c
index 388eb298d..173234602 100644
--- a/telepathy-glib/tls-certificate-rejection.c
+++ b/telepathy-glib/tls-certificate-rejection.c
@@ -39,7 +39,7 @@
*
* Data structure representing a #TpTLSCertificateRejection.
*
- * Since: UNRELEASED
+ * Since: 0.19.0
*/
/**
@@ -47,7 +47,7 @@
*
* The class of a #TpTLSCertificateRejection.
*
- * Since: UNRELEASED
+ * Since: 0.19.0
*/
G_DEFINE_TYPE (TpTLSCertificateRejection, tp_tls_certificate_rejection,
@@ -169,7 +169,7 @@ tp_tls_certificate_rejection_class_init (
*
* #TpTLSCertificateRejectReason representing the reason of the rejection
*
- * Since: UNRELEASED
+ * Since: 0.19.0
*/
spec = g_param_spec_uint ("reason", "reason",
"TpTLSCertificateRejectReason",
@@ -184,7 +184,7 @@ tp_tls_certificate_rejection_class_init (
*
* The D-Bus error name of the rejection
*
- * Since: UNRELEASED
+ * Since: 0.19.0
*/
spec = g_param_spec_string ("dbus-error", "dbus-error",
"DBus error",
@@ -197,7 +197,7 @@ tp_tls_certificate_rejection_class_init (
*
* A #G_VARIANT_TYPE_VARDICT containing the details of the rejection
*
- * Since: UNRELEASED
+ * Since: 0.19.0
*/
spec = g_param_spec_variant ("details", "details",
"GVariant",
@@ -211,7 +211,7 @@ tp_tls_certificate_rejection_class_init (
* a #GError (likely to be in the %TP_ERROR domain) indicating the reason
* of the rejection
*
- * Since: UNRELEASED
+ * Since: 0.19.0
*/
spec = g_param_spec_boxed ("error", "error",
"GError",
@@ -260,7 +260,7 @@ _tp_tls_certificate_rejection_new (
*
* Returns: the value of #TpTLSCertificateRejection:error property
*
- * Since: UNRELEASED
+ * Since: 0.19.0
*/
const GError *
tp_tls_certificate_rejection_get_error (TpTLSCertificateRejection *self)
@@ -276,7 +276,7 @@ tp_tls_certificate_rejection_get_error (TpTLSCertificateRejection *self)
*
* Returns: the value of #TpTLSCertificateRejection:reason property
*
- * Since: UNRELEASED
+ * Since: 0.19.0
*/
TpTLSCertificateRejectReason
tp_tls_certificate_rejection_get_reason (TpTLSCertificateRejection *self)
@@ -292,7 +292,7 @@ tp_tls_certificate_rejection_get_reason (TpTLSCertificateRejection *self)
*
* Returns: the value of #TpTLSCertificateRejection:dbus-error property
*
- * Since: UNRELEASED
+ * Since: 0.19.0
*/
const gchar *
tp_tls_certificate_rejection_get_dbus_error (TpTLSCertificateRejection *self)
@@ -308,7 +308,7 @@ tp_tls_certificate_rejection_get_dbus_error (TpTLSCertificateRejection *self)
*
* Returns: the value of #TpTLSCertificateRejection:details property
*
- * Since: UNRELEASED
+ * Since: 0.19.0
*/
GVariant *
tp_tls_certificate_rejection_get_details (TpTLSCertificateRejection *self)
@@ -326,7 +326,7 @@ tp_tls_certificate_rejection_get_details (TpTLSCertificateRejection *self)
*
* Returns: %FALSE
*
- * Since: UNRELEASED
+ * Since: 0.19.0
*/
gboolean
tp_tls_certificate_rejection_raise_error (TpTLSCertificateRejection *self,
diff --git a/telepathy-glib/tls-certificate.c b/telepathy-glib/tls-certificate.c
index 07fccceab..8827094ca 100644
--- a/telepathy-glib/tls-certificate.c
+++ b/telepathy-glib/tls-certificate.c
@@ -49,7 +49,7 @@
* #TpTLSCertificate is a #TpProxy subclass for TLSCertificate objects,
* used in Channel.Type.ServerTLSConnection.
*
- * Since: UNRELEASED
+ * Since: 0.19.0
*/
/**
@@ -58,7 +58,7 @@
* A #TpProxy subclass representing a server or peer's TLS certificate
* being presented for acceptance/rejection.
*
- * Since: UNRELEASED
+ * Since: 0.19.0
*/
/**
@@ -66,7 +66,7 @@
*
* The class of a #TpTLSCertificate.
*
- * Since: UNRELEASED
+ * Since: 0.19.0
*/
enum {
@@ -114,7 +114,7 @@ G_DEFINE_TYPE (TpTLSCertificate, tp_tls_certificate,
* One can ask for a feature to be prepared using the
* tp_proxy_prepare_async() function, and waiting for it to callback.
*
- * Since: UNRELEASED
+ * Since: 0.19.0
*/
GQuark
@@ -448,7 +448,7 @@ tp_tls_certificate_class_init (TpTLSCertificateClass *klass)
*
* The type of the certificate, typically either "x509" or "pgp".
*
- * Since: UNRELEASED
+ * Since: 0.19.0
*/
pspec = g_param_spec_string ("cert-type", "Certificate type",
"The type of this certificate.",
@@ -471,7 +471,7 @@ tp_tls_certificate_class_init (TpTLSCertificateClass *klass)
*
* For "pgp" certificates, each certificate is a binary OpenPGP key.
*
- * Since: UNRELEASED
+ * Since: 0.19.0
*/
pspec = g_param_spec_boxed ("cert-data", "Certificate chain data",
"The raw DER-encoded certificate chain data.",
@@ -487,7 +487,7 @@ tp_tls_certificate_class_init (TpTLSCertificateClass *klass)
*
* #GObject::notify::state will be emitted when this changes.
*
- * Since: UNRELEASED
+ * Since: 0.19.0
*/
pspec = g_param_spec_uint ("state", "State",
"The state of this certificate.",
@@ -502,7 +502,7 @@ tp_tls_certificate_class_init (TpTLSCertificateClass *klass)
* parent object is invalidated, the certificate is also invalidated, and
* this property is set to %NULL.
*
- * Since: UNRELEASED
+ * Since: 0.19.0
*/
pspec = g_param_spec_object ("parent", "Parent",
"The TpConnection or TpChannel to which this belongs", TP_TYPE_PROXY,
@@ -590,7 +590,7 @@ reject_reason_get_dbus_error (TpTLSCertificateRejectReason reason)
*
* Returns: (transfer full): a new TLS certificate proxy. Prepare the
* feature %TP_TLS_CERTIFICATE_FEATURE_CORE to make it useful.
- * Since: UNRELEASED
+ * Since: 0.19.0
*/
TpTLSCertificate *
tp_tls_certificate_new (TpProxy *conn_or_chan,
@@ -627,7 +627,7 @@ finally:
*
* #GObject::notify::state will also be emitted when the connection manager
* signals that the certificate has been accepted.
- * Since: UNRELEASED
+ * Since: 0.19.0
*/
void
tp_tls_certificate_accept_async (TpTLSCertificate *self,
@@ -658,7 +658,7 @@ tp_tls_certificate_accept_async (TpTLSCertificate *self,
* Check the result of tp_tls_certificate_accept_async().
*
* Returns: %TRUE if acceptance was successful
- * Since: UNRELEASED
+ * Since: 0.19.0
*/
gboolean
tp_tls_certificate_accept_finish (TpTLSCertificate *self,
@@ -687,7 +687,7 @@ tp_tls_certificate_accept_finish (TpTLSCertificate *self,
* you can pass the result of g_variant_new() or g_variant_new_parsed()
* directly to this function without additional reference-count management.
*
- * Since: UNRELEASED
+ * Since: 0.19.0
*/
void
tp_tls_certificate_add_rejection (TpTLSCertificate *self,
@@ -751,7 +751,7 @@ tp_tls_certificate_add_rejection (TpTLSCertificate *self,
*
* #GObject::notify::state will also be emitted when the connection manager
* signals that the certificate has been rejected.
- * Since: UNRELEASED
+ * Since: 0.19.0
*/
void
tp_tls_certificate_reject_async (TpTLSCertificate *self,
@@ -785,7 +785,7 @@ tp_tls_certificate_reject_async (TpTLSCertificate *self,
* Check the result of tp_tls_certificate_reject_async().
*
* Returns: %TRUE if rejection was successful
- * Since: UNRELEASED
+ * Since: 0.19.0
*/
gboolean
tp_tls_certificate_reject_finish (TpTLSCertificate *self,
@@ -807,7 +807,7 @@ tp_tls_certificate_reject_finish (TpTLSCertificate *self,
* tp_proxy_or_subclass_hook_on_interface_add() with first argument
* %TP_TYPE_TLS_CERTIFICATE.
*
- * Since: UNRELEASED
+ * Since: 0.19.0
*/
void
tp_tls_certificate_init_known_interfaces (void)
@@ -842,7 +842,7 @@ tp_tls_certificate_init_known_interfaces (void)
* it returns %NULL.
*
* Returns: (transfer none) (allow-none): a #TpTLSCertificateRejection, or %NULL
- * Since: UNRELEASED
+ * Since: 0.19.0
*/
TpTLSCertificateRejection *
tp_tls_certificate_get_rejection (TpTLSCertificate *self)
@@ -863,7 +863,7 @@ tp_tls_certificate_get_rejection (TpTLSCertificate *self)
* With @n == 0 this is equivalent to tp_tls_certificate_get_rejection().
*
* Returns: (transfer none) (allow-none): a #TpTLSCertificateRejection, or %NULL
- * Since: UNRELEASED
+ * Since: 0.19.0
*/
TpTLSCertificateRejection *
tp_tls_certificate_get_nth_rejection (TpTLSCertificate *self,
@@ -883,7 +883,7 @@ tp_tls_certificate_get_nth_rejection (TpTLSCertificate *self,
*
* Returns: the value of #TpTLSCertificate:cert-type property
*
- * Since: UNRELEASED
+ * Since: 0.19.0
*/
const gchar *
tp_tls_certificate_get_cert_type (TpTLSCertificate *self)
@@ -899,7 +899,7 @@ tp_tls_certificate_get_cert_type (TpTLSCertificate *self)
*
* Returns: (transfer none) (type GLib.PtrArray) (element-type GLib.Bytes): the value of #TpTLSCertificate:cert-data property
*
- * Since: UNRELEASED
+ * Since: 0.19.0
*/
GPtrArray *
tp_tls_certificate_get_cert_data (TpTLSCertificate *self)
@@ -915,7 +915,7 @@ tp_tls_certificate_get_cert_data (TpTLSCertificate *self)
*
* Returns: the value of #TpTLSCertificate:state property
*
- * Since: UNRELEASED
+ * Since: 0.19.0
*/
TpTLSCertificateState
tp_tls_certificate_get_state (TpTLSCertificate *self)
diff --git a/telepathy-glib/versions/0.19.0.abi b/telepathy-glib/versions/0.19.0.abi
new file mode 100644
index 000000000..069e86ec3
--- /dev/null
+++ b/telepathy-glib/versions/0.19.0.abi
@@ -0,0 +1,97 @@
+Version: TELEPATHY_GLIB_0.19.0
+Extends: TELEPATHY_GLIB_0.18.0
+Release: 0.19.0
+
+tp_room_info_get_subject
+tp_debug_message_get_category
+tp_room_info_get_requires_password
+tp_account_channel_request_new_audio_video_call
+tp_debug_client_init_known_interfaces
+tp_room_info_get_handle
+tp_account_channel_request_set_request_property
+tp_room_info_get_server
+tp_cli_authentication_tls_certificate_call_reject
+tp_tls_certificate_get_rejection
+tp_capabilities_supports_file_transfer_uri
+tp_room_list_start
+tp_tls_certificate_add_rejection
+tp_svc_connection_interface_contacts_implement_get_contact_by_id
+tp_tls_certificate_rejection_get_error
+tp_debug_client_get_type
+tp_capabilities_supports_file_transfer_initial_offset
+tp_room_info_get_description
+tp_tls_certificate_rejection_raise_error
+tp_cli_debug_connect_to_new_debug_message
+tp_tls_certificate_rejection_get_type
+tp_capabilities_supports_sms
+tp_debug_client_set_enabled_finish
+tp_room_info_get_type
+tp_connection_manager_param_dup_default_variant
+tp_room_info_get_invite_only
+tp_tls_certificate_rejection_get_details
+tp_connection_dup_contact_by_id_async
+tp_tls_certificate_init_known_interfaces
+tp_account_channel_request_set_target_id
+tp_debug_client_new
+tp_tls_certificate_new
+tp_connection_upgrade_contacts_finish
+tp_tls_certificate_get_feature_quark_core
+tp_tls_certificate_get_cert_data
+tp_room_info_get_handle_name
+tp_tls_certificate_rejection_get_reason
+tp_tls_certificate_get_type
+tp_room_list_get_account
+tp_tls_certificate_reject_finish
+tp_cli_connection_interface_contacts_call_get_contact_by_id
+tp_capabilities_supports_file_transfer_timestamp
+tp_room_info_get_channel_type
+tp_tls_certificate_get_nth_rejection
+tp_debug_client_set_enabled_async
+tp_capabilities_dup_channel_classes_variant
+tp_connection_dup_contact_by_id_finish
+tp_debug_client_get_feature_quark_core
+tp_room_info_get_name
+tp_account_channel_request_set_target_contact
+tp_connection_dup_detailed_error_vardict
+tp_tls_certificate_get_cert_type
+tp_cli_authentication_tls_certificate_call_accept
+tp_tls_certificate_rejection_get_dbus_error
+tp_tls_certificate_accept_async
+tp_debug_client_is_enabled
+tp_account_channel_request_new_audio_call
+tp_debug_message_get_domain
+tp_debug_client_get_messages_finish
+tp_room_info_get_members_count
+tp_account_channel_request_set_file_transfer_timestamp
+tp_debug_message_get_type
+tp_tls_certificate_get_state
+tp_debug_message_get_time
+tp_debug_client_get_messages_async
+tp_cli_authentication_tls_certificate_connect_to_accepted
+tp_contact_get_account
+tp_connection_upgrade_contacts_async
+tp_account_channel_request_set_file_transfer_initial_offset
+tp_debug_message_get_message
+tp_tls_certificate_accept_finish
+tp_debug_message_get_level
+tp_room_list_get_server
+tp_account_channel_request_new_text
+tp_cli_debug_call_get_messages
+tp_account_channel_request_set_file_transfer_description
+tp_room_list_get_type
+tp_room_list_new_async
+tp_room_list_is_listing
+tp_room_list_new_finish
+tp_room_info_get_room_id
+tp_base_connection_disconnect_with_dbus_error_vardict
+tp_account_channel_request_new_file_transfer
+tp_cli_authentication_tls_certificate_connect_to_rejected
+tp_account_channel_request_set_file_transfer_uri
+tp_capabilities_supports_file_transfer_description
+tp_tls_certificate_reject_async
+tp_text_channel_get_feature_quark_chat_states
+tp_text_channel_get_chat_state
+tp_message_mixin_chat_state_iface_init
+tp_message_mixin_maybe_send_gone
+tp_message_mixin_change_chat_state
+tp_message_mixin_implement_send_chat_state