Tons of transfer annotations

This commit is contained in:
Matthias Clasen
2010-09-21 00:18:11 -04:00
parent ca251cf1d4
commit e0aa12eb0a
84 changed files with 815 additions and 772 deletions

View File

@ -1794,7 +1794,7 @@ gtk_window_set_default (GtkWindow *window,
* Returns the default widget for @window. See gtk_window_set_default()
* for more details.
*
* Returns: the default widget, or %NULL if there is none.
* Returns: (transfer none): the default widget, or %NULL if there is none.
*
* Since: 2.14
**/
@ -7782,7 +7782,7 @@ gtk_window_check_screen (GtkWindow *window)
}
}
/**
/**
* gtk_window_get_screen:
* @window: a #GtkWindow.
*