|
FireSync API
|
| kStatus kDataTree_PutChildData | ( | kDataTree | tree, |
| kDataTreeItem | parent, | ||
| const kChar * | path, | ||
| kObject | value | ||
| ) |
Sets child content to a particular data object.
The data object passed as an argument to this function is copied by reference; ownership of the original object is transferred to the tree.
| tree | Tree object. |
| parent | Parent item. |
| path | Path relative to the parent item. |
| value | Data object. |