Method

GtkThemingEngineget_property

deprecated: 3.14 since: 3.0

Declaration [src]

void
gtk_theming_engine_get_property (
  GtkThemingEngine* engine,
  const gchar* property,
  GtkStateFlags state,
  GValue* value
)

Description [src]

Gets a property value as retrieved from the style settings that apply to the currently rendered element.

Available since: 3.0

Deprecated since: 3.14

Please do not use it in newly written code.

Parameters

property

Type: const gchar*

The property name.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.
state

Type: GtkStateFlags

State to retrieve the value for.

value

Type: GValue

Return location for the property value, you must free this memory using g_value_unset() once you are done with it.

The argument will be set by the function.
The caller of the method takes ownership of the returned data, and is responsible for freeing it.