summaryrefslogtreecommitdiffstats
path: root/docs/reference/pygio-fileattributeinfo.xml
diff options
context:
space:
mode:
authorGian Mario Tagliaretti <gianmt@gnome.org>2009-03-24 21:34:13 +0000
committerGian Mario Tagliaretti <gianmt@src.gnome.org>2009-03-24 21:34:13 +0000
commitb32a56ae9ea7603f567381e9b2f660f49972f2a6 (patch)
treeb5a6a1e3c618c90917128979264675ed1660c9eb /docs/reference/pygio-fileattributeinfo.xml
parentbdd3f376eba2184e915d0cc2440b95fb12d86080 (diff)
downloadpygobject-b32a56ae9ea7603f567381e9b2f660f49972f2a6.tar.gz
pygobject-b32a56ae9ea7603f567381e9b2f660f49972f2a6.tar.xz
pygobject-b32a56ae9ea7603f567381e9b2f660f49972f2a6.zip
Add gio.AppInfo and gio.FileAttributeInfo in docs.
2009-03-24 Gian Mario Tagliaretti <gianmt@gnome.org> * 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
Diffstat (limited to 'docs/reference/pygio-fileattributeinfo.xml')
-rw-r--r--docs/reference/pygio-fileattributeinfo.xml73
1 files changed, 73 insertions, 0 deletions
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 @@
+<?xml version="1.0" standalone="no"?>
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
+ "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
+
+<refentry id="class-giofileattributeinfo">
+ <refnamediv>
+ <refname>gio.FileAttributeInfo</refname>
+ <refpurpose>Information about a specific attribute.</refpurpose>
+ </refnamediv>
+
+ <refsect1>
+ <title>Synopsis</title>
+
+ <classsynopsis language="python">
+ <ooclass><classname>gio.FileAttributeInfo</classname></ooclass>
+ <ooclass><classname>__builtin__.object</classname></ooclass>
+ </classsynopsis>
+
+ </refsect1>
+
+ <refsect1>
+ <title>Ancestry</title>
+
+<synopsis>+-- __builtin__.object
+ +-- <link linkend="class-giofileattributeinfo">gio.FileAttributeInfo</link>
+</synopsis>
+
+ </refsect1>
+
+ <refsect1>
+ <title>Description</title>
+
+ <para>
+ The <link linkend="class-giofileattributeinfo"><classname>gio.FileAttributeInfo</classname></link>
+ contains information about a specific attribute.
+ </para>
+ </refsect1>
+
+ <refsect1 id="attributes-giofileattributeinfo">
+ <title>gio.FileAttributeInfo Attributes</title>
+
+ <blockquote role="properties">
+ <informaltable pgwide="1" frame="none">
+ <tgroup cols="3">
+ <colspec column="1" colwidth="1in"/>
+ <colspec column="2" colwidth="1in"/>
+ <colspec column="3" colwidth="4in"/>
+ <tbody>
+ <row valign="top">
+ <entry>"name"</entry>
+ <entry>Read</entry>
+ <entry>The name of the attribute.</entry>
+ </row>
+ <row valign="top">
+ <entry>"type"</entry>
+ <entry>Read</entry>
+ <entry>the
+ <xref linkend="gio-file-attribute-type-constants" endterm="gio-file-attribute-type-constants-title"></xref>
+ type of the attribute.</entry>
+ </row>
+ <row valign="top">
+ <entry>"flags"</entry>
+ <entry>Read</entry>
+ <entry>a set of
+ <xref linkend="gio-file-attribute-flags-constants" endterm="gio-file-attribute-flags-constants-title"></xref>.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </blockquote>
+ </refsect1>
+</refentry>