aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-tab.h
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-09-28 21:36:49 +0800
committerChristian Persch <chpe@src.gnome.org>2005-09-28 21:36:49 +0800
commit6f7fc09fe96eaad7a5d2c3563bdc45000cb88573 (patch)
treef51f28a8563be3d2481e905a0123788000dc6452 /src/ephy-tab.h
parent135b0e0d1f8dc462f7e5d9450609685352667186 (diff)
downloadgsoc2013-epiphany-6f7fc09fe96eaad7a5d2c3563bdc45000cb88573.tar
gsoc2013-epiphany-6f7fc09fe96eaad7a5d2c3563bdc45000cb88573.tar.gz
gsoc2013-epiphany-6f7fc09fe96eaad7a5d2c3563bdc45000cb88573.tar.bz2
gsoc2013-epiphany-6f7fc09fe96eaad7a5d2c3563bdc45000cb88573.tar.lz
gsoc2013-epiphany-6f7fc09fe96eaad7a5d2c3563bdc45000cb88573.tar.xz
gsoc2013-epiphany-6f7fc09fe96eaad7a5d2c3563bdc45000cb88573.tar.zst
gsoc2013-epiphany-6f7fc09fe96eaad7a5d2c3563bdc45000cb88573.zip
Add a function to get the tab's real title, and use it where appropriate.
2005-09-28 Christian Persch <chpe@cvs.gnome.org> * src/ephy-notebook.c: (sync_label): * src/ephy-tab.c: (ephy_tab_get_title_composite), (ephy_tab_get_title): * src/ephy-tab.h: * src/ephy-tabs-menu.c: (sync_tab_title): * src/ephy-window.c: (sync_tab_title): * src/window-commands.c: (window_cmd_file_send_to), (window_cmd_file_bookmark_page): Add a function to get the tab's real title, and use it where appropriate. Fixes bug #317418.
Diffstat (limited to 'src/ephy-tab.h')
-rw-r--r--src/ephy-tab.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ephy-tab.h b/src/ephy-tab.h
index f84595c02..0c34d97dd 100644
--- a/src/ephy-tab.h
+++ b/src/ephy-tab.h
@@ -115,6 +115,8 @@ const char *ephy_tab_get_status_message (EphyTab *tab);
const char *ephy_tab_get_title (EphyTab *tab);
+const char *ephy_tab_get_title_composite (EphyTab *tab);
+
gboolean ephy_tab_get_visibility (EphyTab *tab);
float ephy_tab_get_zoom (EphyTab *tab);