diff options
| author | Johan Dahlin <johan@gnome.org> | 2008-07-14 18:27:57 +0000 |
|---|---|---|
| committer | Johan Dahlin <johan@src.gnome.org> | 2008-07-14 18:27:57 +0000 |
| commit | d63d49377bbb4951f81e00c7d833031f5642bb78 (patch) | |
| tree | 110a8ebd08d06fab8f174379929a70c2397d9104 /ChangeLog | |
| parent | eeac05d5cbd42308c33e777aecbf00595256519d (diff) | |
| download | pygobject-d63d49377bbb4951f81e00c7d833031f5642bb78.tar.gz pygobject-d63d49377bbb4951f81e00c7d833031f5642bb78.tar.xz pygobject-d63d49377bbb4951f81e00c7d833031f5642bb78.zip | |
Refactor cancellable check to a utility function, avoids
2008-07-14 Johan Dahlin <johan@gnome.org>
* gio/Makefile.am:
* gio/gfile.override:
* gio/ginputstream.override:
* gio/gio.override:
* gio/goutputstream.override:
* gio/pygio-utils.c (pygio_check_cancellable):
* gio/pygio-utils.h:
Refactor cancellable check to a utility function, avoids
svn path=/trunk/; revision=797
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2008-07-14 Johan Dahlin <johan@gnome.org> + + * gio/Makefile.am: + * gio/gfile.override: + * gio/ginputstream.override: + * gio/gio.override: + * gio/goutputstream.override: + * gio/pygio-utils.c (pygio_check_cancellable): + * gio/pygio-utils.h: + Refactor cancellable check to a utility function, avoids + plenty of code duplication. + 2008-07-14 Paul Pogonyshev <pogonyshev@gmx.net> * codegen/definitions.py (ReturnType): New class. |
