gtk: mark gtk_list_box_get_adjustment as nullable

similar to its setter function
This commit is contained in:
Bilal Elmoussaoui 2022-01-01 19:05:06 +01:00
parent 1d72024605
commit 1e9bdb4647

View File

@ -1078,7 +1078,7 @@ gtk_list_box_set_adjustment (GtkListBox *box,
* Gets the adjustment (if any) that the widget uses to
* for vertical scrolling.
*
* Returns: (transfer none): the adjustment
* Returns: (transfer none) (nullable): the adjustment
*/
GtkAdjustment *
gtk_list_box_get_adjustment (GtkListBox *box)