[GI] Add missing (transfer) annotations
This commit is contained in:
@ -221,7 +221,7 @@ static const char gtk_selection_handler_key[] = "gtk-selection-handlers";
|
||||
*
|
||||
* Creates a new #GtkTargetList from an array of #GtkTargetEntry.
|
||||
*
|
||||
* Return value: the new #GtkTargetList.
|
||||
* Return value: (transfer full): the new #GtkTargetList.
|
||||
**/
|
||||
GtkTargetList *
|
||||
gtk_target_list_new (const GtkTargetEntry *targets,
|
||||
@ -1146,7 +1146,7 @@ gtk_selection_convert (GtkWidget *widget,
|
||||
*
|
||||
* Retrieves the selection #GdkAtom of the selection data.
|
||||
*
|
||||
* Returns: the selection #GdkAtom of the selection data.
|
||||
* Returns: (transfer none): the selection #GdkAtom of the selection data.
|
||||
*
|
||||
* Since: 2.16
|
||||
**/
|
||||
@ -1164,7 +1164,7 @@ gtk_selection_data_get_selection (const GtkSelectionData *selection_data)
|
||||
*
|
||||
* Retrieves the target of the selection.
|
||||
*
|
||||
* Returns: the target of the selection.
|
||||
* Returns: (transfer none): the target of the selection.
|
||||
*
|
||||
* Since: 2.14
|
||||
**/
|
||||
@ -1182,7 +1182,7 @@ gtk_selection_data_get_target (const GtkSelectionData *selection_data)
|
||||
*
|
||||
* Retrieves the data type of the selection.
|
||||
*
|
||||
* Returns: the data type of the selection.
|
||||
* Returns: (transfer none): the data type of the selection.
|
||||
*
|
||||
* Since: 2.14
|
||||
**/
|
||||
|
||||
Reference in New Issue
Block a user