diff options
author | Matthias Clasen <mclasen@redhat.com> | 2015-12-28 14:41:33 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2015-12-28 22:37:22 -0500 |
commit | e71f7d713e652ed0db4828b9c3e841766073922c (patch) | |
tree | 539dfbea404a118509753c680d3c9457b50a6bb6 | |
parent | 9ae32adf3c3cef23401dda9e8a0f737ed9f87ac2 (diff) | |
download | gtk+-e71f7d713e652ed0db4828b9c3e841766073922c.tar.gz |
Add a transfer annotation
This was confusing me momentarily, so add an explicit annotation.
-rw-r--r-- | gtk/gtkcssstyleproperty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkcssstyleproperty.c b/gtk/gtkcssstyleproperty.c index 6cf0ccf1d3..e4d3f8f5dc 100644 --- a/gtk/gtkcssstyleproperty.c +++ b/gtk/gtkcssstyleproperty.c @@ -385,7 +385,7 @@ _gtk_css_style_property_get_id (GtkCssStyleProperty *property) * [CSS Documentation](http://www.w3.org/TR/css3-cascade/#intial) * 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 * _gtk_css_style_property_get_initial_value (GtkCssStyleProperty *property) |