gimpwidget: Correct gtk-doc docs wrt GtkHBox

GtkHBox is a deprecated version of GtkBox, which we don't even use
anymore. It confuses the gtk-doc a build though, so let's fix it to get
rid of another warning.
This commit is contained in:
Niels De Graef 2020-05-08 14:17:18 +02:00
parent 59f3b07c5f
commit a8de828195
2 changed files with 4 additions and 4 deletions

View File

@ -222,7 +222,7 @@ gimp_random_seed_update (GtkWidget *widget,
* Creates a widget that allows the user to control how the random number
* generator is initialized.
*
* Returns: (transfer full): A #GtkHBox containing a #GtkSpinButton for
* Returns: (transfer full): A #GtkBox containing a #GtkSpinButton for
* the seed and a #GtkButton for setting a random seed.
**/
GtkWidget *

View File

@ -112,7 +112,7 @@ void gimp_int_radio_group_set_active (GtkRadioButton *radio_button,
/**
* GIMP_RANDOM_SEED_SPINBUTTON:
* @hbox: The #GtkHBox returned by gimp_random_seed_new().
* @hbox: The #GtkBox returned by gimp_random_seed_new().
*
* Returns: the random_seed's #GtkSpinButton.
**/
@ -121,7 +121,7 @@ void gimp_int_radio_group_set_active (GtkRadioButton *radio_button,
/**
* GIMP_RANDOM_SEED_SPINBUTTON_ADJ:
* @hbox: The #GtkHBox returned by gimp_random_seed_new().
* @hbox: The #GtkBox returned by gimp_random_seed_new().
*
* Returns: the #GtkAdjustment of the random_seed's #GtkSpinButton.
**/
@ -131,7 +131,7 @@ void gimp_int_radio_group_set_active (GtkRadioButton *radio_button,
/**
* GIMP_RANDOM_SEED_TOGGLE:
* @hbox: The #GtkHBox returned by gimp_random_seed_new().
* @hbox: The #GtkBox returned by gimp_random_seed_new().
*
* Returns: the random_seed's #GtkToggleButton.
**/