From b569c69f5759188e674e4808a52b7d2dd633306e Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Tue, 29 Jul 2008 20:37:22 +0000 Subject: Add gio.FILE_ATTRIBUTE_* constants and update the examples to use them. 2008-07-29 Johan Dahlin * 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 --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 039cafd..ea40989 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-07-29 Johan Dahlin + + * 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 * examples/gio/downloader.py: -- cgit