Method
GtkThemingEngineget_style_property
deprecated: 3.14 since: 3.0
Declaration [src]
void
gtk_theming_engine_get_style_property (
GtkThemingEngine* engine,
const gchar* property_name,
GValue* value
)
Description [src]
Gets the value for a widget style property.
Available since: 3.0
Deprecated since: 3.14
Please do not use it in newly written code.
Parameters
property_name
-
Type:
const gchar*
The name of the widget style property.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. value
-
Type:
GValue
Return location for the property value, free with
g_value_unset()
after use.The argument will be set by the function. The returned data is owned by the instance.