libgimp: Add gtkdoc comments in gimpproceduredialog

Although they're only used for a private function, gtk-doc still
complains about the empty param docs, so let's just add something.
This commit is contained in:
Niels De Graef 2021-01-02 13:00:37 +01:00
parent c328da6bd3
commit 9fd2433f21

View file

@ -1331,10 +1331,11 @@ gimp_procedure_dialog_check_mnemonic (GimpProcedureDialog *dialog,
/**
* gimp_procedure_dialog_fill_container_list:
* @dialog:
* @container_id:
* @container: (transfer full):
* @properties:
* @dialog: the #GimpProcedureDialog.
* @container_id: a container identifier.
* @container: (transfer full): The new container that should be used if none
* exists yet
* @properties: (nullable) (element-type gchar*): the list of property names.
*
* A generic function to be used by various publich functions
* gimp_procedure_dialog_fill_*_list(). Note in particular that