summaryrefslogtreecommitdiff
path: root/clutter/clutter-path.h
diff options
context:
space:
mode:
authorEvan Nemerson <evan@coeus-group.com>2011-07-27 00:14:10 -0700
committerEmmanuele Bassi <ebassi@linux.intel.com>2011-07-29 13:06:51 +0100
commita6bd11ac62951e1a6e78c44e2da05bd95404fef7 (patch)
tree22cbe3c870267f2eefc6e3fefe9719e3af8f5437 /clutter/clutter-path.h
parentfe66575a2c0b5d423400b9223d0f2548f64cee10 (diff)
downloadclutter-a6bd11ac62951e1a6e78c44e2da05bd95404fef7.tar.gz
introspection: add missing introspection data from Vala bindings
https://bugzilla.gnome.org/show_bug.cgi?id=655387
Diffstat (limited to 'clutter/clutter-path.h')
-rw-r--r--clutter/clutter-path.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clutter/clutter-path.h b/clutter/clutter-path.h
index ab04fac08..2351e58e0 100644
--- a/clutter/clutter-path.h
+++ b/clutter/clutter-path.h
@@ -83,7 +83,7 @@ typedef struct _ClutterPathNode ClutterPathNode;
/**
* ClutterPathCallback:
* @node: the node
- * @data: optional data passed to the function
+ * @data: (closure): optional data passed to the function
*
* This function is passed to clutter_path_foreach() and will be
* called for each node contained in the path.