[GI] Add missing (transfer) annotations

Backported from master commit 2f0d40335b.
This commit is contained in:
Pavel Holejsovsky
2011-01-26 12:49:08 +01:00
committed by Martin Pitt
parent 9b2457a671
commit 5cded4d5e2
31 changed files with 108 additions and 71 deletions

View File

@ -1005,7 +1005,8 @@ gtk_notebook_class_init (GtkNotebookClass *class)
* The default handler uses the global window creation hook,
* if one has been set with gtk_notebook_set_window_creation_hook().
*
* Returns: a #GtkNotebook that @page should be added to, or %NULL.
* Returns: (transfer none): a #GtkNotebook that @page should be
* added to, or %NULL.
*
* Since: 2.12
*/