diff options
| author | Johan Dahlin <johan@gnome.org> | 2008-07-20 10:43:41 +0000 |
|---|---|---|
| committer | Johan Dahlin <johan@src.gnome.org> | 2008-07-20 10:43:41 +0000 |
| commit | 6628e24baebc6dd40f9e76d10391ea5c06d3398a (patch) | |
| tree | 68b587325b10d5616381c508609702027db8ba74 /ChangeLog | |
| parent | af2dfa166520a243ea05ff7d4bd5a1fa103d8e0b (diff) | |
| download | pygobject-6628e24baebc6dd40f9e76d10391ea5c06d3398a.tar.gz pygobject-6628e24baebc6dd40f9e76d10391ea5c06d3398a.tar.xz pygobject-6628e24baebc6dd40f9e76d10391ea5c06d3398a.zip | |
Add glib bindings, currently not installed or used. Add some internal API
2008-07-20 Johan Dahlin <johan@gnome.org>
* Makefile.am:
* configure.ac:
* glib/Makefile.am:
* glib/__init__.py:
* glib/glibmodule.c (pyg_destroy_notify), (get_handler_priority),
(pyg_handler_marshal), (pyg_idle_add), (pyg_timeout_add),
(pyg_timeout_add_seconds), (iowatch_marshal), (pyg_io_add_watch),
(pyg_source_remove), (pyg_main_context_default),
(child_watch_func), (child_watch_dnotify), (pyg_child_watch_add),
(pyg_markup_escape_text), (pyg_get_current_time), (pyg_main_depth),
(pyg_filename_display_name), (pyg_filename_display_basename),
(pyg_filename_from_utf8), (pyg_get_application_name),
(pyg_set_application_name), (pyg_get_prgname), (pyg_set_prgname),
(pyg_register_api), (pyg_register_error),
(pyg_register_version_tuples), (init_glib):
* glib/pyglib-private.h:
* glib/pyglib.c (pyglib_init), (pyglib_init_internal),
(pyglib_gil_state_ensure), (pyglib_gil_state_release),
(pyglib_enable_threads), (pyglib_gil_state_ensure_py23),
(pyglib_gil_state_release_py23), (pyglib_error_check):
* glib/pyglib.h:
* glib/pygspawn.c (pyg_pid_close), (pyg_pid_free),
(pyg_pid_tp_init), (pyg_pid_new), (_pyg_spawn_async_callback),
(pyglib_spawn_async), (pyg_spawn_register_types):
* glib/pygspawn.h:
Add glib bindings, currently not installed or used.
Add some internal API and move over a couple of functions
from the gobject module. Still very much a work in progress.
svn path=/trunk/; revision=839
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 31 |
1 files changed, 31 insertions, 0 deletions
@@ -1,3 +1,34 @@ +2008-07-20 Johan Dahlin <johan@gnome.org> + + * Makefile.am: + * configure.ac: + * glib/Makefile.am: + * glib/__init__.py: + * glib/glibmodule.c (pyg_destroy_notify), (get_handler_priority), + (pyg_handler_marshal), (pyg_idle_add), (pyg_timeout_add), + (pyg_timeout_add_seconds), (iowatch_marshal), (pyg_io_add_watch), + (pyg_source_remove), (pyg_main_context_default), + (child_watch_func), (child_watch_dnotify), (pyg_child_watch_add), + (pyg_markup_escape_text), (pyg_get_current_time), (pyg_main_depth), + (pyg_filename_display_name), (pyg_filename_display_basename), + (pyg_filename_from_utf8), (pyg_get_application_name), + (pyg_set_application_name), (pyg_get_prgname), (pyg_set_prgname), + (pyg_register_api), (pyg_register_error), + (pyg_register_version_tuples), (init_glib): + * glib/pyglib-private.h: + * glib/pyglib.c (pyglib_init), (pyglib_init_internal), + (pyglib_gil_state_ensure), (pyglib_gil_state_release), + (pyglib_enable_threads), (pyglib_gil_state_ensure_py23), + (pyglib_gil_state_release_py23), (pyglib_error_check): + * glib/pyglib.h: + * glib/pygspawn.c (pyg_pid_close), (pyg_pid_free), + (pyg_pid_tp_init), (pyg_pid_new), (_pyg_spawn_async_callback), + (pyglib_spawn_async), (pyg_spawn_register_types): + * glib/pygspawn.h: + Add glib bindings, currently not installed or used. + Add some internal API and move over a couple of functions + from the gobject module. Still very much a work in progress. + 2008-07-19 Johan Dahlin <johan@gnome.org> * gio/gio.override: |
