summaryrefslogtreecommitdiff
path: root/pygobject.h
diff options
context:
space:
mode:
authorJames Henstridge <jamesh@src.gnome.org>2000-10-25 14:28:32 +0000
committerJames Henstridge <jamesh@src.gnome.org>2000-10-25 14:28:32 +0000
commite951bb46a26cee1abcf4540a9de79642158c0fda (patch)
tree822070f1d50512bd6c241f25818d52ffe1139adc /pygobject.h
parent05e128cf5f158d88bc1d8fe87aa7fa6b5b8ae247 (diff)
downloadpygtk-e951bb46a26cee1abcf4540a9de79642158c0fda.tar.gz
include <glib-object.h> rather than <gobject/...>
Diffstat (limited to 'pygobject.h')
-rw-r--r--pygobject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygobject.h b/pygobject.h
index 06badd83..62b1922b 100644
--- a/pygobject.h
+++ b/pygobject.h
@@ -6,7 +6,7 @@
#include <ExtensionClass.h>
#include <glib.h>
-#include <gobject/gobject.h>
+#include <glib-object.h>
typedef struct {
PyObject_HEAD