diff options
Diffstat (limited to 'lib/ephy-gui.h')
-rw-r--r-- | lib/ephy-gui.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/ephy-gui.h b/lib/ephy-gui.h index ee2eeb155..17063388d 100644 --- a/lib/ephy-gui.h +++ b/lib/ephy-gui.h @@ -38,6 +38,9 @@ gboolean ephy_gui_confirm_overwrite_file (GtkWidget *parent, void ephy_gui_help (GtkWindow *parent, const char *file_name, const char *link_id); + +GdkPixbuf *ephy_gui_get_pixbuf_from_mime_type (const char *mime_type, + int size); G_END_DECLS #endif |