pinosaur
/
surf.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
ext: first commit for surf lib
[surf.git]
/
libsurf-webext.c
1
#include <webkit2/webkit-web-extension.h>
2
3
G_MODULE_EXPORT void
4
webkit_web_extension_initialize(WebKitWebExtension *e)
5
{
6
return;
7
}