Add nullable return annotation to gtk_notebook_get_tab_label

https://bugzilla.gnome.org/show_bug.cgi?id=781935
This commit is contained in:
Iñaki García Etxebarria 2017-04-29 13:08:26 +02:00 committed by Matthias Clasen
parent 68b92cc6ef
commit 743eaeecf2

View File

@ -7310,7 +7310,7 @@ gtk_notebook_popup_disable (GtkNotebook *notebook)
* %NULL is returned if @child is not in @notebook or
* if no tab label has specifically been set for @child.
*
* Returns: (transfer none): the tab label
* Returns: (transfer none) (nullable): the tab label
*/
GtkWidget *
gtk_notebook_get_tab_label (GtkNotebook *notebook,