diff options
author | Xan Lopez <xan@gnome.org> | 2009-06-16 19:15:43 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2009-06-16 19:15:43 +0800 |
commit | 2c51cb761fe6392f136611cb73d6eeda223288fb (patch) | |
tree | 9d41e2e5deae57e15187dada0d5dce30a7d6f366 /embed/ephy-web-view.h | |
parent | ad2fb83740b906a3484faec8bd7934495730931e (diff) | |
download | gsoc2013-epiphany-2c51cb761fe6392f136611cb73d6eeda223288fb.tar.gz gsoc2013-epiphany-2c51cb761fe6392f136611cb73d6eeda223288fb.tar.zst gsoc2013-epiphany-2c51cb761fe6392f136611cb73d6eeda223288fb.zip |
Move the get_title_composite function to EphyWebView.
Diffstat (limited to 'embed/ephy-web-view.h')
-rw-r--r-- | embed/ephy-web-view.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/ephy-web-view.h b/embed/ephy-web-view.h index 0a727a88d..69b00ae71 100644 --- a/embed/ephy-web-view.h +++ b/embed/ephy-web-view.h @@ -220,7 +220,7 @@ const char * ephy_web_view_get_icon_address (EphyWebView const char * ephy_web_view_get_title (EphyWebView *view); gboolean ephy_web_view_can_go_up (EphyWebView *view); const char * ephy_web_view_get_address (EphyWebView *view); - +const char * ephy_web_view_get_title_composite (EphyWebView *view); /* These should be private */ void ephy_web_view_set_address (EphyWebView *embed, |