summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLionel Landwerlin <llandwerlin@gmail.com>2013-11-14 13:38:52 +0000
committerLionel Landwerlin <llandwerlin@gmail.com>2014-02-09 20:01:27 +0000
commit6552e8b4519a189a3d3ff6ead3093143511ee7ee (patch)
tree9fa14c1665940928b0e58f10818e287ced286736
parent7dceee5635075626eafc77b23dae13f70ff8ec42 (diff)
downloadcogl-6552e8b4519a189a3d3ff6ead3093143511ee7ee.tar.gz
path: add missing transfer annotation
-rw-r--r--cogl-path/cogl2-path-functions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cogl-path/cogl2-path-functions.h b/cogl-path/cogl2-path-functions.h
index d2644822..0561232b 100644
--- a/cogl-path/cogl2-path-functions.h
+++ b/cogl-path/cogl2-path-functions.h
@@ -66,7 +66,7 @@ cogl_path_new (void);
* Internally the path will share the data until one of the paths is
* modified so copying paths should be relatively cheap.
*
- * Return value: a copy of the path in @path.
+ * Return value: (transfer full): a copy of the path in @path.
*
* Since: 2.0
*/