Method
WebKitWebProcessExtensionWebPageget_main_frame
deprecated: 2.46 since: 2.2
Declaration [src]
WebKitFrame*
webkit_web_page_get_main_frame (
WebKitWebPage* web_page
)
Description [src]
Returns the main frame of a WebKitWebPage
.
Available since: 2.2
Deprecated since: 2.46
Please do not use it in newly written code.
Return value
Type: WebKitFrame
The WebKitFrame
that is the main frame of web_page
.
The returned data is owned by the instance. |