summaryrefslogtreecommitdiff
path: root/libempathy/empathy-utils.h
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2009-07-29 16:46:24 +0200
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>2009-07-29 16:50:38 +0200
commit1bcccdbc977cc35af2edccc9b222d53a63a8c0b6 (patch)
treebb4e20bed2328278f89eaa3f84d21e656b774990 /libempathy/empathy-utils.h
parente5a8856fbc12280af273c8329ee08ba4e6e3a044 (diff)
downloadempathy-1bcccdbc977cc35af2edccc9b222d53a63a8c0b6.tar.gz
Add a utility function to may protocols to their icons
Diffstat (limited to 'libempathy/empathy-utils.h')
-rw-r--r--libempathy/empathy-utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy/empathy-utils.h b/libempathy/empathy-utils.h
index 3de6047f4..59ea15403 100644
--- a/libempathy/empathy-utils.h
+++ b/libempathy/empathy-utils.h
@@ -77,6 +77,8 @@ gboolean empathy_check_available_state (void);
gint empathy_uint_compare (gconstpointer a,
gconstpointer b);
+gchar *empathy_protocol_icon_name (const gchar *protocol);
+
#define EMPATHY_ARRAY_TYPE_OBJECT (empathy_type_dbus_ao ())
GType empathy_type_dbus_ao (void);