| Top |  |  |  |  | 
| gboolean | webkit_frame_is_main_frame () | 
| const gchar * | webkit_frame_get_uri () | 
| JSGlobalContextRef | webkit_frame_get_javascript_global_context () | 
| JSGlobalContextRef | webkit_frame_get_javascript_context_for_script_world () | 
gboolean
webkit_frame_is_main_frame (WebKitFrame *frame);
Gets whether frame
 is the main frame of a WebKitWebPage
Since: 2.2
const gchar *
webkit_frame_get_uri (WebKitFrame *frame);
Gets the current active URI of frame
.
Since: 2.2
JSGlobalContextRef
webkit_frame_get_javascript_global_context
                               (WebKitFrame *frame);
Gets the global JavaScript execution context. Use this function to bridge between the WebKit and JavaScriptCore APIs.
Since: 2.2
JSGlobalContextRef webkit_frame_get_javascript_context_for_script_world (WebKitFrame *frame,WebKitScriptWorld *world);
Gets the JavaScript execution context of frame
 for the given WebKitScriptWorld.
Since: 2.2