diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2010-08-19 01:06:27 +0800 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2010-08-19 01:19:00 +0800 |
commit | 5b7271c8f3c349637516c6b5bdb442aa9a480925 (patch) | |
tree | a97fa5f40d8d48b589a8b5c23db30391e1c6de1d /libempathy/empathy-utils.h | |
parent | 61e8bd3c9fec6cef2aa65cdaef98a383f346dcf1 (diff) | |
download | gsoc2013-empathy-5b7271c8f3c349637516c6b5bdb442aa9a480925.tar gsoc2013-empathy-5b7271c8f3c349637516c6b5bdb442aa9a480925.tar.gz gsoc2013-empathy-5b7271c8f3c349637516c6b5bdb442aa9a480925.tar.bz2 gsoc2013-empathy-5b7271c8f3c349637516c6b5bdb442aa9a480925.tar.lz gsoc2013-empathy-5b7271c8f3c349637516c6b5bdb442aa9a480925.tar.xz gsoc2013-empathy-5b7271c8f3c349637516c6b5bdb442aa9a480925.tar.zst gsoc2013-empathy-5b7271c8f3c349637516c6b5bdb442aa9a480925.zip |
Add an usre_requested param to _account_get_error()
Diffstat (limited to 'libempathy/empathy-utils.h')
-rw-r--r-- | libempathy/empathy-utils.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libempathy/empathy-utils.h b/libempathy/empathy-utils.h index 47b9b84ad..f588479b4 100644 --- a/libempathy/empathy-utils.h +++ b/libempathy/empathy-utils.h @@ -76,7 +76,8 @@ gboolean empathy_check_available_state (void); gint empathy_uint_compare (gconstpointer a, gconstpointer b); -const gchar * empathy_account_get_error_message (TpAccount *account); +const gchar * empathy_account_get_error_message (TpAccount *account, + gboolean *user_requested); gchar *empathy_protocol_icon_name (const gchar *protocol); const gchar *empathy_protocol_name_to_display_name (const gchar *proto_name); |