summaryrefslogtreecommitdiffstats
path: root/gio
diff options
context:
space:
mode:
Diffstat (limited to 'gio')
-rw-r--r--gio/gio.defs4
1 files changed, 4 insertions, 0 deletions
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**")