introspection: add missing introspection data from Vala bindings

https://bugzilla.gnome.org/show_bug.cgi?id=655387
This commit is contained in:
Evan Nemerson
2011-07-27 00:14:10 -07:00
committed by Emmanuele Bassi
parent fe66575a2c
commit a6bd11ac62
10 changed files with 20 additions and 15 deletions

View File

@ -1172,7 +1172,8 @@ clutter_script_error_quark (void)
/**
* clutter_script_add_search_paths:
* @script: a #ClutterScript
* @paths: an array of strings containing different search paths
* @paths: (array length=n_paths): an array of strings containing
* different search paths
* @n_paths: the length of the passed array
*
* Adds @paths to the list of search paths held by @script.