Method
WPEWebKitWebViewget_background_color
since: 2.24
Declaration [src]
void
webkit_web_view_get_background_color (
WebKitWebView* web_view,
WebKitColor* color
)
Description [src]
Gets the color that is used to draw the web_view
background before the
actual contents are rendered. For more information see also webkit_web_view_set_background_color().
Available since: 2.24
Parameters
color
-
Type:
WebKitColor
A
WebKitColor
to fill in with the background color.The argument will be set by the function. The data is owned by the caller of the function.