pygobject r826 - in trunk: . gio
- From: johan svn gnome org
- To: svn-commits-list gnome org
- Subject: pygobject r826 - in trunk: . gio
- Date: Fri, 18 Jul 2008 08:25:21 +0000 (UTC)
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]