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

This commit is contained in:
Pavel Holejsovsky
2011-01-18 10:10:30 +01:00
parent 2f0d40335b
commit 2fb1c06402
59 changed files with 354 additions and 291 deletions

View File

@ -859,8 +859,9 @@ gtk_recent_chooser_get_items (GtkRecentChooser *chooser)
*
* Since the returned array is %NULL terminated, @length may be %NULL.
*
* Return value: (transfer full): A newly allocated, %NULL-terminated array
* of strings. Use g_strfreev() to free it.
* Return value: (array length=length zero-terminated=1) (transfer full):
* A newly allocated, %NULL-terminated array of strings. Use
* g_strfreev() to free it.
*
* Since: 2.10
*/