Add nullable return annotation to gtk_notebook_get_tab_label
authorIñaki García Etxebarria <garetxe@gmail.com>
Sat, 29 Apr 2017 11:08:26 +0000 (13:08 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 18 Jul 2017 19:08:02 +0000 (15:08 -0400)
https://bugzilla.gnome.org/show_bug.cgi?id=781935

gtk/gtknotebook.c

index b6b37d15215074ad64b9c6b071b777ec0aaaf8ba..e75ac50ab206f588c654ad0c222067938ab0227a 100644 (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,