summaryrefslogtreecommitdiff
path: root/gtk/gtkscale.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkscale.c')
-rw-r--r--gtk/gtkscale.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkscale.c b/gtk/gtkscale.c
index a9fdc8f740..32c6a33709 100644
--- a/gtk/gtkscale.c
+++ b/gtk/gtkscale.c
@@ -1023,7 +1023,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.