Author: ArcRiley
Date: 2008-02-10 05:05:16 -0500 (Sun, 10 Feb 2008)
New Revision: 846

Modified:
   trunk/pysoy/src/_internals/soy._internals.pxd
Log:
fix up _internals.pxd


Modified: trunk/pysoy/src/_internals/soy._internals.pxd
===================================================================
--- trunk/pysoy/src/_internals/soy._internals.pxd       2008-02-10 10:01:38 UTC 
(rev 845)
+++ trunk/pysoy/src/_internals/soy._internals.pxd       2008-02-10 10:05:16 UTC 
(rev 846)
@@ -19,13 +19,10 @@
 
 cimport glib
 
-cdef void   _sleep ( unsigned int )
-cdef double _time  ( )
-
 cdef class AsyncQueue :
   cdef glib.GAsyncQueue* _asyncqueue
   cdef void              _push(self, void*)
-  cdef void*             _pop(self)
+  cdef object            _pop(self)
 
 cdef class Children :
   cdef int    size
@@ -60,4 +57,6 @@
   cdef void              _empty(self)
   cdef void              _foreach(self, glib.GHFunc, void*)
 
-cdef AsyncQueue _get_queue ( )
+cdef void       _sleep     ( unsigned int )
+cdef double     _time      ( )
+cdef AsyncQueue _getQueue  ( )

_______________________________________________
PySoy-SVN mailing list
[email protected]
http://www.pysoy.org/mailman/listinfo/pysoy-svn

Reply via email to