Struct

WPEWebKitWebViewBackend

Description [src]

struct WebKitWebViewBackend {
  /* No available fields */
}

A web view backend.

A WebKitWebViewBackend is a boxed type wrapping a WPE backend used to create a WebKitWebView. A WebKitWebViewBackend is created with webkit_web_view_backend_new() and it should be passed to a WebKitWebView constructor that will take the ownership.

Available since:2.20

Constructors

webkit_web_view_backend_new

Create a new WebKitWebViewBackend for the given WPE backend. You can pass a GDestroyNotify that will be called when the object is destroyed passing user_data as the argument. If notify is NULL, wpe_view_backend_destroy() will be used with backend as argument. The returned WebKitWebViewBackend should never be freed by the user; it must be passed to a WebKitWebView constructor that will take the ownership.

Available since: 2.20

Instance methods

webkit_web_view_backend_get_wpe_backend

Get the WPE backend of view_backend.

Available since: 2.20