[f-spot] update gio#
- From: Stephane Delcroix <sdelcroix src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [f-spot] update gio#
- Date: Tue, 15 Sep 2009 12:50:13 +0000 (UTC)
commit b9cdcdc279911f652f17823e60021aa714b4dfe8
Author: Stephane Delcroix <stephane delcroix org>
Date: Tue Sep 15 14:33:06 2009 +0200
update gio#
lib/gio-sharp/gio/FileInfo.custom | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/lib/gio-sharp/gio/FileInfo.custom b/lib/gio-sharp/gio/FileInfo.custom
index a17bdba..f7cb852 100644
--- a/lib/gio-sharp/gio/FileInfo.custom
+++ b/lib/gio-sharp/gio/FileInfo.custom
@@ -20,7 +20,9 @@
static DateTime epoch = new DateTime (1970, 1, 1, 0, 0, 0, DateTimeKind.Utc);
public DateTime ModificationTime {
- get {
- return epoch.AddSeconds (GetAttributeULong ("time::modified"));
- }
+ get { return epoch.AddSeconds (GetAttributeULong ("time::modified")); }
+}
+
+public DateTime CreationTime {
+ get { return epoch.AddSeconds (GetAttributeULong ("time::created")); }
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]