summaryrefslogtreecommitdiff
path: root/telepathy-glib/errors.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-10-25 19:21:26 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-10-25 19:58:10 +0100
commit0c12e099fa79305735a73c379a91f341a6cbdd34 (patch)
treedb5089d11629d50d93ac9552fbce6ae64be07e48 /telepathy-glib/errors.h
parent31f967079a959007820b522b6c45ba4a4c31d5ee (diff)
downloadtelepathy-glib-0c12e099fa79305735a73c379a91f341a6cbdd34.tar.gz
Update spec to 0.21.3
- add TP_ERROR_PICKED_UP_ELSEWHERE and in the Future: - replace Members with LocalSendingState and RemoteMembers, and split the change-notification signals - delete the Creator property
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 63c30d7c6..782e31246 100644
--- a/telepathy-glib/errors.h
+++ b/telepathy-glib/errors.h
@@ -84,6 +84,7 @@ typedef enum {
TP_ERROR_CERT_LIMIT_EXCEEDED, /*< nick=Cert.LimitExceeded >*/
TP_ERROR_NOT_YET, /*< nick=NotYet >*/
TP_ERROR_REJECTED, /*< nick=Rejected >*/
+ TP_ERROR_PICKED_UP_ELSEWHERE, /*< nick=PickedUpElsewhere >*/
} TpError;
const gchar *tp_error_get_dbus_name (TpError error);