FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
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.

Parameters
treeTree object.
parentParent item.
pathPath relative to the parent item.
valueData object.
Returns
Operation status.