[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

@ -4167,7 +4167,7 @@ gtk_text_buffer_get_target_list (GtkTextBuffer *buffer,
* using gtk_target_list_add_rich_text_targets() and
* gtk_target_list_add_text_targets().
*
* Return value: the #GtkTargetList
* Return value: (transfer none): the #GtkTargetList
*
* Since: 2.10
**/
@ -4199,7 +4199,7 @@ gtk_text_buffer_get_copy_target_list (GtkTextBuffer *buffer)
* using gtk_target_list_add_rich_text_targets() and
* gtk_target_list_add_text_targets().
*
* Return value: the #GtkTargetList
* Return value: (transfer none): the #GtkTargetList
*
* Since: 2.10
**/