diff options
| author | Johan Dahlin <jdahlin@async.com.br> | 2008-04-11 15:37:29 +0000 |
|---|---|---|
| committer | Johan Dahlin <johan@src.gnome.org> | 2008-04-11 15:37:29 +0000 |
| commit | 74ffca1fdd1a30eff58cadf766d0f4f5a504e3db (patch) | |
| tree | 776d409f4e428fa64e29419c559d0893aad4f279 /ChangeLog | |
| parent | 5f743cddfc05aecf25b9713ae84259d2583b499e (diff) | |
| download | pygobject-74ffca1fdd1a30eff58cadf766d0f4f5a504e3db.tar.gz pygobject-74ffca1fdd1a30eff58cadf766d0f4f5a504e3db.tar.xz pygobject-74ffca1fdd1a30eff58cadf766d0f4f5a504e3db.zip | |
Move around the order of the callback argument to async methods, so it
2008-04-11 Johan Dahlin <jdahlin@async.com.br>
* gio/gfile.override:
* gio/ginputstream.override:
* gio/goutputstream.override:
* tests/test_gio.py:
Move around the order of the callback argument to async methods,
so it comes before priority and cancellable, which can have default
values.
svn path=/trunk/; revision=773
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2008-04-11 Johan Dahlin <jdahlin@async.com.br> + + * gio/gfile.override: + * gio/ginputstream.override: + * gio/goutputstream.override: + * tests/test_gio.py: + Move around the order of the callback argument to async methods, + so it comes before priority and cancellable, which can have default + values. + 2008-04-08 Johan Dahlin <jdahlin@async.com.br> * gio/Makefile.am: |
