summaryrefslogtreecommitdiff
path: root/gi/gimodule.h
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-03-21 19:30:26 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2018-03-21 21:38:37 +0100
commit2ad711b25064e106ab80a9358c932e51e9c871e2 (patch)
tree8d04048b8ab0e994949d11d815c4b20cc967502e /gi/gimodule.h
parent84448a33ee741eeeba1121b4d67963dcd95de813 (diff)
downloadpygobject-2ad711b25064e106ab80a9358c932e51e9c871e2.tar.gz
Remove gobjectmodule
This finishes what was started in b2529624b3925adbef2671025e08cbf747f162e8 and moves the remaining code mostly into gimodule. While this makes the large file even larger, it's a good starting point for more cleanups.
Diffstat (limited to 'gi/gimodule.h')
-rw-r--r--gi/gimodule.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/gi/gimodule.h b/gi/gimodule.h
new file mode 100644
index 00000000..7917ef6a
--- /dev/null
+++ b/gi/gimodule.h
@@ -0,0 +1,10 @@
+#ifndef _PYGOBJECT_GIMODULE_H_
+#define _PYGOBJECT_GIMODULE_H_
+
+#include "pygobject-internal.h"
+
+int pygobject_constructv (PyGObject *self,
+ guint n_parameters,
+ GParameter *parameters);
+
+#endif /*_PYGOBJECT_GIMODULE_H_*/