From 8c22592a9a13ac09f8e7c0357fafcfd163910a4c Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Wed, 26 Sep 2007 20:16:00 +0000 Subject: Cache avatars and RequestAvatars only when needed. 2007-09-26 Xavier Claessens * libempathy/empathy-utils.c: * libempathy/empathy-utils.h: * libempathy/empathy-avatar.c: * libempathy/empathy-avatar.h: * libempathy/empathy-contact-factory.c: Cache avatars and RequestAvatars only when needed. svn path=/trunk/; revision=320 --- libempathy/empathy-utils.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'libempathy/empathy-utils.h') diff --git a/libempathy/empathy-utils.h b/libempathy/empathy-utils.h index 5669d33d1..88d533728 100644 --- a/libempathy/empathy-utils.h +++ b/libempathy/empathy-utils.h @@ -66,6 +66,9 @@ gint empathy_strcasecmp (const gchar *s1, gint empathy_strncasecmp (const gchar *s1, const gchar *s2, gsize n); +gboolean empathy_strdiff (const gchar *left, + const gchar *right); +gchar * empathy_escape_as_identifier (const gchar *name); /* XML */ gboolean empathy_xml_validate (xmlDoc *doc, @@ -88,8 +91,6 @@ gchar * empathy_inspect_handle (McAccount *account, guint handle_type); gchar * empathy_inspect_channel (McAccount *account, TpChan *tp_chan); -gboolean empathy_strdiff (const gchar *left, - const gchar *right); G_END_DECLS #endif /* __EMPATHY_UTILS_H__ */ -- cgit v1.2.3