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 479a3b04c..ac39899ce 100644 --- a/src/ephy-tab.h +++ b/src/ephy-tab.h @@ -74,6 +74,9 @@ GdkPixbuf *ephy_tab_get_icon (EphyTab *tab); const char *ephy_tab_get_icon_address (EphyTab *tab); +void ephy_tab_set_icon_address (EphyTab *tab, + const char *address); + gboolean ephy_tab_get_load_status (EphyTab *tab); const char *ephy_tab_get_link_message (EphyTab *tab); |