summaryrefslogtreecommitdiffstats
path: root/gobject/pygflags.c
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2004-07-19 11:00:18 +0000
committerJohan Dahlin <johan@src.gnome.org>2004-07-19 11:00:18 +0000
commitcfa02147247fa59b82eff91e2058d1488ff438e3 (patch)
tree9790d37c327bef30c210d161a42dc020b25a759b /gobject/pygflags.c
parentfb6e18271f6dff9d1c4ef9f19019634371559585 (diff)
downloadpygobject-cfa02147247fa59b82eff91e2058d1488ff438e3.tar.gz
pygobject-cfa02147247fa59b82eff91e2058d1488ff438e3.tar.xz
pygobject-cfa02147247fa59b82eff91e2058d1488ff438e3.zip
Update, why do I even bother to update 3 different build systems?
* gobject/Makefile.am: * setup.py: * makefile.msc: Update, why do I even bother to update 3 different build systems? * gobject/: Split out GParamSpec, GMainLoop, GMainContext and GPointer to separate files. Also remove *.h files and go back to the old scheme (everything in pygobject.h)
Diffstat (limited to 'gobject/pygflags.c')
-rw-r--r--gobject/pygflags.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gobject/pygflags.c b/gobject/pygflags.c
index e3816cb..d90f677 100644
--- a/gobject/pygflags.c
+++ b/gobject/pygflags.c
@@ -3,6 +3,8 @@
* Copyright (C) 1998-2003 James Henstridge
* Copyright (C) 2004 Johan Dahlin
*
+ * pygenum.c: GFlags wrapper
+ *
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
@@ -24,7 +26,6 @@
#endif
#include "pygobject-private.h"
-#include "pygflags.h"
static const gchar *pygflags_class_id = "PyGFlags::class";
static GQuark pygflags_class_key = 0;