summaryrefslogtreecommitdiffstats
path: root/cython/plist.pxd
diff options
context:
space:
mode:
Diffstat (limited to 'cython/plist.pxd')
-rw-r--r--cython/plist.pxd2
1 files changed, 2 insertions, 0 deletions
diff --git a/cython/plist.pxd b/cython/plist.pxd
index 99dcca5..b11d80d 100644
--- a/cython/plist.pxd
+++ b/cython/plist.pxd
@@ -71,6 +71,8 @@ cpdef object from_bin(bytes bin)
71 71
72cpdef object load(fp, fmt=*, use_builtin_types=*, dict_type=*) 72cpdef object load(fp, fmt=*, use_builtin_types=*, dict_type=*)
73cpdef object loads(data, fmt=*, use_builtin_types=*, dict_type=*) 73cpdef object loads(data, fmt=*, use_builtin_types=*, dict_type=*)
74cpdef object dump(value, fp, fmt=*, sort_keys=*, skipkeys=*)
75cpdef object dumps(value, fmt=*, sort_keys=*, skipkeys=*)
74 76
75cdef object plist_t_to_node(plist_t c_plist, bint managed=*) 77cdef object plist_t_to_node(plist_t c_plist, bint managed=*)
76cdef plist_t native_to_plist_t(object native) 78cdef plist_t native_to_plist_t(object native)