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 b94ec81eb..133fe4ccc 100644 --- a/src/ephy-tab.h +++ b/src/ephy-tab.h @@ -76,6 +76,8 @@ EphyEmbed *ephy_tab_get_embed (EphyTab *tab); EphyTab *ephy_tab_for_embed (EphyEmbed *embed); +EmbedDocumentType ephy_tab_get_document_type (EphyTab *tab); + const char *ephy_tab_get_icon_address (EphyTab *tab); gboolean ephy_tab_get_load_status (EphyTab *tab); |