diff options
author | Quentin Rameau <quinq@fifth.space> | 2015-11-23 22:12:00 +0100 |
---|---|---|
committer | Quentin Rameau <quinq@fifth.space> | 2018-10-08 11:38:03 +0200 |
commit | 1bd6d201020f67160872c28534edff532b5198b9 (patch) | |
tree | 35f8ed07cf1f50d89cab6dbbf38190135ceabf97 /libsurf-webext.c | |
parent | 0bd553a078cc8ec1d197fd7af96b07b1921049e2 (diff) | |
download | surf-1bd6d201020f67160872c28534edff532b5198b9.tar.gz surf-1bd6d201020f67160872c28534edff532b5198b9.tar.bz2 surf-1bd6d201020f67160872c28534edff532b5198b9.zip |
ext: first commit for surf lib
Diffstat (limited to 'libsurf-webext.c')
-rw-r--r-- | libsurf-webext.c | 7 |
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; +} |