introspection: add some missing annotations

https://bugzilla.gnome.org/show_bug.cgi?id=667840
This commit is contained in:
Evan Nemerson
2012-01-12 18:15:55 -08:00
parent 2475443a87
commit 4b6156a57a
3 changed files with 13 additions and 13 deletions

View File

@ -782,8 +782,8 @@ clutter_list_model_new (guint n_columns,
/**
* clutter_list_model_newv:
* @n_columns: number of columns in the model
* @types: an array of #GType types for the columns, from first to last
* @names: an array of names for the columns, from first to last
* @types: (array length=n_columns): an array of #GType types for the columns, from first to last
* @names: (array length=n_columns): an array of names for the columns, from first to last
*
* Non-vararg version of clutter_list_model_new(). This function is
* useful for language bindings.