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:
parent
c328da6bd3
commit
9fd2433f21
1 changed files with 5 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue