pygobject r826 - in trunk: . gio



Author: johan
Date: Fri Jul 18 08:25:21 2008
New Revision: 826
URL: http://svn.gnome.org/viewvc/pygobject?rev=826&view=rev

Log:
2008-07-18  Johan Dahlin  <johan gnome org>

        * gio/pygio-utils.h:
        define NO_IMPORT_PYGOBJECT before including pygobject.h



Modified:
   trunk/ChangeLog
   trunk/gio/pygio-utils.h

Modified: trunk/gio/pygio-utils.h
==============================================================================
--- trunk/gio/pygio-utils.h	(original)
+++ trunk/gio/pygio-utils.h	Fri Jul 18 08:25:21 2008
@@ -23,9 +23,10 @@
 #ifndef __PYGIO_UTILS_H__
 #define __PYGIO_UTILS_H__
 
+#define NO_IMPORT_PYGOBJECT
 #include <Python.h>
-#include <gio/gio.h>
 #include <pygobject.h>
+#include <gio/gio.h>
 
 extern PyTypeObject PyGCancellable_Type;
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]