diff options
Diffstat (limited to 'e-util/e-icon-factory.h')
-rw-r--r-- | e-util/e-icon-factory.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/e-util/e-icon-factory.h b/e-util/e-icon-factory.h index 509cc6dccb..92ecac8ac6 100644 --- a/e-util/e-icon-factory.h +++ b/e-util/e-icon-factory.h @@ -55,4 +55,6 @@ GtkWidget *e_icon_factory_get_image (const char *icon_name, int icon_siz GList *e_icon_factory_get_icon_list (const char *icon_name); +GdkPixbuf *e_icon_factory_pixbuf_scale (GdkPixbuf *pixbuf, int width, int height); + #endif /* _E_ICON_FACTORY_H_ */ |