diff options
author | Xan Lopez <xan@src.gnome.org> | 2007-10-26 03:59:36 +0800 |
---|---|---|
committer | Xan Lopez <xan@src.gnome.org> | 2007-10-26 03:59:36 +0800 |
commit | fdacbe229e0defe6ef64068066a13369cce2ec27 (patch) | |
tree | 5525e0fd8d01f1629b43e619b5e5bd763c42bf08 /src/ephy-tab.h | |
parent | 461af43a1c1f2e0506fb49d15b01b7a76e43579e (diff) | |
download | gsoc2013-epiphany-fdacbe229e0defe6ef64068066a13369cce2ec27.tar gsoc2013-epiphany-fdacbe229e0defe6ef64068066a13369cce2ec27.tar.gz gsoc2013-epiphany-fdacbe229e0defe6ef64068066a13369cce2ec27.tar.bz2 gsoc2013-epiphany-fdacbe229e0defe6ef64068066a13369cce2ec27.tar.lz gsoc2013-epiphany-fdacbe229e0defe6ef64068066a13369cce2ec27.tar.xz gsoc2013-epiphany-fdacbe229e0defe6ef64068066a13369cce2ec27.tar.zst gsoc2013-epiphany-fdacbe229e0defe6ef64068066a13369cce2ec27.zip |
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
Diffstat (limited to 'src/ephy-tab.h')
-rw-r--r-- | src/ephy-tab.h | 19 |
1 files changed, 0 insertions, 19 deletions
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); |