|
FireSync API
|
| kStatus kDataTree_ChildData | ( | kDataTree | tree, |
| kDataTreeItem | parent, | ||
| const kChar * | path, | ||
| kObject * | value, | ||
| kAlloc | allocator | ||
| ) |
Gets child item content as a text value.
The data object returned by this function is a clone of the original; ownership of the cloned object is transferred to the caller. Call kObject_Dispose to free the cloned object.
| tree | Tree object. |
| parent | Parent item. |
| path | Path relative to the parent item. |
| value | Receives content as a data object. |
| allocator | Memory allocator (or kNULL for default). |