summaryrefslogtreecommitdiff
path: root/telepathy-glib
diff options
context:
space:
mode:
Diffstat (limited to 'telepathy-glib')
-rw-r--r--telepathy-glib/Makefile.am3
-rw-r--r--telepathy-glib/channel-manager.c6
-rw-r--r--telepathy-glib/connection.c2
-rw-r--r--telepathy-glib/versions/0.7.16.abi9
4 files changed, 16 insertions, 4 deletions
diff --git a/telepathy-glib/Makefile.am b/telepathy-glib/Makefile.am
index ae2993e50..741290bef 100644
--- a/telepathy-glib/Makefile.am
+++ b/telepathy-glib/Makefile.am
@@ -18,7 +18,8 @@ ABI_LISTS = \
versions/0.7.12.abi \
versions/0.7.13.abi \
versions/0.7.14.abi \
- versions/0.7.15.abi
+ versions/0.7.15.abi \
+ versions/0.7.16.abi
EXTRA_DIST = \
$(ABI_LISTS) \
diff --git a/telepathy-glib/channel-manager.c b/telepathy-glib/channel-manager.c
index f6b6d71ef..e134fa044 100644
--- a/telepathy-glib/channel-manager.c
+++ b/telepathy-glib/channel-manager.c
@@ -154,12 +154,14 @@
* @ensure_channel: Respond to a request for a (new or existing) channel made
* with the Connection.Interface.Requests.EnsureChannel method. See
* #TpChannelManagerRequestFunc for details.
- * Since: 0.7.UNRELEASED+1
+ * Since: 0.7.16
*
* The vtable for a channel manager implementation.
*
* In addition to the fields documented here there are several GCallback
* fields which must currently be %NULL.
+ *
+ * Since: 0.7.15
*/
@@ -639,7 +641,7 @@ tp_channel_manager_request_channel (TpChannelManager *manager,
*
* Returns: %TRUE if this request will be handled by @manager; else %FALSE.
*
- * Since: 0.7.UNRELEASED+1
+ * Since: 0.7.16
*/
gboolean
tp_channel_manager_ensure_channel (TpChannelManager *manager,
diff --git a/telepathy-glib/connection.c b/telepathy-glib/connection.c
index 54c723726..6785bbb5c 100644
--- a/telepathy-glib/connection.c
+++ b/telepathy-glib/connection.c
@@ -1066,7 +1066,7 @@ get_presence_type_availability (TpConnectionPresenceType type)
*
* Returns: -1, 0 or 1, if @p1 is <, == or > than @p2.
*
- * Since: 0.7.UNRELEASED
+ * Since: 0.7.16
*/
gint
tp_connection_presence_type_cmp_availability (TpConnectionPresenceType p1,
diff --git a/telepathy-glib/versions/0.7.16.abi b/telepathy-glib/versions/0.7.16.abi
new file mode 100644
index 000000000..7d2ec51de
--- /dev/null
+++ b/telepathy-glib/versions/0.7.16.abi
@@ -0,0 +1,9 @@
+Version: TELEPATHY_GLIB_0.7.16
+Extends: TELEPATHY_GLIB_0.7.15
+Release: 0.7.16
+
+tp_channel_manager_ensure_channel
+tp_cli_connection_interface_requests_call_ensure_channel
+tp_cli_connection_interface_requests_run_ensure_channel
+tp_connection_presence_type_cmp_availability
+tp_svc_connection_interface_requests_implement_ensure_channel