gtk: mark gtk_list_box_get_adjustment as nullable
similar to its setter function
This commit is contained in:
@@ -1078,7 +1078,7 @@ gtk_list_box_set_adjustment (GtkListBox *box,
|
|||||||
* Gets the adjustment (if any) that the widget uses to
|
* Gets the adjustment (if any) that the widget uses to
|
||||||
* for vertical scrolling.
|
* for vertical scrolling.
|
||||||
*
|
*
|
||||||
* Returns: (transfer none): the adjustment
|
* Returns: (transfer none) (nullable): the adjustment
|
||||||
*/
|
*/
|
||||||
GtkAdjustment *
|
GtkAdjustment *
|
||||||
gtk_list_box_get_adjustment (GtkListBox *box)
|
gtk_list_box_get_adjustment (GtkListBox *box)
|
||||||
|
|||||||
Reference in New Issue
Block a user