diff options
author | Cosimo Cecchi <cosimo.cecchi@collabora.co.uk> | 2009-05-05 21:56:08 +0800 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2009-06-01 23:47:39 +0800 |
commit | 829c16e8589c94b0bdf719c40e6615d00403175f (patch) | |
tree | 417bfdcfc704fbc5701d134a6a96efd999308338 /libempathy/empathy-utils.h | |
parent | 4e83ee317253d1cd3821258a418cdd829ce01549 (diff) | |
download | gsoc2013-empathy-829c16e8589c94b0bdf719c40e6615d00403175f.tar gsoc2013-empathy-829c16e8589c94b0bdf719c40e6615d00403175f.tar.gz gsoc2013-empathy-829c16e8589c94b0bdf719c40e6615d00403175f.tar.bz2 gsoc2013-empathy-829c16e8589c94b0bdf719c40e6615d00403175f.tar.lz gsoc2013-empathy-829c16e8589c94b0bdf719c40e6615d00403175f.tar.xz gsoc2013-empathy-829c16e8589c94b0bdf719c40e6615d00403175f.tar.zst gsoc2013-empathy-829c16e8589c94b0bdf719c40e6615d00403175f.zip |
React to Tp remote errors
Push Tp state change errors to the handler/UI.
Diffstat (limited to 'libempathy/empathy-utils.h')
-rw-r--r-- | libempathy/empathy-utils.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libempathy/empathy-utils.h b/libempathy/empathy-utils.h index e4ef0afab..681705d59 100644 --- a/libempathy/empathy-utils.h +++ b/libempathy/empathy-utils.h @@ -45,9 +45,10 @@ G_BEGIN_DECLS typedef enum { - EMPATHY_FT_ERROR_FAILED, - EMPATHY_FT_ERROR_SOCKET, - EMPATHY_FT_ERROR_NOT_SUPPORTED + EMPATHY_FT_ERROR_FAILED, + EMPATHY_FT_ERROR_TP_ERROR, + EMPATHY_FT_ERROR_SOCKET, + EMPATHY_FT_ERROR_NOT_SUPPORTED } EmpathyFTErrorEnum; void empathy_init (void); |