summaryrefslogtreecommitdiffstats
path: root/include/plist/plist.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/plist/plist.h')
-rw-r--r--include/plist/plist.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/plist/plist.h b/include/plist/plist.h
index a075fc6..6388603 100644
--- a/include/plist/plist.h
+++ b/include/plist/plist.h
@@ -148,6 +148,13 @@ extern "C" {
148 PLIST_API plist_t plist_get_prev_sibling(plist_t node); 148 PLIST_API plist_t plist_get_prev_sibling(plist_t node);
149 149
150/** 150/**
151 * Get the parent of a node
152 *
153 * @param node the parent (NULL if node is root)
154 */
155 PLIST_API plist_t plist_get_parent(plist_t node);
156
157/**
151 * Get the nth child of a #PLIST_ARRAY node. 158 * Get the nth child of a #PLIST_ARRAY node.
152 * 159 *
153 * @param node the node of type #PLIST_ARRAY 160 * @param node the node of type #PLIST_ARRAY