summaryrefslogtreecommitdiffstats
path: root/cython/plist.pxd
diff options
context:
space:
mode:
Diffstat (limited to 'cython/plist.pxd')
-rw-r--r--cython/plist.pxd4
1 files changed, 4 insertions, 0 deletions
diff --git a/cython/plist.pxd b/cython/plist.pxd
index c504599..ee8a65e 100644
--- a/cython/plist.pxd
+++ b/cython/plist.pxd
@@ -21,6 +21,10 @@ cdef class Integer(Node):
21 cpdef set_value(self, object value) 21 cpdef set_value(self, object value)
22 cpdef uint64_t get_value(self) 22 cpdef uint64_t get_value(self)
23 23
24cdef class Uid(Node):
25 cpdef set_value(self, object value)
26 cpdef uint64_t get_value(self)
27
24cdef class Key(Node): 28cdef class Key(Node):
25 cpdef set_value(self, object value) 29 cpdef set_value(self, object value)
26 cpdef unicode get_value(self) 30 cpdef unicode get_value(self)