diff options
Diffstat (limited to 'embed/ephy-embed-find.h')
-rw-r--r-- | embed/ephy-embed-find.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/embed/ephy-embed-find.h b/embed/ephy-embed-find.h index 6944f3f98..ac6b462ab 100644 --- a/embed/ephy-embed-find.h +++ b/embed/ephy-embed-find.h @@ -61,7 +61,8 @@ struct _EphyEmbedFindIface const char *search_string, gboolean links_only); EphyEmbedFindResult (* find_again) (EphyEmbedFind *find, - gboolean forward); + gboolean forward, + gboolean links_only); void (* set_selection) (EphyEmbedFind *find, gboolean attention); gboolean (* activate_link) (EphyEmbedFind *find, @@ -82,7 +83,8 @@ EphyEmbedFindResult ephy_embed_find_find (EphyEmbedFind *find, gboolean links_only); EphyEmbedFindResult ephy_embed_find_find_again (EphyEmbedFind *find, - gboolean forward); + gboolean forward, + gboolean links_only); void ephy_embed_find_set_selection (EphyEmbedFind *find, gboolean attention); |