aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-tab.h
diff options
context:
space:
mode:
authorChristian Persch <chpe@stud.uni-saarland.de>2003-04-01 19:55:41 +0800
committerMarco Pesenti Gritti <mpeseng@src.gnome.org>2003-04-01 19:55:41 +0800
commit6c25765d7c82c5b529746a5f75322473e8484a65 (patch)
treea2e6cfcd168e05ac0eabeb8f6a50ace9acaf662a /src/ephy-tab.h
parentfe94f37cfdbeab550953efbe89cafedbafbaff51 (diff)
downloadgsoc2013-epiphany-6c25765d7c82c5b529746a5f75322473e8484a65.tar
gsoc2013-epiphany-6c25765d7c82c5b529746a5f75322473e8484a65.tar.gz
gsoc2013-epiphany-6c25765d7c82c5b529746a5f75322473e8484a65.tar.bz2
gsoc2013-epiphany-6c25765d7c82c5b529746a5f75322473e8484a65.tar.lz
gsoc2013-epiphany-6c25765d7c82c5b529746a5f75322473e8484a65.tar.xz
gsoc2013-epiphany-6c25765d7c82c5b529746a5f75322473e8484a65.tar.zst
gsoc2013-epiphany-6c25765d7c82c5b529746a5f75322473e8484a65.zip
Show favicons on tabs
2003-04-01 Christian Persch <chpe@stud.uni-saarland.de> * lib/widgets/ephy-notebook.c: (ephy_notebook_set_page_status), (ephy_notebook_set_page_icon), (tab_build_label): * lib/widgets/ephy-notebook.h: * src/ephy-tab.c: (ephy_tab_init), (ephy_tab_set_favicon), (ephy_tab_favicon_cache_changed_cb), (ephy_tab_favicon_cb), (ephy_tab_location_cb): * src/ephy-tab.h: * src/ephy-window.c: (ephy_window_init): Show favicons on tabs
Diffstat (limited to 'src/ephy-tab.h')
-rw-r--r--src/ephy-tab.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ephy-tab.h b/src/ephy-tab.h
index 82f6d16a6..a2f162458 100644
--- a/src/ephy-tab.h
+++ b/src/ephy-tab.h
@@ -95,6 +95,9 @@ const char *ephy_tab_get_favicon_url (EphyTab *tab);
void ephy_tab_set_location (EphyTab *tab,
char *location);
+void ephy_tab_set_favicon (EphyTab *tab,
+ GdkPixbuf *favicon);
+
void ephy_tab_get_size (EphyTab *tab,
int *width,
int *height);