diff options
| author | Paul Pogonyshev <pogonyshev@gmx.net> | 2008-08-05 20:39:27 +0000 |
|---|---|---|
| committer | Paul Pogonyshev <paulp@src.gnome.org> | 2008-08-05 20:39:27 +0000 |
| commit | 37c4363aa20be4bba0f2fa84e70a083a327370d0 (patch) | |
| tree | cee55d703c428db46ef7dc369181110b787a9c26 /ChangeLog | |
| parent | 9d36ba462c82a52ef41a9e1a3d3e849d8430a129 (diff) | |
| download | pygobject-37c4363aa20be4bba0f2fa84e70a083a327370d0.tar.gz pygobject-37c4363aa20be4bba0f2fa84e70a083a327370d0.tar.xz pygobject-37c4363aa20be4bba0f2fa84e70a083a327370d0.zip | |
Bug 546135 – GIcon and implementations improvements
2008-08-05 Paul Pogonyshev <pogonyshev@gmx.net>
Bug 546135 – GIcon and implementations improvements
* gio/gio-types.defs (FileIcon): New 'define-object'.
* gio/gio.override (pygio_do_icon_richcompare)
(_wrap_g_icon_tp_richcompare, _wrap_g_icon_tp_hash)
(_wrap_g_file_icon_tp_richcompare, _wrap_g_file_icon_tp_hash)
(_wrap_g_file_icon_tp_repr, _wrap_g_themed_icon_tp_richcompare)
(_wrap_g_themed_icon_tp_hash, _wrap_g_themed_icon_tp_repr): New
functions.
svn path=/trunk/; revision=924
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2008-08-05 Paul Pogonyshev <pogonyshev@gmx.net> + + Bug 546135 – GIcon and implementations improvements + + * gio/gio-types.defs (FileIcon): New 'define-object'. + + * gio/gio.override (pygio_do_icon_richcompare) + (_wrap_g_icon_tp_richcompare, _wrap_g_icon_tp_hash) + (_wrap_g_file_icon_tp_richcompare, _wrap_g_file_icon_tp_hash) + (_wrap_g_file_icon_tp_repr, _wrap_g_themed_icon_tp_richcompare) + (_wrap_g_themed_icon_tp_hash, _wrap_g_themed_icon_tp_repr): New + functions. + 2008-08-03 Gian Mario Tagliaretti <gianmt@gnome.org> Bug 546046 – Wrap GFile.replace_async and query_info_async |
