diff options
author | Timm Bäder <mail@baedert.org> | 2017-07-05 14:13:41 +0200 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2017-07-19 21:27:15 -0400 |
commit | c4f6cea111cd93ed3af4eef23ef27672545f6c56 (patch) | |
tree | c9b6431a638a8f429c7ed5ee80f39b7048403794 /gtk/gtkspinbutton.c | |
parent | 23f90e3d67073b9b2c6ae3e2005adf71256296f4 (diff) | |
download | gtk+-c4f6cea111cd93ed3af4eef23ef27672545f6c56.tar.gz |
fix a few documentation problems
Diffstat (limited to 'gtk/gtkspinbutton.c')
-rw-r--r-- | gtk/gtkspinbutton.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkspinbutton.c b/gtk/gtkspinbutton.c index 9034ecabc2..d1eaef20c7 100644 --- a/gtk/gtkspinbutton.c +++ b/gtk/gtkspinbutton.c @@ -2292,6 +2292,7 @@ gtk_spin_button_get_text (GtkSpinButton *spin_button) /** * gtk_spin_button_set_text: * @spin_button: a #GtkSpinButton + * @text: The text to set * * Sets the current text of the spinbutton. Note that setting this will not change * the value of the adjustment @spin_button. |