Skip to content
Commit eb6ecc6f authored by Matthew Barnes's avatar Matthew Barnes
Browse files

EWebView: Disable WebKit plugins during instance initialization.

Calling webkit_get_web_plugin_database() somehow ends up calling
g_bus_get_sync(), which in turn makes gtkdoc-scangobj hang forever.

Call it instead as a GOnce callback during instance initialization,
which avoids the hang since gtkdoc-scangobj only peeks at classes.
parent 721fef2d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment