diff options
author | Johan Dahlin <johan@gnome.org> | 2010-09-23 17:56:48 -0300 |
---|---|---|
committer | Johan Dahlin <johan@gnome.org> | 2010-09-23 17:57:16 -0300 |
commit | 8736d31a04bcb5b45ca822d51dd35cb340dbb4c2 (patch) | |
tree | 6ffb4921340c8d781adb44d5bb8dcbfa9fbf59ad /gtk/gtkscalebutton.c | |
parent | 76d7331578320e9bccaedacb3662261452cb4afd (diff) | |
download | gtk+-8736d31a04bcb5b45ca822d51dd35cb340dbb4c2.tar.gz |
Fix a couple of broken annotations
Diffstat (limited to 'gtk/gtkscalebutton.c')
-rw-r--r-- | gtk/gtkscalebutton.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkscalebutton.c b/gtk/gtkscalebutton.c index 1a7b600c6b..72a96201ca 100644 --- a/gtk/gtkscalebutton.c +++ b/gtk/gtkscalebutton.c @@ -557,7 +557,7 @@ gtk_scale_button_dispose (GObject *object) /** * gtk_scale_button_new: - * @size: (int): a stock icon size + * @size: (type int): a stock icon size * @min: the minimum value of the scale (usually 0) * @max: the maximum value of the scale (usually 100) * @step: the stepping of value when a scroll-wheel event, |