mirror of https://github.com/GNOME/gimp.git
libgimpwidgets: fix missing doc comments and annotations.
This commit is contained in:
parent
9f03bdce30
commit
f9f516a99a
|
@ -254,6 +254,12 @@ gimp_label_int_widget_new (const gchar *text,
|
||||||
return int_widget;
|
return int_widget;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* gimp_label_int_widget_get_widget:
|
||||||
|
* @widget: the #GimpLabelIntWidget.
|
||||||
|
*
|
||||||
|
* Returns: (transfer none): The new #GtkWidget packed next to the label.
|
||||||
|
**/
|
||||||
GtkWidget *
|
GtkWidget *
|
||||||
gimp_label_int_widget_get_widget (GimpLabelIntWidget *widget)
|
gimp_label_int_widget_get_widget (GimpLabelIntWidget *widget)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue