mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-04 01:43:24 +00:00
libgimpwidgets: fix missing doc comments and annotations.
This commit is contained in:
parent
9f03bdce30
commit
f9f516a99a
1 changed files with 6 additions and 0 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue