summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2008-07-29 20:37:22 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-07-29 20:37:22 +0000
commitb569c69f5759188e674e4808a52b7d2dd633306e (patch)
treecfe70d19e970dc39d6cdcf3015d228b79ca6685c /ChangeLog
parent3f3d2975a8c534b8da79c4f25564a5ffffed8c67 (diff)
downloadpygobject-b569c69f5759188e674e4808a52b7d2dd633306e.tar.gz
pygobject-b569c69f5759188e674e4808a52b7d2dd633306e.tar.xz
pygobject-b569c69f5759188e674e4808a52b7d2dd633306e.zip
Add gio.FILE_ATTRIBUTE_* constants and update the examples to use them.
2008-07-29 Johan Dahlin <johan@gnome.org> * examples/gio/downloader.py: * gio/giomodule.c (init_gio): Add gio.FILE_ATTRIBUTE_* constants and update the examples to use them. svn path=/trunk/; revision=897
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 039cafd..ea40989 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,12 @@
2008-07-29 Johan Dahlin <johan@gnome.org>
* examples/gio/downloader.py:
+ * gio/giomodule.c (init_gio):
+ Add gio.FILE_ATTRIBUTE_* constants and update the examples to use them.
+
+2008-07-29 Johan Dahlin <johan@gnome.org>
+
+ * examples/gio/downloader.py:
Add a new example
* gio/ginputstream.override: