diff options
author | Xan Lopez <xan@igalia.com> | 2012-06-28 19:27:25 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-06-28 19:27:25 +0800 |
commit | b4d5a8daa7fede8dc03d6765c2ac55ea71d0a385 (patch) | |
tree | 03144b841a91e07d7c6d6b9e03b3fb6b4275c303 /embed/ephy-web-view.h | |
parent | 26b13c310b1cb6e7239d8c34197da005aa0edcff (diff) | |
download | gsoc2013-epiphany-b4d5a8daa7fede8dc03d6765c2ac55ea71d0a385.tar.gz gsoc2013-epiphany-b4d5a8daa7fede8dc03d6765c2ac55ea71d0a385.tar.zst gsoc2013-epiphany-b4d5a8daa7fede8dc03d6765c2ac55ea71d0a385.zip |
ephy-web-view: move private methods to the private header
Diffstat (limited to 'embed/ephy-web-view.h')
-rw-r--r-- | embed/ephy-web-view.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/embed/ephy-web-view.h b/embed/ephy-web-view.h index c742d182e..a1147ede0 100644 --- a/embed/ephy-web-view.h +++ b/embed/ephy-web-view.h @@ -170,26 +170,6 @@ void ephy_web_view_load_error_page (EphyWebView const char *uri, EphyWebViewErrorPage page, GError *error); -/* These should be private */ -void ephy_web_view_set_address (EphyWebView *view, - const char *address); -void ephy_web_view_set_loading_title (EphyWebView *view, - const char *title, - gboolean is_address); -void ephy_web_view_popups_manager_reset (EphyWebView *view); -void ephy_web_view_save (EphyWebView *view, - const char *uri); -void ephy_web_view_load_homepage (EphyWebView *view); - -char * ephy_web_view_create_web_application (EphyWebView *view, - const char *title, - GdkPixbuf *icon); -GdkPixbuf * ephy_web_view_get_snapshot (EphyWebView *view, - int x, - int y, - int width, - int height); -gboolean ephy_web_view_is_loading_homepage (EphyWebView *view); G_END_DECLS |