|
GNUstep CoreBase Library
0.2
|
Data Structures | |
| struct | CFTreeContext |
Creating Trees | |
| CFTreeRef | CFTreeCreate (CFAllocatorRef allocator, const CFTreeContext *context) |
Sorting a Tree | |
| void | CFTreeSortChildren (CFTreeRef tree, CFComparatorFunction comp, void *context) |
Performing an Operation on Tree Elements | |
| void | CFTreeApplyFunctionToChildren (CFTreeRef tree, CFTreeApplierFunction applier, void *context) |
Getting the Tree Type ID | |
| CFTypeID | CFTreeGetTypeID (void) |