Add nullable return annotation to gtk_notebook_get_tab_label
https://bugzilla.gnome.org/show_bug.cgi?id=781935
This commit is contained in:
parent
68b92cc6ef
commit
743eaeecf2
@ -7310,7 +7310,7 @@ gtk_notebook_popup_disable (GtkNotebook *notebook)
|
|||||||
* %NULL is returned if @child is not in @notebook or
|
* %NULL is returned if @child is not in @notebook or
|
||||||
* if no tab label has specifically been set for @child.
|
* if no tab label has specifically been set for @child.
|
||||||
*
|
*
|
||||||
* Returns: (transfer none): the tab label
|
* Returns: (transfer none) (nullable): the tab label
|
||||||
*/
|
*/
|
||||||
GtkWidget *
|
GtkWidget *
|
||||||
gtk_notebook_get_tab_label (GtkNotebook *notebook,
|
gtk_notebook_get_tab_label (GtkNotebook *notebook,
|
||||||
|
Loading…
Reference in New Issue
Block a user