diff options
Diffstat (limited to 'src/ephy-tab.h')
-rw-r--r-- | src/ephy-tab.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ephy-tab.h b/src/ephy-tab.h index 02e06746f..fe679f553 100644 --- a/src/ephy-tab.h +++ b/src/ephy-tab.h @@ -90,6 +90,8 @@ const char *ephy_tab_get_title (EphyTab *tab); const char *ephy_tab_get_location (EphyTab *tab); +const char *ephy_tab_get_favicon_url (EphyTab *tab); + void ephy_tab_set_location (EphyTab *tab, char *location); |