diff options
Diffstat (limited to 'src/ephy-tab.h')
-rw-r--r-- | src/ephy-tab.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ephy-tab.h b/src/ephy-tab.h index 82f6d16a6..a2f162458 100644 --- a/src/ephy-tab.h +++ b/src/ephy-tab.h @@ -95,6 +95,9 @@ const char *ephy_tab_get_favicon_url (EphyTab *tab); void ephy_tab_set_location (EphyTab *tab, char *location); +void ephy_tab_set_favicon (EphyTab *tab, + GdkPixbuf *favicon); + void ephy_tab_get_size (EphyTab *tab, int *width, int *height); |