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 a31419d..05f3e16 100644
--- a/cython/plist.pxd
+++ b/cython/plist.pxd
@@ -19,6 +19,10 @@ cdef class Integer(Node):
cpdef set_value(self, object value)
cpdef int get_value(self)
+cdef class Key(Node):
+ cpdef set_value(self, object value)
+ cpdef int get_value(self)
+
cdef class Real(Node):
cpdef set_value(self, object value)
cpdef float get_value(self)