summaryrefslogtreecommitdiff
path: root/gtk/gtkscale.c
diff options
context:
space:
mode:
authorPavel Holejsovsky <pholejs@src.gnome.org>2011-01-18 09:25:47 +0100
committerPavel Holejsovsky <pholejs@src.gnome.org>2011-01-18 17:30:43 +0100
commitfe372ddf5e918a54d7082996fa4bd779e6d0e9f1 (patch)
tree12de44d02a1a70bd1eb456204498015652982c02 /gtk/gtkscale.c
parent6d5cdad56ec7b637438fc2a98c000891dbacef52 (diff)
downloadgtk+-fe372ddf5e918a54d7082996fa4bd779e6d0e9f1.tar.gz
[GI] Add missing (allow-none) annotations
Diffstat (limited to 'gtk/gtkscale.c')
-rw-r--r--gtk/gtkscale.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkscale.c b/gtk/gtkscale.c
index 486e64722e..a44dd9e1da 100644
--- a/gtk/gtkscale.c
+++ b/gtk/gtkscale.c
@@ -510,8 +510,8 @@ gtk_scale_get_property (GObject *object,
/**
* gtk_scale_new:
* @orientation: the scale's orientation.
- * @adjustment: the #GtkAdjustment which sets the range of the scale, or
- * %NULL to create a new adjustment.
+ * @adjustment: (allow-none): the #GtkAdjustment which sets the range
+ * of the scale, or %NULL to create a new adjustment.
*
* Creates a new #GtkScale.
*