From 1b12d348f7efd0a5a1ead163a68111b1def98e8d Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Tue, 19 Mar 2013 17:24:25 +0100 Subject: cython: added PLIST_UID support --- cython/plist.pxd | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cython/plist.pxd') 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): cpdef set_value(self, object value) cpdef uint64_t get_value(self) +cdef class Uid(Node): + cpdef set_value(self, object value) + cpdef uint64_t get_value(self) + cdef class Key(Node): cpdef set_value(self, object value) cpdef unicode get_value(self) -- cgit v1.1-32-gdbae