forked from AuroraMiddleware/gtk
scale: Remove double nullable annotation
Being both (allow-none) and (nullable) at the same time is a bit much.
Was from 591e7f5ef8
.
This commit is contained in:
parent
7116988bcb
commit
20592a7935
@ -1016,7 +1016,7 @@ gtk_scale_get_property (GObject *object,
|
||||
/**
|
||||
* gtk_scale_new:
|
||||
* @orientation: the scale’s orientation.
|
||||
* @adjustment: (allow-none) (nullable): the #GtkAdjustment which sets the range
|
||||
* @adjustment: (nullable): the #GtkAdjustment which sets the range
|
||||
* of the scale, or %NULL to create a new adjustment.
|
||||
*
|
||||
* Creates a new #GtkScale.
|
||||
|
Loading…
Reference in New Issue
Block a user