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