summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGian Mario Tagliaretti <gianmt@src.gnome.org>2008-08-01 17:31:17 +0000
committerGian Mario Tagliaretti <gianmt@src.gnome.org>2008-08-01 17:31:17 +0000
commit25a97f8de49ef5b4dcddbc4067bd5c994679e50d (patch)
treea6d366123e83c2b7bd647bf07d076556350055e9
parent85612d1460845935e4c6747f8dc666d4f499dee1 (diff)
downloadpygobject-25a97f8de49ef5b4dcddbc4067bd5c994679e50d.tar.gz
pygobject-25a97f8de49ef5b4dcddbc4067bd5c994679e50d.tar.xz
pygobject-25a97f8de49ef5b4dcddbc4067bd5c994679e50d.zip
Add docstring for gio.FileInfo.list_attributes
svn path=/trunk/; revision=906
-rw-r--r--ChangeLog5
-rw-r--r--gio/gio.defs4
2 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3b265e7..34c61de 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-08-01 Gian Mario Tagliaretti <gianmt@gnome.org>
+
+ * gio/gio.defs:
+ Add docstring for gio.FileInfo.list_attributes
+
2008-08-01 Johan Dahlin <johan@gnome.org>
Bug 545861 – g_file_info_get_modification_time is missing
diff --git a/gio/gio.defs b/gio/gio.defs
index 612e5c5..04c3a92 100644
--- a/gio/gio.defs
+++ b/gio/gio.defs
@@ -2277,6 +2277,10 @@
)
(define-method list_attributes
+ (docstring
+ "INFO.list_attributes(name_space) -> Attribute list\n\n"
+ "Lists the file info structure's attributes."
+ )
(of-object "GFileInfo")
(c-name "g_file_info_list_attributes")
(return-type "char**")