aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/uzbl-core.h
diff options
context:
space:
mode:
authorGravatar David Keijser <keijser@gmail.com>2011-05-24 18:21:09 +0200
committerGravatar David Keijser <keijser@gmail.com>2011-05-24 18:45:21 +0200
commit468f35efc44107fc07002638124f63839438aa4c (patch)
tree860deeaefef1f414158773d5cfecb75119e590a9 /src/uzbl-core.h
parentfc09b334f196b5abd6c6c88f82597e5d6ac71d0e (diff)
refactor search commands
Diffstat (limited to 'src/uzbl-core.h')
-rw-r--r--src/uzbl-core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uzbl-core.h b/src/uzbl-core.h
index 8e322e6..8108e9a 100644
--- a/src/uzbl-core.h
+++ b/src/uzbl-core.h
@@ -280,7 +280,7 @@ void run_handler(const gchar *act, const gchar *args);
void settings_init();
/* Search functions */
-void search_text (WebKitWebView *page, GArray *argv, const gboolean forward);
+void search_text (WebKitWebView *page, const gchar *key, const gboolean forward);
/* Javascript functions */
void eval_js(WebKitWebView *web_view, const gchar *script, GString *result, const gchar *script_file);