[GI] Add missing (transfer) annotations
This commit is contained in:
@ -4193,7 +4193,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
|
||||
**/
|
||||
@ -4225,7 +4225,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
|
||||
**/
|
||||
|
Reference in New Issue
Block a user