forked from AuroraMiddleware/gtk
GtkScaleButton: _get_(plus|minus)_button returns a GtkButton
https://bugzilla.gnome.org/show_bug.cgi?id=539944
This commit is contained in:
parent
af65114ea9
commit
886686973c
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user