aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-tab.h
diff options
context:
space:
mode:
authorAdam Hooper <adamh@src.gnome.org>2004-03-24 03:58:36 +0800
committerAdam Hooper <adamh@src.gnome.org>2004-03-24 03:58:36 +0800
commitfc35d884b50c7e8b0ff48e6124b8bc55cf9d7ce5 (patch)
treec46de1bbc45b2102e473eab89a1accee4cfc2841 /src/ephy-tab.h
parentddc46340046c14ad86ef7ecbebc1e73761a5e2d1 (diff)
downloadgsoc2013-epiphany-fc35d884b50c7e8b0ff48e6124b8bc55cf9d7ce5.tar
gsoc2013-epiphany-fc35d884b50c7e8b0ff48e6124b8bc55cf9d7ce5.tar.gz
gsoc2013-epiphany-fc35d884b50c7e8b0ff48e6124b8bc55cf9d7ce5.tar.bz2
gsoc2013-epiphany-fc35d884b50c7e8b0ff48e6124b8bc55cf9d7ce5.tar.lz
gsoc2013-epiphany-fc35d884b50c7e8b0ff48e6124b8bc55cf9d7ce5.tar.xz
gsoc2013-epiphany-fc35d884b50c7e8b0ff48e6124b8bc55cf9d7ce5.tar.zst
gsoc2013-epiphany-fc35d884b50c7e8b0ff48e6124b8bc55cf9d7ce5.zip
Documented EphyTab
Diffstat (limited to 'src/ephy-tab.h')
-rw-r--r--src/ephy-tab.h7
1 files changed, 2 insertions, 5 deletions
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);