GtkScaleButton: _get_(plus|minus)_button returns a GtkButton

https://bugzilla.gnome.org/show_bug.cgi?id=539944
This commit is contained in:
Timm Bäder
2015-11-22 10:35:25 +01:00
committed by Matthias Clasen
parent 448e72d9ff
commit c8c2e4e110

View File

@@ -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
*/