From fdacbe229e0defe6ef64068066a13369cce2ec27 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Thu, 25 Oct 2007 19:59:36 +0000 Subject: Move address and typed-address from EphyTab to EphyEmbed ephy-tab.c is totally broken now, will fix in next patches. svn path=/trunk/; revision=7557 --- src/ephy-tab.h | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'src/ephy-tab.h') diff --git a/src/ephy-tab.h b/src/ephy-tab.h index 4eac9757b..3af85fb80 100644 --- a/src/ephy-tab.h +++ b/src/ephy-tab.h @@ -40,13 +40,6 @@ typedef struct _EphyTabClass EphyTabClass; typedef struct _EphyTab EphyTab; typedef struct _EphyTabPrivate EphyTabPrivate; -typedef enum -{ - EPHY_TAB_ADDRESS_EXPIRE_NOW, - EPHY_TAB_ADDRESS_EXPIRE_NEXT, - EPHY_TAB_ADDRESS_EXPIRE_CURRENT -} EphyTabAddressExpire; - struct _EphyTab { GtkBin parent; @@ -80,18 +73,8 @@ gboolean ephy_tab_get_load_status (EphyTab *tab); const char *ephy_tab_get_link_message (EphyTab *tab); -int ephy_tab_get_load_percent (EphyTab *tab); - const char *ephy_tab_get_address (EphyTab *tab); -const char *ephy_tab_get_typed_address (EphyTab *tab); - -void ephy_tab_set_typed_address (EphyTab *tab, - const char *address, - EphyTabAddressExpire expire); - -EphyEmbedSecurityLevel ephy_tab_get_security_level (EphyTab *tab); - void ephy_tab_get_size (EphyTab *tab, int *width, int *height); @@ -106,8 +89,6 @@ const char *ephy_tab_get_title (EphyTab *tab); const char *ephy_tab_get_title_composite (EphyTab *tab); -float ephy_tab_get_zoom (EphyTab *tab); - /* private */ guint _ephy_tab_get_id (EphyTab *tab); -- cgit v1.2.3