Add a transfer annotation

This was confusing me momentarily, so add an explicit annotation.
This commit is contained in:
Matthias Clasen 2015-12-28 14:41:33 -05:00
parent 9ae32adf3c
commit e71f7d713e

View File

@ -385,7 +385,7 @@ _gtk_css_style_property_get_id (GtkCssStyleProperty *property)
* [CSS Documentation](http://www.w3.org/TR/css3-cascade/#intial) * [CSS Documentation](http://www.w3.org/TR/css3-cascade/#intial)
* for an explanation of this concept. * for an explanation of this concept.
* *
* Returns: a reference to the initial value. The value will never change. * Returns: (transfer none): the initial value. The value will never change.
**/ **/
GtkCssValue * GtkCssValue *
_gtk_css_style_property_get_initial_value (GtkCssStyleProperty *property) _gtk_css_style_property_get_initial_value (GtkCssStyleProperty *property)