libgimpwidgets: fix missing doc comments and annotations.

This commit is contained in:
Jehan 2020-11-20 11:36:11 +01:00
parent 9f03bdce30
commit f9f516a99a
1 changed files with 6 additions and 0 deletions

View File

@ -254,6 +254,12 @@ gimp_label_int_widget_new (const gchar *text,
return int_widget;
}
/**
* gimp_label_int_widget_get_widget:
* @widget: the #GimpLabelIntWidget.
*
* Returns: (transfer none): The new #GtkWidget packed next to the label.
**/
GtkWidget *
gimp_label_int_widget_get_widget (GimpLabelIntWidget *widget)
{