WebContext.getPluginsFinish

Finish an asynchronous operation started with webkit_web_context_get_plugins.

class WebContext
ListG
getPluginsFinish
(
AsyncResultIF result
)

Parameters

result AsyncResultIF

a #GAsyncResult

Return Value

Type: ListG

a #GList of #WebKitPlugin. You must free the #GList with g_list_free() and unref the #WebKitPlugin<!-- -->s with g_object_unref() when you're done with them.

Throws

GException on failure.

Meta