[GI] Add missing (transfer) annotations

This commit is contained in:
Pavel Holejsovsky
2011-01-18 10:01:17 +01:00
parent 9b88eb356d
commit 2f0d40335b
45 changed files with 126 additions and 113 deletions

View File

@ -1706,9 +1706,9 @@ gtk_about_dialog_set_translator_credits (GtkAboutDialog *about,
*
* Returns the pixbuf displayed as logo in the about dialog.
*
* Return value: the pixbuf displayed as logo. The pixbuf is
* owned by the about dialog. If you want to keep a reference
* to it, you have to call g_object_ref() on it.
* Return value: (transfer none): the pixbuf displayed as logo. The
* pixbuf is owned by the about dialog. If you want to keep a
* reference to it, you have to call g_object_ref() on it.
*
* Since: 2.6
*/