webkit2-webextension

How to debug WebKit2GTK+ extensions

随声附和 提交于 2019-12-18 09:37:14
问题 I am trying to get WebKit2GTK+ Extensions to work, it is a simple extension that will just print into the console when a page is created. Here is my project structure: -bin -images -include -lib --webextension ---libwebextension.so ---libwebextension.so.1 ---libwebextension.so.1.0 ---webextension.cpp -src --gtk ---gtk_manager.cpp --main.cpp The gtk_manager.cpp files contains the implementation of the header file, only the init() function will matter (will get to that in a little bit)