aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-web-view.h
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2012-06-28 19:44:22 +0800
committerXan Lopez <xan@igalia.com>2012-06-28 19:44:48 +0800
commit1a61db4aa5839d921f96727c3c464f6b026221c4 (patch)
tree06311bf0c0605049164a40c9339211549ad5b7ee /embed/ephy-web-view.h
parente3f51b0a10803b2c555a7416f63e2376302e991c (diff)
downloadgsoc2013-epiphany-1a61db4aa5839d921f96727c3c464f6b026221c4.tar
gsoc2013-epiphany-1a61db4aa5839d921f96727c3c464f6b026221c4.tar.gz
gsoc2013-epiphany-1a61db4aa5839d921f96727c3c464f6b026221c4.tar.bz2
gsoc2013-epiphany-1a61db4aa5839d921f96727c3c464f6b026221c4.tar.lz
gsoc2013-epiphany-1a61db4aa5839d921f96727c3c464f6b026221c4.tar.xz
gsoc2013-epiphany-1a61db4aa5839d921f96727c3c464f6b026221c4.tar.zst
gsoc2013-epiphany-1a61db4aa5839d921f96727c3c464f6b026221c4.zip
ephy-web-view: set_title can also be made private to its file
Diffstat (limited to 'embed/ephy-web-view.h')
-rw-r--r--embed/ephy-web-view.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/embed/ephy-web-view.h b/embed/ephy-web-view.h
index a1147ede0..41b59f839 100644
--- a/embed/ephy-web-view.h
+++ b/embed/ephy-web-view.h
@@ -160,8 +160,6 @@ void ephy_web_view_get_security_level (EphyWebView
EphyWebViewSecurityLevel *level,
char **description);
void ephy_web_view_print (EphyWebView *view);
-void ephy_web_view_set_title (EphyWebView *view,
- const char *view_title);
const char * ephy_web_view_get_title (EphyWebView *view);
const char * ephy_web_view_get_address (EphyWebView *view);
const char * ephy_web_view_get_title_composite (EphyWebView *view);