Author: EricStein Date: 2007-07-07 22:43:03 -0400 (Sat, 07 Jul 2007) New Revision: 407
Added: trunk/pysoy/include/glib.pxd Modified: trunk/pysoy/setup.py Log: GLib pxd stub Copied: trunk/pysoy/include/glib.pxd (from rev 397, trunk/pysoy/include/py.pxd) =================================================================== --- trunk/pysoy/include/glib.pxd (rev 0) +++ trunk/pysoy/include/glib.pxd 2007-07-08 02:43:03 UTC (rev 407) @@ -0,0 +1,22 @@ +# GLib Declarations +# +# Copyright (C) 2006,2007 Team PySoy +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, see http://www.gnu.org/licenses +# +# $Id$ + + +cdef extern from "glib.h" : + ctypedef void* gpointer Modified: trunk/pysoy/setup.py =================================================================== --- trunk/pysoy/setup.py 2007-07-07 23:08:36 UTC (rev 406) +++ trunk/pysoy/setup.py 2007-07-08 02:43:03 UTC (rev 407) @@ -26,7 +26,7 @@ version = 'Trunk' modules = { - '_datatypes' : [], + '_datatypes' : ['glib'], '_internals' : [], 'atoms' : [], 'bodies._bodies' : ['GLEW','GL','ode'], _______________________________________________ PySoy-SVN mailing list [email protected] http://www.pysoy.org/mailman/listinfo/pysoy-svn
