pygobject r989 - in trunk: . glib gobject



Author: paulp
Date: Sun Jan  4 21:29:47 2009
New Revision: 989
URL: http://svn.gnome.org/viewvc/pygobject?rev=989&view=rev

Log:
2009-01-04  PrzemysÅaw Grzegorczyk  <pgrzegorczyk gmail com>

	Bug 563714 â GNOME Goal: Clean up GLib and GTK+ includes

	* gobject/generate-constants.c:
	* glib/pygspawn.c: Only include toplevel <glib.h>.


Modified:
   trunk/ChangeLog
   trunk/glib/pygspawn.c
   trunk/gobject/generate-constants.c

Modified: trunk/glib/pygspawn.c
==============================================================================
--- trunk/glib/pygspawn.c	(original)
+++ trunk/glib/pygspawn.c	Sun Jan  4 21:29:47 2009
@@ -22,7 +22,7 @@
  */
 
 #include <Python.h>
-#include <glib/gspawn.h>
+#include <glib.h>
 
 #include "pyglib.h"
 #include "pyglib-private.h"

Modified: trunk/gobject/generate-constants.c
==============================================================================
--- trunk/gobject/generate-constants.c	(original)
+++ trunk/gobject/generate-constants.c	Sun Jan  4 21:29:47 2009
@@ -1,5 +1,5 @@
 #include <stdio.h>
-#include <glibconfig.h>
+#include <glib.h>
 #include <Python.h>
 
 #if PY_VERSION_HEX < 0x03000000



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