diff options
| author | Johan Dahlin <johan@gnome.org> | 2008-07-26 14:04:48 +0000 |
|---|---|---|
| committer | Johan Dahlin <johan@src.gnome.org> | 2008-07-26 14:04:48 +0000 |
| commit | 130e20efbdc32e7b49960f24fac59c04fb613f87 (patch) | |
| tree | cc42b8c6c917ae1924756d43f37d567a7752bf1f /ChangeLog | |
| parent | 73bb2db55342c2b5e22ad87e14903c92352932b4 (diff) | |
| download | pygobject-130e20efbdc32e7b49960f24fac59c04fb613f87.tar.gz pygobject-130e20efbdc32e7b49960f24fac59c04fb613f87.tar.xz pygobject-130e20efbdc32e7b49960f24fac59c04fb613f87.zip | |
Also export PyInit_glib import glib._glib instead of just _glib
2008-07-26 Johan Dahlin <johan@gnome.org>
* glib/Makefile.am:
Also export PyInit_glib
* glib/__init__.py:
import glib._glib instead of just _glib
* glib/pyglib-python-compat.h:
* glib/pygoptioncontext.c (pyg_option_context_parse):
* glib/pygsource.c (source_repr), (pyg_source_attach),
(pyg_source_get_priority), (pyg_source_set_priority),
(pyg_source_get_id), (pyg_source_prepare), (pyg_poll_fd_repr):
* glib/pygspawn.c (pyg_pid_close), (pyg_pid_free), (pyg_pid_new),
(pyglib_spawn_async), (pyglib_spawn_register_types):
Go over the rest and replace missing symbols on python3.
the glib module successfully compiles and runs now.
svn path=/trunk/; revision=874
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,5 +1,21 @@ 2008-07-26 Johan Dahlin <johan@gnome.org> + * glib/Makefile.am: + Also export PyInit_glib + * glib/__init__.py: + import glib._glib instead of just _glib + * glib/pyglib-python-compat.h: + * glib/pygoptioncontext.c (pyg_option_context_parse): + * glib/pygsource.c (source_repr), (pyg_source_attach), + (pyg_source_get_priority), (pyg_source_set_priority), + (pyg_source_get_id), (pyg_source_prepare), (pyg_poll_fd_repr): + * glib/pygspawn.c (pyg_pid_close), (pyg_pid_free), (pyg_pid_new), + (pyglib_spawn_async), (pyglib_spawn_register_types): + Go over the rest and replace missing symbols on python3. + the glib module successfully compiles and runs now. + +2008-07-26 Johan Dahlin <johan@gnome.org> + * glib/pygiochannel.c (py_io_channel_shutdown), (py_io_channel_set_buffer_size), (py_io_channel_get_buffer_size), (py_io_channel_set_buffered), (py_io_channel_get_buffered), |
