[GI] Add missing (out) and (array) annotations

Backported from master commit 2fb1c064.
This commit is contained in:
Pavel Holejsovsky
2011-03-16 10:45:35 +01:00
committed by Martin Pitt
parent 7039a30400
commit 6e178a69fc
48 changed files with 228 additions and 192 deletions

View File

@ -1123,7 +1123,7 @@ gtk_builder_connect_signals_full (GtkBuilder *builder,
* @builder: a #GtkBuilder
* @pspec: the #GParamSpec for the property
* @string: the string representation of the value
* @value: the #GValue to store the result in
* @value: (out): the #GValue to store the result in
* @error: (allow-none): return location for an error, or %NULL
*
* This function demarshals a value from a string. This function
@ -1179,7 +1179,7 @@ gtk_builder_value_from_string (GtkBuilder *builder,
* @builder: a #GtkBuilder
* @type: the #GType of the value
* @string: the string representation of the value
* @value: the #GValue to store the result in
* @value: (out): the #GValue to store the result in
* @error: (allow-none): return location for an error, or %NULL
*
* Like gtk_builder_value_from_string(), this function demarshals