diff options
author | Pavel Holejsovsky <pholejs@src.gnome.org> | 2011-01-18 10:01:17 +0100 |
---|---|---|
committer | Pavel Holejsovsky <pholejs@src.gnome.org> | 2011-01-20 13:57:18 +0100 |
commit | 2f0d40335b83d70d04a205dd17e8a5514b79f2d4 (patch) | |
tree | e154bd17faf149c40807461f9e671983e32b6f82 /gtk/gtkselection.c | |
parent | 9b88eb356dde2578ff652511fcfc083b66be7b0b (diff) | |
download | gtk+-2f0d40335b83d70d04a205dd17e8a5514b79f2d4.tar.gz |
[GI] Add missing (transfer) annotations
Diffstat (limited to 'gtk/gtkselection.c')
-rw-r--r-- | gtk/gtkselection.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/gtkselection.c b/gtk/gtkselection.c index 9665a9848b..1970bc855a 100644 --- a/gtk/gtkselection.c +++ b/gtk/gtkselection.c @@ -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 **/ |