Method
WebKitWebViewget_theme_color
Declaration [src]
gboolean
webkit_web_view_get_theme_color (
WebKitWebView* web_view,
GdkRGBA* rgba
)
Description [src]
Gets the theme color that is specified by the content in the web_view.
If the web_view doesn’t have a theme color it will fill the rgba
with transparent black content.
| Available since: | 2.50 |
| Gets property | WebKit.WebView:theme-color |
Parameters
rgba |
GdkRGBA |
A |
|
| The argument will be set by the function. | |
| The data is owned by the caller of the function. |