summaryrefslogtreecommitdiff
path: root/gi/pygi-private.h
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu.vizoso@collabora.co.uk>2010-07-27 21:52:49 +0200
committerTomeu Vizoso <tomeu.vizoso@collabora.co.uk>2010-07-27 21:52:49 +0200
commit6655a79b2f13fe417aefdf6aebab0f2d6162ba00 (patch)
treee73ccaff0ce52fe98f7b3bef1d67bdf90e4092db /gi/pygi-private.h
parent85f4572b3ffbfa364ebb2e470eab759edc557b36 (diff)
downloadpygobject-6655a79b2f13fe417aefdf6aebab0f2d6162ba00.tar.gz
Implement getting and setting properties using introspection information.
This allows us to use information not present in GObject such as transfer and element types. https://bugzilla.gnome.org/show_bug.cgi?id=620808
Diffstat (limited to 'gi/pygi-private.h')
-rw-r--r--gi/pygi-private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gi/pygi-private.h b/gi/pygi-private.h
index 0ff5df7e..9435c9b7 100644
--- a/gi/pygi-private.h
+++ b/gi/pygi-private.h
@@ -28,6 +28,7 @@
#include "pygi-closure.h"
#include "pygi-callbacks.h"
#include "pygi-invoke.h"
+#include "pygi-property.h"
G_BEGIN_DECLS