diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2008-07-17 16:28:50 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2009-06-12 00:06:29 +0800 |
commit | 9f7e19517623ea663dcd54b84b3839fbbf2c582c (patch) | |
tree | d8eb41152e5f9c248152cc873c386bfe1de09bac /libempathy-gtk/empathy-ui-utils.h | |
parent | 41e4816144f6e9ace93b0497f35c6aee480fa1c5 (diff) | |
download | gsoc2013-empathy-9f7e19517623ea663dcd54b84b3839fbbf2c582c.tar gsoc2013-empathy-9f7e19517623ea663dcd54b84b3839fbbf2c582c.tar.gz gsoc2013-empathy-9f7e19517623ea663dcd54b84b3839fbbf2c582c.tar.bz2 gsoc2013-empathy-9f7e19517623ea663dcd54b84b3839fbbf2c582c.tar.lz gsoc2013-empathy-9f7e19517623ea663dcd54b84b3839fbbf2c582c.tar.xz gsoc2013-empathy-9f7e19517623ea663dcd54b84b3839fbbf2c582c.tar.zst gsoc2013-empathy-9f7e19517623ea663dcd54b84b3839fbbf2c582c.zip |
Add path in EmpathySmiley
Diffstat (limited to 'libempathy-gtk/empathy-ui-utils.h')
-rw-r--r-- | libempathy-gtk/empathy-ui-utils.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/libempathy-gtk/empathy-ui-utils.h b/libempathy-gtk/empathy-ui-utils.h index 4d58fedcf..60d48f3c4 100644 --- a/libempathy-gtk/empathy-ui-utils.h +++ b/libempathy-gtk/empathy-ui-utils.h @@ -90,12 +90,15 @@ GdkPixbuf * empathy_pixbuf_from_avatar_scaled (EmpathyAvatar *avata GdkPixbuf * empathy_pixbuf_avatar_from_contact_scaled (EmpathyContact *contact, gint width, gint height); -GdkPixbuf * empathy_pixbuf_scale_down_if_necessary (GdkPixbuf *pixbuf, +GdkPixbuf * empathy_pixbuf_scale_down_if_necessary (GdkPixbuf *pixbuf, gint max_size); -GdkPixbuf * empathy_pixbuf_from_icon_name (const gchar *icon_name, +GdkPixbuf * empathy_pixbuf_from_icon_name (const gchar *icon_name, GtkIconSize icon_size); -GdkPixbuf * empathy_pixbuf_from_icon_name_sized (const gchar *icon_name, +GdkPixbuf * empathy_pixbuf_from_icon_name_sized (const gchar *icon_name, gint size); +gchar * empathy_filename_from_icon_name (const gchar *icon_name, + GtkIconSize icon_size); + /* Text view */ gboolean empathy_text_iter_forward_search (const GtkTextIter*iter, const gchar *str, |