From b32a56ae9ea7603f567381e9b2f660f49972f2a6 Mon Sep 17 00:00:00 2001 From: Gian Mario Tagliaretti Date: Tue, 24 Mar 2009 21:34:13 +0000 Subject: Add gio.AppInfo and gio.FileAttributeInfo in docs. 2009-03-24 Gian Mario Tagliaretti * docs/Makefile.am: * docs/reference/pygio-classes.xml: * docs/reference/pygio-appinfo.xml: * docs/reference/pygio-constants.xml: * docs/reference/pygio-fileattributeinfo.xml: Add gio.AppInfo and gio.FileAttributeInfo in docs. svn path=/trunk/; revision=1031 --- docs/reference/pygio-fileattributeinfo.xml | 73 ++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 docs/reference/pygio-fileattributeinfo.xml (limited to 'docs/reference/pygio-fileattributeinfo.xml') diff --git a/docs/reference/pygio-fileattributeinfo.xml b/docs/reference/pygio-fileattributeinfo.xml new file mode 100644 index 0000000..4b72c27 --- /dev/null +++ b/docs/reference/pygio-fileattributeinfo.xml @@ -0,0 +1,73 @@ + + + + + + gio.FileAttributeInfo + Information about a specific attribute. + + + + Synopsis + + + gio.FileAttributeInfo + __builtin__.object + + + + + + Ancestry + ++-- __builtin__.object + +-- gio.FileAttributeInfo + + + + + + Description + + + The gio.FileAttributeInfo + contains information about a specific attribute. + + + + + gio.FileAttributeInfo Attributes + +
+ + + + + + + + "name" + Read + The name of the attribute. + + + "type" + Read + the + + type of the attribute. + + + "flags" + Read + a set of + . + + + + + +
+
+
-- cgit