diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-11-11 23:25:40 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-11-11 23:25:40 +0800 |
commit | 39c6d0512e3605aaafb1285d1f3627e3f92ec104 (patch) | |
tree | 3c3d15738ca14d1158cb030c89e2954288555996 /libempathy-gtk/empathy-ui-utils.h | |
parent | 41b9e32599950f4a1dfa4c0958c01519881e2063 (diff) | |
download | gsoc2013-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.h | 3 |
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); |