|
Zen API
|
Inserts an item into the list before the specified list item.
Increases list capacity, if necessary.
| list | List object. |
| before | Item will be inserted before this list node (if null, inserts at tail). |
| itemContent | Optional pointer to item content that will be copied (by value) into the list. |
| item | Optionally receives pointer to newly-inserted item. |