Class
WebKitWebProcessExtensionFrame
since: 2.26
Description [src]
final class WebKitWebProcessExtension.Frame : GObject.Object
{
/* No available fields */
}
A web page frame.
Each WebKitWebPage
has at least one main frame, and can have any number
of subframes.
Available since: 2.26
Instance methods
webkit_frame_get_id
Gets the process-unique identifier of this WebKitFrame
. No other
frame in the same web process will have the same ID; however, frames
in other web processes may.
since: 2.26
webkit_frame_get_js_context
Get the JavaScript execution context of frame
. Use this function to bridge
between the WebKit and JavaScriptCore APIs.
since: 2.22
webkit_frame_get_js_context_for_script_world
Get the JavaScript execution context of frame
for the given WebKitScriptWorld
.
since: 2.22
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.