aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-embed-private.h
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2012-08-07 20:24:48 +0800
committerXan Lopez <xan@igalia.com>2012-08-07 20:26:10 +0800
commit393d8167c8f10578044d4245a1927ab2d9416578 (patch)
tree5902f2a7c0b5eeaceeffe33acb3ed162e478bf2e /embed/ephy-embed-private.h
parentfa8fc3a78c404d29bb1d3d7a010acca1bd001c53 (diff)
downloadgsoc2013-epiphany-393d8167c8f10578044d4245a1927ab2d9416578.tar
gsoc2013-epiphany-393d8167c8f10578044d4245a1927ab2d9416578.tar.gz
gsoc2013-epiphany-393d8167c8f10578044d4245a1927ab2d9416578.tar.bz2
gsoc2013-epiphany-393d8167c8f10578044d4245a1927ab2d9416578.tar.lz
gsoc2013-epiphany-393d8167c8f10578044d4245a1927ab2d9416578.tar.xz
gsoc2013-epiphany-393d8167c8f10578044d4245a1927ab2d9416578.tar.zst
gsoc2013-epiphany-393d8167c8f10578044d4245a1927ab2d9416578.zip
ephy-web-view: export the 'normalize or autosearch' method
We are going to modify it a bit, and we really want to test it. Add some initial tests for the existing functionality.
Diffstat (limited to 'embed/ephy-embed-private.h')
-rw-r--r--embed/ephy-embed-private.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/embed/ephy-embed-private.h b/embed/ephy-embed-private.h
index f9cac0835..b23c5a3e0 100644
--- a/embed/ephy-embed-private.h
+++ b/embed/ephy-embed-private.h
@@ -65,6 +65,9 @@ GdkPixbuf * ephy_web_view_get_snapshot (EphyWebView
int height);
gboolean ephy_web_view_is_loading_homepage (EphyWebView *view);
+char* ephy_web_view_normalize_or_autosearch_url (EphyWebView *view,
+ const char *url);
+
G_END_DECLS
#endif