diff options
| author | 2009-01-11 20:44:33 +0100 | |
|---|---|---|
| committer | 2009-01-11 20:44:33 +0100 | |
| commit | 74dae54b1b092aca744b4df6668569d6fc1153b5 (patch) | |
| tree | 46d0e9ade9da94d12a57a06032f4fe81716ff8f5 /include | |
| parent | ed5f0b7154a5f653c240e6962098ae7b28ab61e5 (diff) | |
| download | libplist-74dae54b1b092aca744b4df6668569d6fc1153b5.tar.gz libplist-74dae54b1b092aca744b4df6668569d6fc1153b5.tar.bz2 | |
Add a pythyon binding to the library (using SWIG).
Diffstat (limited to 'include')
| -rw-r--r-- | include/plist/plist.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/plist/plist.h b/include/plist/plist.h index b496d6f..976408d 100644 --- a/include/plist/plist.h +++ b/include/plist/plist.h | |||
| @@ -71,7 +71,10 @@ plist_t plist_get_first_child(plist_t node); | |||
| 71 | plist_t plist_get_next_sibling(plist_t node); | 71 | plist_t plist_get_next_sibling(plist_t node); |
| 72 | plist_t plist_get_prev_sibling(plist_t node); | 72 | plist_t plist_get_prev_sibling(plist_t node); |
| 73 | 73 | ||
| 74 | //utili function to find first (and only the first encountred) corresponding node | ||
| 74 | plist_t plist_find_node(plist_t plist, plist_type type, void *value, uint64_t length); | 75 | plist_t plist_find_node(plist_t plist, plist_type type, void *value, uint64_t length); |
| 76 | plist_t plist_find_node_by_string(plist_t plist, char *value); | ||
| 77 | |||
| 75 | void plist_get_type_and_value(plist_t node, plist_type * type, void *value, uint64_t * length); | 78 | void plist_get_type_and_value(plist_t node, plist_type * type, void *value, uint64_t * length); |
| 76 | 79 | ||
| 77 | //Plist reading | 80 | //Plist reading |
