aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl-core.h
diff options
context:
space:
mode:
authorGravatar keis <keijser@gmail.com>2009-10-18 22:18:03 +0200
committerGravatar keis <keijser@gmail.com>2009-10-19 19:58:11 +0200
commit1efb501becab71721c2c4d9d48b63fc8127575c1 (patch)
tree92317adc346bb4d4d8f4c84b3e3100dedf37dc59 /uzbl-core.h
parent5e96e5511804cc82868553eed1326f54ff8b3ef3 (diff)
Add general load_uri function.
Wrap special cases around this.
Diffstat (limited to 'uzbl-core.h')
-rw-r--r--uzbl-core.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/uzbl-core.h b/uzbl-core.h
index c261074..51cf4e1 100644
--- a/uzbl-core.h
+++ b/uzbl-core.h
@@ -246,6 +246,9 @@ gboolean
set_var_value(const gchar *name, gchar *val);
void
+load_uri_imp(gchar *uri);
+
+void
print(WebKitWebView *page, GArray *argv, GString *result);
void