diff options
author | Xan Lopez <xan@igalia.com> | 2012-06-28 19:30:35 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-06-28 19:30:35 +0800 |
commit | e28f57bde15eebfc46e238de768298134653fde3 (patch) | |
tree | fd7bd6d310cdfd753f1941822b471128bebad733 /embed/ephy-embed-private.h | |
parent | b4d5a8daa7fede8dc03d6765c2ac55ea71d0a385 (diff) | |
download | gsoc2013-epiphany-e28f57bde15eebfc46e238de768298134653fde3.tar gsoc2013-epiphany-e28f57bde15eebfc46e238de768298134653fde3.tar.gz gsoc2013-epiphany-e28f57bde15eebfc46e238de768298134653fde3.tar.bz2 gsoc2013-epiphany-e28f57bde15eebfc46e238de768298134653fde3.tar.lz gsoc2013-epiphany-e28f57bde15eebfc46e238de768298134653fde3.tar.xz gsoc2013-epiphany-e28f57bde15eebfc46e238de768298134653fde3.tar.zst gsoc2013-epiphany-e28f57bde15eebfc46e238de768298134653fde3.zip |
ephy-web-view: make set_address completely private
It's not used outside its own class either, so we can make it private
to the file.
Diffstat (limited to 'embed/ephy-embed-private.h')
-rw-r--r-- | embed/ephy-embed-private.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/embed/ephy-embed-private.h b/embed/ephy-embed-private.h index e82368d7f..f9cac0835 100644 --- a/embed/ephy-embed-private.h +++ b/embed/ephy-embed-private.h @@ -47,8 +47,6 @@ G_BEGIN_DECLS void ephy_web_view_set_visit_type (EphyWebView *view, EphyHistoryPageVisitType visit_type); EphyHistoryPageVisitType ephy_web_view_get_visit_type (EphyWebView *view); -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); |