Method

WebKit2WebExtensionFrameget_form_manager

Declaration [src]

WebKitWebFormManager*
webkit_frame_get_form_manager (
  WebKitFrame* frame,
  WebKitScriptWorld* world
)

Description [src]

Get the WebKitWebFormManager of frame in world.

Parameters

world WebKitScriptWorld
 

A WebKitScriptWorld.

 The argument can be NULL.
 The data is owned by the caller of the function.

Return value

Returns: WebKitWebFormManager
 

A WebKitWebFormManager.

 The data is owned by the instance.