forked from AuroraMiddleware/gtk
gtk: mark gtk_list_box_get_adjustment as nullable
similar to its setter function
This commit is contained in:
parent
1d72024605
commit
1e9bdb4647
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user