Introduction
Introduction Statistics Contact Development Disclaimer Help
use initializer without data - surf-adblock - Surf adblock web extension
git clone git://git.codemadness.org/surf-adblock
Log
Files
Refs
README
LICENSE
---
commit d23e1f8aeddd7fafb9570c3a0d042a8d00303c05
parent d49dbcc0f7518f323673c0eff10ff5cbf6ce06f7
Author: Hiltjo Posthuma <[email protected]>
Date: Thu, 14 Jul 2016 22:28:22 +0200
use initializer without data
Diffstat:
M surf-adblock.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/surf-adblock.c b/surf-adblock.c
@@ -751,7 +751,7 @@ webpagecreated(WebKitWebExtension *e, WebKitWebPage *p, gpo…
}
G_MODULE_EXPORT void
-webkit_web_extension_initialize_with_user_data(WebKitWebExtension *e, GVariant…
+webkit_web_extension_initialize(WebKitWebExtension *e)
{
struct filterrule *r;
FILE *fp;
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.