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
parent af65114ea9
commit 886686973c

View File

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