diff options
Diffstat (limited to 'src/ephy-tab.h')
-rw-r--r-- | src/ephy-tab.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/ephy-tab.h b/src/ephy-tab.h index 8b5c48c88..479a3b04c 100644 --- a/src/ephy-tab.h +++ b/src/ephy-tab.h @@ -24,6 +24,7 @@ #include "ephy-embed.h" +#include <gdk-pixbuf/gdk-pixbuf.h> #include <gtk/gtkbin.h> G_BEGIN_DECLS @@ -69,7 +70,9 @@ EphyTab *ephy_tab_for_embed (EphyEmbed *embed); EphyEmbedDocumentType ephy_tab_get_document_type (EphyTab *tab); -const char *ephy_tab_get_icon_address (EphyTab *tab); +GdkPixbuf *ephy_tab_get_icon (EphyTab *tab); + +const char *ephy_tab_get_icon_address (EphyTab *tab); gboolean ephy_tab_get_load_status (EphyTab *tab); |