summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2006-07-25 21:30:22 +0000
committerJohan Dahlin <johan@src.gnome.org>2006-07-25 21:30:22 +0000
commit9b642f26cf275d1b3c1418c87e394526a66da3a6 (patch)
tree4f8af8569c6eea4e75f86d4b22cbd5116a964b88 /ChangeLog
parente3bba3b12b7612193bcae379140c3793f0d671b6 (diff)
downloadpygobject-9b642f26cf275d1b3c1418c87e394526a66da3a6.tar.gz
pygobject-9b642f26cf275d1b3c1418c87e394526a66da3a6.tar.xz
pygobject-9b642f26cf275d1b3c1418c87e394526a66da3a6.zip
Add a macro to easily check the installed pygobject version.
* gobject/pygobject.h (init_pygobject_check): Add a macro to easily check the installed pygobject version.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7f12dc1..3b8a0f6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2006-07-25 Johan Dahlin <jdahlin@async.com.br>
+ * gobject/pygobject.h (init_pygobject_check): Add a macro to easily
+ check the installed pygobject version.
+
* gobject/pygflags.c (pyg_flags_add)
* gobject/pygenum.c (pyg_enum_add): Duplicate the string before
sending it to python. Fixes GCC warnings.