Function

WPEWebKitFrameDisplayedCallback

Declaration

void
(* WebKitFrameDisplayedCallback) (
  WebKitWebView* web_view,
  gpointer user_data
)

Description [src]

Callback to be called when a frame is displayed in a #webKitWebView.

Available since:2.24

Parameters

web_view WebKitWebView
 

A WebKitWebView.

 The data is owned by the caller of the function.
user_data gpointer
 

User data.

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