Add a transfer annotation
This was confusing me momentarily, so add an explicit annotation.
This commit is contained in:
parent
9ae32adf3c
commit
e71f7d713e
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user