summaryrefslogtreecommitdiff
path: root/telepathy-glib/proxy.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2008-10-07 15:04:42 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2008-10-07 15:15:38 +0100
commit50ecbeb91a38bcac34740eb699fe3c5e35c8e1da (patch)
tree38ef916836adc70bc5f522c6ddd29dd0d4c0b111 /telepathy-glib/proxy.h
parente32b3005835a9dd01b9fc5fc72bfa9ef1890fbb6 (diff)
downloadtelepathy-glib-50ecbeb91a38bcac34740eb699fe3c5e35c8e1da.tar.gz
Add TP_DBUS_ERROR_INCONSISTENT
This can be used to turn obvious failures (like RequestHandles returning the wrong number of handles) into an error.
Diffstat (limited to 'telepathy-glib/proxy.h')
-rw-r--r--telepathy-glib/proxy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/telepathy-glib/proxy.h b/telepathy-glib/proxy.h
index 8b73f5193..97efa68a8 100644
--- a/telepathy-glib/proxy.h
+++ b/telepathy-glib/proxy.h
@@ -48,6 +48,7 @@ typedef enum {
TP_DBUS_ERROR_INVALID_MEMBER_NAME = 7,
TP_DBUS_ERROR_OBJECT_REMOVED = 8,
TP_DBUS_ERROR_CANCELLED = 9,
+ TP_DBUS_ERROR_INCONSISTENT = 10,
NUM_TP_DBUS_ERRORS
} TpDBusError;