diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2009-08-16 15:23:00 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2009-08-16 16:08:54 +0100 |
commit | 4d52d41188af7d213e6153450e8541c5d65fc8af (patch) | |
tree | 967162569499ced9af031b7587c207403a8f2528 /telepathy-glib/errors.c | |
parent | ff0b5f2bb860557bac1285a2e0db06669c5fdfe3 (diff) | |
download | telepathy-glib-4d52d41188af7d213e6153450e8541c5d65fc8af.tar.gz |
Version 0.7.34telepathy-glib-0.7.34
Diffstat (limited to 'telepathy-glib/errors.c')
-rw-r--r-- | telepathy-glib/errors.c | 12 |
1 files changed, 6 insertions, 6 deletions
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", |