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:
Timm Bäder 2016-05-10 12:50:42 +02:00
parent 7116988bcb
commit 20592a7935

View File

@ -1016,7 +1016,7 @@ gtk_scale_get_property (GObject *object,
/**
* gtk_scale_new:
* @orientation: the scales 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.