diff options
Diffstat (limited to 'gtk/gtkscrollbar.c')
-rw-r--r-- | gtk/gtkscrollbar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkscrollbar.c b/gtk/gtkscrollbar.c index 5c0864d027..634b33791f 100644 --- a/gtk/gtkscrollbar.c +++ b/gtk/gtkscrollbar.c @@ -129,7 +129,7 @@ gtk_scrollbar_style_set (GtkWidget *widget, /** * gtk_scrollbar_new: * @orientation: the scrollbar's orientation. - * @adjustment: the #GtkAdjustment to use, or %NULL to create a new adjustment. + * @adjustment: (allow-none): the #GtkAdjustment to use, or %NULL to create a new adjustment. * * Creates a new scrollbar with the given orientation. * |