From 74ffca1fdd1a30eff58cadf766d0f4f5a504e3db Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Fri, 11 Apr 2008 15:37:29 +0000 Subject: Move around the order of the callback argument to async methods, so it 2008-04-11 Johan Dahlin * 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 --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a9063f0..6a202f2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2008-04-11 Johan Dahlin + + * 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 * gio/Makefile.am: -- cgit