summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2008-07-27 09:00:06 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-07-27 09:00:06 +0000
commit28cc14391b52dcbef2e148dcc985b2803623234d (patch)
treeb32b6503d4908b8742d74b8040954d273011e592 /ChangeLog
parent6fafcbb5c9492c0f1c9022389107b7955d9b9318 (diff)
Split out quark and type registration to the respective implementation
2008-07-27 Johan Dahlin <johan@gnome.org> * gobject/Makefile.am: * gobject/gobjectmodule.c (init_gobject): * gobject/pygboxed.c (pygobject_boxed_register_types): * gobject/pygboxed.h: * gobject/pygenum.c (pygobject_enum_register_types): * gobject/pygenum.h: * gobject/pygflags.c (pygobject_flags_register_types): * gobject/pygflags.h: * gobject/pygpointer.c (pygobject_pointer_register_types): * gobject/pygpointer.h: Split out quark and type registration to the respective implementation source files, add headers. svn path=/trunk/; revision=880
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 466ac6a..1028f8f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,21 @@
2008-07-27 Johan Dahlin <johan@gnome.org>
* gobject/Makefile.am:
+ * gobject/gobjectmodule.c (init_gobject):
+ * gobject/pygboxed.c (pygobject_boxed_register_types):
+ * gobject/pygboxed.h:
+ * gobject/pygenum.c (pygobject_enum_register_types):
+ * gobject/pygenum.h:
+ * gobject/pygflags.c (pygobject_flags_register_types):
+ * gobject/pygflags.h:
+ * gobject/pygpointer.c (pygobject_pointer_register_types):
+ * gobject/pygpointer.h:
+ Split out quark and type registration to the respective
+ implementation source files, add headers.
+
+2008-07-27 Johan Dahlin <johan@gnome.org>
+
+ * gobject/Makefile.am:
* gobject/gobjectmodule.c (pygobject_register_api),
(pygobject_register_constants), (pygobject_register_features),
(pygobject_register_version_tuples), (pygobject_register_warnings),