diff options
| author | Murray Cumming <murrayc@murrayc.com> | 2006-08-15 17:22:38 +0000 |
|---|---|---|
| committer | Murray Cumming <murrayc@src.gnome.org> | 2006-08-15 17:22:38 +0000 |
| commit | a181cb3b4d53f35e9cb131232f7bc5c596257cf4 (patch) | |
| tree | dee0b8134eab6c7a653699f032439c39378ce50e /ChangeLog | |
| parent | 321f8f841c397059746177777c964c893921120e (diff) | |
| download | pygobject-a181cb3b4d53f35e9cb131232f7bc5c596257cf4.tar.gz pygobject-a181cb3b4d53f35e9cb131232f7bc5c596257cf4.tar.xz pygobject-a181cb3b4d53f35e9cb131232f7bc5c596257cf4.zip | |
Replace uses of typename with type_name, because that is a reserved C++
2006-08-15 Murray Cumming <murrayc@murrayc.com>
* gobject/pygobject-private.h:
* gobject/pygobject.h:
Replace uses of typename with type_name, because that is a
reserved C++ keyword. This was breaking compilation of Glom
due its use in the new type_register_custom function pointer in
pygobject.h.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2006-08-15 Murray Cumming <murrayc@murrayc.com> + + * gobject/pygobject-private.h: + * gobject/pygobject.h: + Replace uses of typename with type_name, because that is a + reserved C++ keyword. This was breaking compilation of Glom + due its use in the new type_register_custom function pointer in + pygobject.h. + 2006-08-12 John Finlay <finlay@moeraki.com> * pygobject-2.0.pc.in: Add reference to installed pygobject docs |
