diff --git a/gtk/gtkscalebutton.c b/gtk/gtkscalebutton.c index f797399fa4..88580581c4 100644 --- a/gtk/gtkscalebutton.c +++ b/gtk/gtkscalebutton.c @@ -660,7 +660,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 */ @@ -678,7 +678,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 */