WebKit2.WebContext.prototype.get_plugins_finish
function get_plugins_finish(result: Gio.AsyncResult): Array(WebKit2.Plugin) { // Gjs wrapper for webkit_web_context_get_plugins_finish() }
Finish an asynchronous operation started with webkit_web_context_get_plugins.
- result
- Returns
a GLib.List of WebKit2.Plugin. You must free the GLib.List with g_list_free() and unref the WebKit2.Plugin<!-- -->s with g_object_unref() when you're done with them.