diff options
author | Xan Lopez <xan@igalia.com> | 2012-06-28 19:44:22 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-06-28 19:44:48 +0800 |
commit | 1a61db4aa5839d921f96727c3c464f6b026221c4 (patch) | |
tree | 06311bf0c0605049164a40c9339211549ad5b7ee /embed/ephy-web-view.h | |
parent | e3f51b0a10803b2c555a7416f63e2376302e991c (diff) | |
download | gsoc2013-epiphany-1a61db4aa5839d921f96727c3c464f6b026221c4.tar.gz 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.h | 2 |
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); |