GIO: add lots of annotations for Vala bindings

https://bugzilla.gnome.org/show_bug.cgi?id=667447
This commit is contained in:
Evan Nemerson
2012-01-07 09:54:53 -08:00
committed by Colin Walters
parent e98f17e5cf
commit c3d6595f5a
26 changed files with 65 additions and 49 deletions

View File

@@ -157,7 +157,7 @@ g_initable_new (GType object_type,
* g_initable_newv:
* @object_type: a #GType supporting #GInitable.
* @n_parameters: the number of parameters in @parameters
* @parameters: the parameters to use to construct the object
* @parameters: (array length=n_parameters): the parameters to use to construct the object
* @cancellable: optional #GCancellable object, %NULL to ignore.
* @error: a #GError location to store the error occurring, or %NULL to
* ignore.