summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2016-05-10 12:50:42 +0200
committerMatthias Clasen <mclasen@redhat.com>2016-05-19 12:10:07 -0400
commit077e1999b34db42f291b79c93b2325a13e2b350c (patch)
tree6401b659984bf04781d26d46aa94a8637208f497
parent5fb18692e039891b3b72bda641e21ec4a7fcf1db (diff)
downloadgtk+-077e1999b34db42f291b79c93b2325a13e2b350c.tar.gz
scale: Remove double nullable annotation
Being both (allow-none) and (nullable) at the same time is a bit much. Was from 591e7f5ef8538982e227b2c2cefc536a33cafa6c.
-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.