aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-ui-utils.h
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2008-11-11 23:25:40 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-11-11 23:25:40 +0800
commit39c6d0512e3605aaafb1285d1f3627e3f92ec104 (patch)
tree3c3d15738ca14d1158cb030c89e2954288555996 /libempathy-gtk/empathy-ui-utils.h
parent41b9e32599950f4a1dfa4c0958c01519881e2063 (diff)
downloadgsoc2013-empathy-39c6d0512e3605aaafb1285d1f3627e3f92ec104.tar
gsoc2013-empathy-39c6d0512e3605aaafb1285d1f3627e3f92ec104.tar.gz
gsoc2013-empathy-39c6d0512e3605aaafb1285d1f3627e3f92ec104.tar.bz2
gsoc2013-empathy-39c6d0512e3605aaafb1285d1f3627e3f92ec104.tar.lz
gsoc2013-empathy-39c6d0512e3605aaafb1285d1f3627e3f92ec104.tar.xz
gsoc2013-empathy-39c6d0512e3605aaafb1285d1f3627e3f92ec104.tar.zst
gsoc2013-empathy-39c6d0512e3605aaafb1285d1f3627e3f92ec104.zip
Don't automatically resize and png-ify avatars.
svn path=/trunk/; revision=1669
Diffstat (limited to 'libempathy-gtk/empathy-ui-utils.h')
-rw-r--r--libempathy-gtk/empathy-ui-utils.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-ui-utils.h b/libempathy-gtk/empathy-ui-utils.h
index 24ab01fb4..be87b94c7 100644
--- a/libempathy-gtk/empathy-ui-utils.h
+++ b/libempathy-gtk/empathy-ui-utils.h
@@ -69,7 +69,8 @@ const gchar * empathy_icon_name_from_account (McAccount *accou
const gchar * empathy_icon_name_for_presence (McPresence presence);
const gchar * empathy_icon_name_for_contact (EmpathyContact *contact);
GdkPixbuf * empathy_pixbuf_from_data (gchar *data,
- gsize data_size);
+ gsize data_size,
+ gchar **mime_type);
GdkPixbuf * empathy_pixbuf_from_avatar_scaled (EmpathyAvatar *avatar,
gint width,
gint height);