diff options
author | Robert Ancell <robert.ancell@canonical.com> | 2020-01-13 14:26:50 +1300 |
---|---|---|
committer | Robert Ancell <robert.ancell@canonical.com> | 2020-01-13 14:26:50 +1300 |
commit | 83867f9cbf229c1338d84739a68b318a809d8d2e (patch) | |
tree | 3453cab4796bbe6e175f804ab9f36176198ca207 /gtk/gtkscale.c | |
parent | ea9f0df67b7c1b3153f031651a3fec2fa07aa419 (diff) | |
download | gtk+-83867f9cbf229c1338d84739a68b318a809d8d2e.tar.gz |
Add missing (closure) GIR annotations
Diffstat (limited to 'gtk/gtkscale.c')
-rw-r--r-- | gtk/gtkscale.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkscale.c b/gtk/gtkscale.c index 4d434ff968..918ecb3bbb 100644 --- a/gtk/gtkscale.c +++ b/gtk/gtkscale.c @@ -2047,7 +2047,7 @@ gtk_scale_buildable_custom_finished (GtkBuildable *buildable, * gtk_scale_set_format_value_func: * @scale: a #GtkScale * @func: (nullable): function that formats the value - * @user_data: (nullable): user data to pass to @func + * @user_data: (closure): user data to pass to @func * @destroy_notify: (nullable): destroy function for @user_data * * @func allows you to change how the scale value is displayed. The given |