From 25a97f8de49ef5b4dcddbc4067bd5c994679e50d Mon Sep 17 00:00:00 2001 From: Gian Mario Tagliaretti Date: Fri, 1 Aug 2008 17:31:17 +0000 Subject: Add docstring for gio.FileInfo.list_attributes svn path=/trunk/; revision=906 --- gio/gio.defs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gio') 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**") -- cgit