From: Iñaki García Etxebarria Date: Sat, 29 Apr 2017 11:08:26 +0000 (+0200) Subject: Add nullable return annotation to gtk_notebook_get_tab_label X-Git-Tag: archive/raspbian/3.24.39-1+rpi1~1^2~65^2~39^2~468 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=743eaeecf2a5ff8b3462ba657a97de8a3091db87;p=gtk%2B3.0.git Add nullable return annotation to gtk_notebook_get_tab_label https://bugzilla.gnome.org/show_bug.cgi?id=781935 --- diff --git a/gtk/gtknotebook.c b/gtk/gtknotebook.c index b6b37d1521..e75ac50ab2 100644 --- a/gtk/gtknotebook.c +++ b/gtk/gtknotebook.c @@ -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,