From fc35d884b50c7e8b0ff48e6124b8bc55cf9d7ce5 Mon Sep 17 00:00:00 2001 From: Adam Hooper Date: Tue, 23 Mar 2004 19:58:36 +0000 Subject: Documented EphyTab --- src/ephy-tab.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/ephy-tab.h') diff --git a/src/ephy-tab.h b/src/ephy-tab.h index 69408213f..18007e040 100644 --- a/src/ephy-tab.h +++ b/src/ephy-tab.h @@ -36,7 +36,7 @@ G_BEGIN_DECLS #define EPHY_TAB_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), EPHY_TYPE_TAB, EphyTabClass)) typedef struct EphyTabClass EphyTabClass; -typedef struct EphyTab EphyTab; +typedef struct _EphyTab EphyTab; typedef struct EphyTabPrivate EphyTabPrivate; typedef enum @@ -53,7 +53,7 @@ typedef enum TAB_ADDRESS_EXPIRE_CURRENT } TabAddressExpire; -struct EphyTab +struct _EphyTab { GtkBin parent; @@ -111,9 +111,6 @@ const char *ephy_tab_get_status_message (EphyTab *tab); const char *ephy_tab_get_title (EphyTab *tab); -void ephy_tab_set_visibility (EphyTab *tab, - gboolean visible); - gboolean ephy_tab_get_visibility (EphyTab *tab); float ephy_tab_get_zoom (EphyTab *tab); -- cgit v1.2.3