Skip to content
  • Matthew Barnes's avatar
    EWebView: Disable WebKit plugins during instance initialization. · eb6ecc6f
    Matthew Barnes authored
    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.
    eb6ecc6f