libgimp*: various doc fixes

This commit is contained in:
Michael Natterer
2017-06-03 21:22:12 +02:00
parent 60a50096fa
commit caef6d0deb
8 changed files with 19 additions and 17 deletions

View File

@ -253,8 +253,9 @@ gimp_string_model_lookup (GtkTreeModel *model,
/**
* gimp_string_combo_box_new:
* @id_column:
* @label_column:
* @model: a #GtkTreeModel
* @id_column: the model column of the ID
* @label_column: the modl column of the label
*
* Return value: a new #GimpStringComboBox.
*