summaryrefslogtreecommitdiff
path: root/telepathy-glib/errors.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-02-20 15:09:37 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-02-20 15:09:37 +0000
commit89ebc5c794da4b2312ea299764f58de2bf037343 (patch)
treedfc4a454edb0b05e9b29b4ab001ce51f56b1565f /telepathy-glib/errors.h
parent71a38001a7e094f2a55bdc6c49665467b94c0dee (diff)
downloadtelepathy-glib-89ebc5c794da4b2312ea299764f58de2bf037343.tar.gz
Further update spec, to 0.25.2
Code changes: * Generate code for Chan.T.Call1, Conn.I.Addressing1, Chan.I.CaptchaAuthentication1, and document them * Adapt Call1 CM and test for Direction argument to AddContent * Add CaptchaNotSupported error
Diffstat (limited to 'telepathy-glib/errors.h')
-rw-r--r--telepathy-glib/errors.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/telepathy-glib/errors.h b/telepathy-glib/errors.h
index 81dc22996..a24e69cc8 100644
--- a/telepathy-glib/errors.h
+++ b/telepathy-glib/errors.h
@@ -93,6 +93,7 @@ typedef enum {
TP_ERROR_MEDIA_CODECS_INCOMPATIBLE, /*< nick=Media.CodecsIncompatible >*/
TP_ERROR_MEDIA_UNSUPPORTED_TYPE, /*< nick=Media.UnsupportedType >*/
TP_ERROR_MEDIA_STREAMING_ERROR, /*< nick=Media.StreamingError >*/
+ TP_ERROR_CAPTCHA_NOT_SUPPORTED, /*< nick=CaptchaNotSupported >*/
} TpError;
const gchar *tp_error_get_dbus_name (TpError error);