gtk: Fix out-param annotation of gtk_theming_engine_get_style_property

This commit is contained in:
Rico Tzschichholz 2014-08-20 08:55:53 +02:00
parent e317117f03
commit 4665b95687

View File

@ -433,7 +433,7 @@ gtk_theming_engine_get (GtkThemingEngine *engine,
* gtk_theming_engine_get_style_property:
* @engine: a #GtkThemingEngine
* @property_name: the name of the widget style property
* @value: Return location for the property value, free with
* @value: (out): Return location for the property value, free with
* g_value_unset() after use.
*
* Gets the value for a widget style property.