mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-01 16:30:15 +00:00
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:
parent
71fdf845a7
commit
ac5fbb5ef3
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user