diff options
| author | Jonathan Matthew <jonathan@d14n.org> | 2008-08-07 09:45:50 +0000 |
|---|---|---|
| committer | Jonathan Matthew <jmatthew@src.gnome.org> | 2008-08-07 09:45:50 +0000 |
| commit | 41ba53ca195b8c05ca5b4f01bf417d992adc6e1f (patch) | |
| tree | 37e33ea2f4df103525e351e763918c7d7afe7979 /ChangeLog | |
| parent | f7a82eba4709a1671a75b01557e60ac189ced5a1 (diff) | |
| download | pygobject-41ba53ca195b8c05ca5b4f01bf417d992adc6e1f.tar.gz pygobject-41ba53ca195b8c05ca5b4f01bf417d992adc6e1f.tar.xz pygobject-41ba53ca195b8c05ca5b4f01bf417d992adc6e1f.zip | |
Bug 546734 – Missing Py_INCREFs for some file async methods
2008-08-07 Jonathan Matthew <jonathan@d14n.org>
Bug 546734 – Missing Py_INCREFs for some file async methods
* gio/gfile.override:
Increment refcounts on callbacks and callback data for
append_to_async, create_async, replace_async, query_info_async and
load_contents_async as for all other async methods.
svn path=/trunk/; revision=929
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2008-08-07 Jonathan Matthew <jonathan@d14n.org> + + Bug 546734 – Missing Py_INCREFs for some file async methods + + * gio/gfile.override: + Increment refcounts on callbacks and callback data for + append_to_async, create_async, replace_async, query_info_async and + load_contents_async as for all other async methods. + 2008-08-06 Johan Dahlin <johan@gnome.org> * gio/gfile.override: |
