WebExtension.getPage

Get the web page of the given @page_id.

class WebExtension
getPage
(
ulong pageId
)

Parameters

pageId ulong

the identifier of the #WebKitWebPage to get

Return Value

Type: WebPage

the #WebKitWebPage for the given @page_id, or %NULL if the identifier doesn't correspond to an existing web page.

Meta