Restructure and more generic plugin API for backend
This commit is contained in:
parent
7fbd95d491
commit
b9a54f07f3
19 changed files with 570 additions and 629 deletions
|
|
@ -433,7 +433,7 @@ xml_child_i_set(cxobj *xt,
|
|||
|
||||
/*! Iterator over xml children objects
|
||||
*
|
||||
* NOTE: Never manipulate the child-list during operation or using the
|
||||
* @note Never manipulate the child-list during operation or using the
|
||||
* same object recursively, the function uses an internal field to remember the
|
||||
* index used. It works as long as the same object is not iterated concurrently.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue