summaryrefslogtreecommitdiff
path: root/gi/pygi-enum-marshal.c
diff options
context:
space:
mode:
authorChristoph Reiter <creiter@src.gnome.org>2016-05-31 18:47:54 +0200
committerChristoph Reiter <creiter@src.gnome.org>2016-06-01 21:21:42 +0200
commitf5dd1551371308d33df9627bc8cc0e34fa68a2a8 (patch)
treed798ae4ab89ebd24fc9c4bc13c46d8e1d317296d /gi/pygi-enum-marshal.c
parentef7a6dad8cea6a3b9547cfae00bf15ebb9eb756e (diff)
downloadpygobject-f5dd1551371308d33df9627bc8cc0e34fa68a2a8.tar.gz
Remove pygobject-private.h and rename pygobject.c to pygobject-object.c
Move all the random declarations in pygobject-private.h to their respective header files. Rename pygobject.c to pygobject-object.c so it's clearer that it's not the implementation of pygobject.h. Add a new pygobject-internal.h which includes pygobject.h with _INSIDE_PYGOBJECT_ defined like pygobject-private.h did. In case you are looking at the git log and end up here due to the rename try: git log --follow pygobject-object.c or on the web interface go to the history of the old file name: https://git.gnome.org/browse/pygobject/log/gi/pygobject.c?id=6b702c052e9f26e809cff494f0c896d17a514c64 https://bugzilla.gnome.org/show_bug.cgi?id=767084
Diffstat (limited to 'gi/pygi-enum-marshal.c')
-rw-r--r--gi/pygi-enum-marshal.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gi/pygi-enum-marshal.c b/gi/pygi-enum-marshal.c
index 945a8e0b..11c20499 100644
--- a/gi/pygi-enum-marshal.c
+++ b/gi/pygi-enum-marshal.c
@@ -23,8 +23,9 @@
#include <pyglib-python-compat.h>
#include "pygi-enum-marshal.h"
-#include "pygobject-private.h"
#include "pygi-type.h"
+#include "pygenum.h"
+#include "pygflags.h"
static gboolean
gi_argument_from_c_long (GIArgument *arg_out,