summaryrefslogtreecommitdiff
path: root/telepathy-glib
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2009-08-16 15:23:00 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2009-08-16 16:08:54 +0100
commit4d52d41188af7d213e6153450e8541c5d65fc8af (patch)
tree967162569499ced9af031b7587c207403a8f2528 /telepathy-glib
parentff0b5f2bb860557bac1285a2e0db06669c5fdfe3 (diff)
downloadtelepathy-glib-4d52d41188af7d213e6153450e8541c5d65fc8af.tar.gz
Version 0.7.34telepathy-glib-0.7.34
Diffstat (limited to 'telepathy-glib')
-rw-r--r--telepathy-glib/Makefile.am3
-rw-r--r--telepathy-glib/errors.c12
-rw-r--r--telepathy-glib/gtypes.c2
-rw-r--r--telepathy-glib/versions/0.7.34.abi18
4 files changed, 27 insertions, 8 deletions
diff --git a/telepathy-glib/Makefile.am b/telepathy-glib/Makefile.am
index 74d020bfa..097dc0b46 100644
--- a/telepathy-glib/Makefile.am
+++ b/telepathy-glib/Makefile.am
@@ -36,7 +36,8 @@ ABI_LISTS = \
versions/0.7.29.abi \
versions/0.7.30.abi \
versions/0.7.31.abi \
- versions/0.7.32.abi
+ versions/0.7.32.abi \
+ versions/0.7.34.abi
EXTRA_DIST = \
$(ABI_LISTS) \
diff --git a/telepathy-glib/errors.c b/telepathy-glib/errors.c
index f87b5a9db..bda469a65 100644
--- a/telepathy-glib/errors.c
+++ b/telepathy-glib/errors.c
@@ -149,23 +149,23 @@
* @TP_ERROR_ALREADY_CONNECTED: org.freedesktop.Telepathy.Error.AlreadyConnected:
* Raised on attempts to connect again to an account that is already
* connected, if the protocol or server does not allow this.
- * Since 0.7.UNRELEASED
+ * Since 0.7.34
* @TP_ERROR_CONNECTION_REPLACED: org.freedesktop.Telepathy.Error.ConnectionReplaced:
* Used as disconnection reason for an existing connection if it is
* disconnected because a second connection to the same account is made.
- * Since 0.7.UNRELEASED
+ * Since 0.7.34
* @TP_ERROR_REGISTRATION_EXISTS: org.freedesktop.Telepathy.Error.RegistrationExists:
* Raised on attempts to register an account on a server when the account
* already exists.
- * Since 0.7.UNRELEASED
+ * Since 0.7.34
* @TP_ERROR_SERVICE_BUSY: org.freedesktop.Telepathy.Error.ServiceBusy:
* Raised when a server or other infrastructure rejects a request because
* it is too busy.
- * Since 0.7.UNRELEASED
+ * Since 0.7.34
* @TP_ERROR_RESOURCE_UNAVAILABLE: org.freedesktop.Telepathy.Error.ResourceUnavailable:
* Raised when a local process rejects a request because it does not have
* enough of a resource, such as memory.
- * Since 0.7.UNRELEASED
+ * Since 0.7.34
*
* Enumerated type representing the Telepathy D-Bus errors.
*/
@@ -280,7 +280,7 @@ tp_error_get_type (void)
{ TP_ERROR_CONNECTION_REFUSED, "TP_ERROR_CONNECTION_REFUSED", "ConnectionRefused" },
{ TP_ERROR_CONNECTION_FAILED, "TP_ERROR_CONNECTION_FAILED", "ConnectionFailed" },
{ TP_ERROR_CONNECTION_LOST, "TP_ERROR_CONNECTION_LOST", "ConnectionLost" },
- /* new in telepathy-spec 0.17.27 / telepathy-glib 0.7.UNRELEASED */
+ /* new in telepathy-spec 0.17.27 / telepathy-glib 0.7.34 */
{ TP_ERROR_ALREADY_CONNECTED, "TP_ERROR_ALREADY_CONNECTED",
"AlreadyConnected" },
{ TP_ERROR_CONNECTION_REPLACED, "TP_ERROR_CONNECTION_REPLACED",
diff --git a/telepathy-glib/gtypes.c b/telepathy-glib/gtypes.c
index d72c90ada..a7084146a 100644
--- a/telepathy-glib/gtypes.c
+++ b/telepathy-glib/gtypes.c
@@ -45,7 +45,7 @@
* that returns the #GType of a #GPtrArray
* of DBUS_TYPE_G_OBJECT_PATH.
*
- * Since: 0.7.UNRELEASED
+ * Since: 0.7.34
*/
GType
diff --git a/telepathy-glib/versions/0.7.34.abi b/telepathy-glib/versions/0.7.34.abi
new file mode 100644
index 000000000..195b25c4c
--- /dev/null
+++ b/telepathy-glib/versions/0.7.34.abi
@@ -0,0 +1,18 @@
+Version: TELEPATHY_GLIB_0.7.34
+Extends: TELEPATHY_GLIB_0.7.32
+Release: 0.7.34
+
+tp_cli_connection_interface_location_call_get_locations
+tp_cli_connection_interface_location_call_request_location
+tp_cli_connection_interface_location_call_set_location
+tp_cli_connection_interface_location_connect_to_location_updated
+tp_cli_connection_interface_location_run_get_locations
+tp_cli_connection_interface_location_run_request_location
+tp_cli_connection_interface_location_run_set_location
+tp_iface_quark_connection_interface_location
+tp_svc_connection_interface_location_emit_location_updated
+tp_svc_connection_interface_location_get_type
+tp_svc_connection_interface_location_implement_get_locations
+tp_svc_connection_interface_location_implement_request_location
+tp_svc_connection_interface_location_implement_set_location
+tp_type_dbus_array_of_o