summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastian Winkler <buz@netbuz.org>2011-11-18 15:18:28 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2011-12-01 13:55:29 +0000
commit2fb38b08924726c26c3235678a4db7abc48bea69 (patch)
treea21cccd59cde8a3fecbd9ef6c095ff1e87d8366e
parent0a8f922e3c56c8b3a6ab42f3f275edea6a267777 (diff)
downloadclutter-2fb38b08924726c26c3235678a4db7abc48bea69.tar.gz
path: Fix introspection annotations
Add out annotations for clutter_path_get_node() and clutter_path_get_position() https://bugzilla.gnome.org/show_bug.cgi?id=664336 (cherry picked from commit 6336883da7aa15ec06d9f3218ad5c617e57af0a5) Signed-off-by: Emmanuele Bassi <ebassi@gnome.org>
-rw-r--r--clutter/clutter-path.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clutter/clutter-path.c b/clutter/clutter-path.c
index 91b2be2ff..7d9e707e2 100644
--- a/clutter/clutter-path.c
+++ b/clutter/clutter-path.c
@@ -940,7 +940,7 @@ clutter_path_get_n_nodes (ClutterPath *path)
* clutter_path_get_node:
* @path: a #ClutterPath
* @index_: the node number to retrieve
- * @node: a location to store a copy of the node
+ * @node: (out): a location to store a copy of the node
*
* Retrieves the node of the path indexed by @index.
*
@@ -1384,7 +1384,7 @@ clutter_path_ensure_node_data (ClutterPath *path)
* clutter_path_get_position:
* @path: a #ClutterPath
* @progress: a position along the path as a fraction of its length
- * @position: location to store the position
+ * @position: (out): location to store the position
*
* The value in @progress represents a position along the path where
* 0.0 is the beginning and 1.0 is the end of the path. An