diff options
author | Timm Bäder <mail@baedert.org> | 2015-11-22 10:35:25 +0100 |
---|---|---|
committer | Timm Bäder <mail@baedert.org> | 2015-11-28 21:09:53 +0100 |
commit | 886686973c8c48db182878019c5bb750ed7bfd45 (patch) | |
tree | dd6205e0b4411c2d6916dad82672fe0f759537ea /gtk/gtkscalebutton.c | |
parent | af65114ea903eb2212dca00bba3dbb2c13272539 (diff) | |
download | gtk+-886686973c8c48db182878019c5bb750ed7bfd45.tar.gz |
GtkScaleButton: _get_(plus|minus)_button returns a GtkButton
https://bugzilla.gnome.org/show_bug.cgi?id=539944
Diffstat (limited to 'gtk/gtkscalebutton.c')
-rw-r--r-- | gtk/gtkscalebutton.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkscalebutton.c b/gtk/gtkscalebutton.c index 010f9266eb..c0ee1c03ba 100644 --- a/gtk/gtkscalebutton.c +++ b/gtk/gtkscalebutton.c @@ -670,7 +670,7 @@ gtk_scale_button_set_adjustment (GtkScaleButton *button, * * Retrieves the plus button of the #GtkScaleButton. * - * Returns: (transfer none): the plus button of the #GtkScaleButton + * Returns: (transfer none): the plus button of the #GtkScaleButton as a #GtkButton * * Since: 2.14 */ @@ -688,7 +688,7 @@ gtk_scale_button_get_plus_button (GtkScaleButton *button) * * Retrieves the minus button of the #GtkScaleButton. * - * Returns: (transfer none): the minus button of the #GtkScaleButton + * Returns: (transfer none): the minus button of the #GtkScaleButton as a #GtkButton * * Since: 2.14 */ |