docs: Add missing transfer annotation to GtkBox

The gtk_box_get_center_widget function is missing a transfer annotation
for the returned widget. No transfer is done, so set transfer to none.

https://bugzilla.gnome.org/show_bug.cgi?id=728093
This commit is contained in:
Marcus Karlsson 2014-04-12 20:22:15 +02:00 committed by Matthias Clasen
parent 71fdf845a7
commit ac5fbb5ef3

View File

@ -2614,7 +2614,7 @@ gtk_box_set_center_widget (GtkBox *box,
*
* Retrieves the center widget of the box.
*
* Returns: the center widget
* Returns: (transfer none): the center widget
*
* Since: 3.12
*/