summaryrefslogtreecommitdiff
path: root/telepathy-glib/errors.h
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2011-03-09 12:05:28 +0000
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>2011-03-09 13:10:37 +0000
commita819ceed461bc76f7a416ef75db35c3544482cb5 (patch)
treed12ea311e3ec432c2571791222a7b1e5eec5fbbe /telepathy-glib/errors.h
parent0d3a989d1ec83719bd4d25f2043925d7376c6e49 (diff)
downloadtelepathy-glib-a819ceed461bc76f7a416ef75db35c3544482cb5.tar.gz
Add new error codes
Added error codecs for org.freedesktop.Telepathy.Error.SoftwareUpgradeRequired and org.freedesktop.Telepathy.Error.EmergencyCallsNotSupported
Diffstat (limited to 'telepathy-glib/errors.h')
-rw-r--r--telepathy-glib/errors.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/telepathy-glib/errors.h b/telepathy-glib/errors.h
index c9e1856f5..22776ddb6 100644
--- a/telepathy-glib/errors.h
+++ b/telepathy-glib/errors.h
@@ -87,6 +87,8 @@ typedef enum {
TP_ERROR_PICKED_UP_ELSEWHERE, /*< nick=PickedUpElsewhere >*/
TP_ERROR_CONFUSED, /*< nick=Confused >*/
TP_ERROR_SERVICE_CONFUSED, /*< nick=ServiceConfused >*/
+ TP_ERROR_EMERGENCY_CALLS_NOT_SUPPORTED, /*< nick=EmergencyCallsNotSupported */
+ TP_ERROR_SOFTWARE_UPGRADE_REQUIRED, /*< nick=SoftwareUpgradeRequired >*/
} TpError;
const gchar *tp_error_get_dbus_name (TpError error);