summaryrefslogtreecommitdiffstats
path: root/libsurf-webext.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--libsurf-webext.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/libsurf-webext.c b/libsurf-webext.c
new file mode 100644
index 0000000..a3bcb3f
--- /dev/null
+++ b/libsurf-webext.c
@@ -0,0 +1,7 @@
+#include <webkit2/webkit-web-extension.h>
+
+G_MODULE_EXPORT void
+webkit_web_extension_initialize(WebKitWebExtension *e)
+{
+ return;
+}
'>+3 2015-01-17Newer libc want _DEFAULT_SOURCE.Gravatar Christoph Lohmann 1-1/+1 2015-01-17Major styles update.Gravatar Christoph Lohmann 3-11/+84 2015-01-02Fix a typo in surf manual.Gravatar Jakukyo Friel 1-1/+1 2014-09-28Minor style change.Gravatar Christoph Lohmann 1-1/+1 2014-09-28Make »Copy image address« work.Gravatar Christoph Lohmann 1-3/+10 2014-08-07Mention xdotool in SEE ALSO too.Gravatar Christoph Lohmann 1-1/+2 2014-08-07Fix the manpage about xid.Gravatar Christoph Lohmann 1-1/+3