summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Pogonyshev <pogonyshev@gmx.net>2008-08-05 20:39:27 +0000
committerPaul Pogonyshev <paulp@src.gnome.org>2008-08-05 20:39:27 +0000
commit37c4363aa20be4bba0f2fa84e70a083a327370d0 (patch)
treecee55d703c428db46ef7dc369181110b787a9c26 /ChangeLog
parent9d36ba462c82a52ef41a9e1a3d3e849d8430a129 (diff)
downloadpygobject-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--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6909e12..309cfab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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