aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-tab.h
diff options
context:
space:
mode:
authorXan Lopez <xan@src.gnome.org>2007-10-26 04:01:20 +0800
committerXan Lopez <xan@src.gnome.org>2007-10-26 04:01:20 +0800
commitcc62537ebba1ba9ab31cc3da32ddf51556045caa (patch)
tree0a052838c4cb61bd8290a4f2a40ed0903eb1e9fc /src/ephy-tab.h
parentbe872c7f830e2789c9dd5968b2a66d7ddf06f60b (diff)
downloadgsoc2013-epiphany-cc62537ebba1ba9ab31cc3da32ddf51556045caa.tar
gsoc2013-epiphany-cc62537ebba1ba9ab31cc3da32ddf51556045caa.tar.gz
gsoc2013-epiphany-cc62537ebba1ba9ab31cc3da32ddf51556045caa.tar.bz2
gsoc2013-epiphany-cc62537ebba1ba9ab31cc3da32ddf51556045caa.tar.lz
gsoc2013-epiphany-cc62537ebba1ba9ab31cc3da32ddf51556045caa.tar.xz
gsoc2013-epiphany-cc62537ebba1ba9ab31cc3da32ddf51556045caa.tar.zst
gsoc2013-epiphany-cc62537ebba1ba9ab31cc3da32ddf51556045caa.zip
Port src/ to the new properties in EphyEmbed.
svn path=/trunk/; revision=7564
Diffstat (limited to 'src/ephy-tab.h')
-rw-r--r--src/ephy-tab.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/ephy-tab.h b/src/ephy-tab.h
index d8317167c..46ed4c6e6 100644
--- a/src/ephy-tab.h
+++ b/src/ephy-tab.h
@@ -24,7 +24,6 @@
#include "ephy-embed.h"
-#include <gdk-pixbuf/gdk-pixbuf.h>
#include <gtk/gtkbin.h>
G_BEGIN_DECLS
@@ -61,20 +60,6 @@ EphyEmbed *ephy_tab_get_embed (EphyTab *tab);
EphyTab *ephy_tab_for_embed (EphyEmbed *embed);
-GdkPixbuf *ephy_tab_get_icon (EphyTab *tab);
-
-const char *ephy_tab_get_icon_address (EphyTab *tab);
-
-void ephy_tab_set_icon_address (EphyTab *tab,
- const char *address);
-
-gboolean ephy_tab_get_load_status (EphyTab *tab);
-
-const char *ephy_tab_get_link_message (EphyTab *tab);
-
-
-const char *ephy_tab_get_address (EphyTab *tab);
-
void ephy_tab_get_size (EphyTab *tab,
int *width,
int *height);
@@ -83,10 +68,6 @@ void ephy_tab_set_size (EphyTab *tab,
int width,
int height);
-const char *ephy_tab_get_status_message (EphyTab *tab);
-
-const char *ephy_tab_get_title_composite (EphyTab *tab);
-
/* private */
guint _ephy_tab_get_id (EphyTab *tab);