diff options
| author | Gian Mario Tagliaretti <gianmt@gnome.org> | 2009-03-29 16:34:55 +0000 |
|---|---|---|
| committer | Gian Mario Tagliaretti <gianmt@src.gnome.org> | 2009-03-29 16:34:55 +0000 |
| commit | 3785c47e26f6ecc0d434d527d7ec9f9caa3ac03d (patch) | |
| tree | 8a0e90fd54baf4b851afba317f588e13547447d9 /docs/reference/pygio-constants.xml | |
| parent | 3869f3ca63ee3bcb2e3b643b2d7f2e9ff86a2d09 (diff) | |
| download | pygobject-3785c47e26f6ecc0d434d527d7ec9f9caa3ac03d.tar.gz pygobject-3785c47e26f6ecc0d434d527d7ec9f9caa3ac03d.tar.xz pygobject-3785c47e26f6ecc0d434d527d7ec9f9caa3ac03d.zip | |
Add gio.Volume in docs.
2009-03-29 Gian Mario Tagliaretti <gianmt@gnome.org>
* docs/Makefile.am:
* docs/reference/pygio-classes.xml:
* docs/reference/pygio-constants.xml:
* docs/reference/pygio-volume.xml: Add gio.Volume in docs.
svn path=/trunk/; revision=1041
Diffstat (limited to 'docs/reference/pygio-constants.xml')
| -rw-r--r-- | docs/reference/pygio-constants.xml | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/docs/reference/pygio-constants.xml b/docs/reference/pygio-constants.xml index d167de8..b2bcbf2 100644 --- a/docs/reference/pygio-constants.xml +++ b/docs/reference/pygio-constants.xml @@ -17,6 +17,8 @@ <xref linkend="gio-error-constants" endterm="gio-error-constants-title"></xref> <xref linkend="gio-file-attribute-type-constants" endterm="gio-file-attribute-type-constants-title"></xref> <xref linkend="gio-file-attribute-flags-constants" endterm="gio-file-attribute-flags-constants-title"></xref> +<xref linkend="gio-mount-mount-flags-constants" endterm="gio-mount-mount-flags-constants-title"></xref> +<xref linkend="gio-mount-unmount-flags-constants" endterm="gio-mount-unmount-flags-constants-title"></xref> </programlisting> </refsect1> @@ -388,6 +390,46 @@ </varlistentry> </variablelist> </refsect2> + + <refsect2 id="gio-mount-mount-flags-constants"> + <title id="gio-mount-mount-flags-constants-title">Gio Mount Mount Flags Constants</title> + + <para> + Flags used when mounting a mount. + </para> + + <variablelist> + <varlistentry> + <term><literal>gio.MOUNT_MOUNT_NONE</literal></term> + <listitem> + <simpara>No flags set.</simpara> + </listitem> + </varlistentry> + </variablelist> + </refsect2> + + <refsect2 id="gio-mount-unmount-flags-constants"> + <title id="gio-mount-unmount-flags-constants-title">Gio Mount Unmount Flags Constants</title> + + <para> + Flags used when unmounting a mount. + </para> + + <variablelist> + <varlistentry> + <term><literal>gio.MOUNT_UNMOUNT_NONE</literal></term> + <listitem> + <simpara>No flags set.</simpara> + </listitem> + </varlistentry> + <varlistentry> + <term><literal>gio.MOUNT_UNMOUNT_FORCE</literal></term> + <listitem> + <simpara>Unmount even if there are outstanding file operations on the mount.</simpara> + </listitem> + </varlistentry> + </variablelist> + </refsect2> </refsect1> </refentry> |
