diff options
| author | Johan Dahlin <johan@gnome.org> | 2008-08-06 08:28:12 +0000 |
|---|---|---|
| committer | Johan Dahlin <johan@src.gnome.org> | 2008-08-06 08:28:12 +0000 |
| commit | 6bed68913d23d49ea7a774a9e7daebd2e3624b96 (patch) | |
| tree | 358a5446bcc7de59f0b03209ae360861bef1545d /ChangeLog | |
| parent | 6f9ecc1cd9cc1498ffac79e1271b831a9be6b364 (diff) | |
| download | pygobject-6bed68913d23d49ea7a774a9e7daebd2e3624b96.tar.gz pygobject-6bed68913d23d49ea7a774a9e7daebd2e3624b96.tar.xz pygobject-6bed68913d23d49ea7a774a9e7daebd2e3624b96.zip | |
Add a pygobject_enable_threads wrapper around pyglib_threads_enable and
2008-08-06 Johan Dahlin <johan@gnome.org>
* glib/pyglib.c (pyglib_enable_threads):
* gobject/gobjectmodule.c (pyg_threads_init),
(pygobject_enable_threads):
Add a pygobject_enable_threads wrapper around pyglib_threads_enable
and return 0/-1 which existing gobject based applications expect.
svn path=/trunk/; revision=927
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2008-08-06 Johan Dahlin <johan@gnome.org> + * glib/pyglib.c (pyglib_enable_threads): + * gobject/gobjectmodule.c (pyg_threads_init), + (pygobject_enable_threads): + Add a pygobject_enable_threads wrapper around pyglib_threads_enable + and return 0/-1 which existing gobject based applications expect. + +2008-08-06 Johan Dahlin <johan@gnome.org> + * glib/pyglib.c (pyglib_init): return in case of error instead of trying to access the internal types. |
