Author: EricStein
Date: 2007-07-07 23:16:37 -0400 (Sat, 07 Jul 2007)
New Revision: 409

Modified:
   trunk/pysoy/include/glib.pxd
Log:
Oops, forgot one


Modified: trunk/pysoy/include/glib.pxd
===================================================================
--- trunk/pysoy/include/glib.pxd        2007-07-08 03:09:30 UTC (rev 408)
+++ trunk/pysoy/include/glib.pxd        2007-07-08 03:16:37 UTC (rev 409)
@@ -20,6 +20,7 @@
 
 cdef extern from "glib.h" :
   ctypedef void*           gpointer
+  ctypedef const void*     gconstpointer
   ctypedef char            gchar;
   ctypedef short           gshort;
   ctypedef long            glong;
@@ -64,4 +65,3 @@
   cdef guint       g_hash_table_size              ( GHashTable* )
   cdef GHashTable* g_hash_table_ref               ( GHashTable* )
   cdef void        g_hash_table_unref             ( GHashTable* )
-

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

Reply via email to