diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-08-05 18:38:26 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-08-05 18:38:29 +0800 |
commit | 0b5e1ce2f0aafecaaf855b1f81d52821862f6526 (patch) | |
tree | 4e29e3c254b7f561752ed17eb76a4a25f568f7f9 /libempathy/empathy-utils.h | |
parent | 76a6ff433280ed7bee6346ab05caa00ceb2aba49 (diff) | |
download | gsoc2013-empathy-0b5e1ce2f0aafecaaf855b1f81d52821862f6526.tar gsoc2013-empathy-0b5e1ce2f0aafecaaf855b1f81d52821862f6526.tar.gz gsoc2013-empathy-0b5e1ce2f0aafecaaf855b1f81d52821862f6526.tar.bz2 gsoc2013-empathy-0b5e1ce2f0aafecaaf855b1f81d52821862f6526.tar.lz gsoc2013-empathy-0b5e1ce2f0aafecaaf855b1f81d52821862f6526.tar.xz gsoc2013-empathy-0b5e1ce2f0aafecaaf855b1f81d52821862f6526.tar.zst gsoc2013-empathy-0b5e1ce2f0aafecaaf855b1f81d52821862f6526.zip |
add empathy_dbus_error_name_get_default_message
Reuse existing errors for now.
Diffstat (limited to 'libempathy/empathy-utils.h')
-rw-r--r-- | libempathy/empathy-utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy/empathy-utils.h b/libempathy/empathy-utils.h index da0edc58c..6ddf58a85 100644 --- a/libempathy/empathy-utils.h +++ b/libempathy/empathy-utils.h @@ -76,6 +76,7 @@ gboolean empathy_check_available_state (void); gint empathy_uint_compare (gconstpointer a, gconstpointer b); const gchar * empathy_status_reason_get_default_message (TpConnectionStatusReason reason); +const gchar * empathy_dbus_error_name_get_default_message (const gchar *error); gchar *empathy_protocol_icon_name (const gchar *protocol); const gchar *empathy_protocol_name_to_display_name (const gchar *proto_name); |