From 3785c47e26f6ecc0d434d527d7ec9f9caa3ac03d Mon Sep 17 00:00:00 2001 From: Gian Mario Tagliaretti Date: Sun, 29 Mar 2009 16:34:55 +0000 Subject: Add gio.Volume in docs. 2009-03-29 Gian Mario Tagliaretti * 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 --- docs/reference/pygio-constants.xml | 42 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) (limited to 'docs/reference/pygio-constants.xml') 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 @@ + + @@ -388,6 +390,46 @@ + + + Gio Mount Mount Flags Constants + + + Flags used when mounting a mount. + + + + + gio.MOUNT_MOUNT_NONE + + No flags set. + + + + + + + Gio Mount Unmount Flags Constants + + + Flags used when unmounting a mount. + + + + + gio.MOUNT_UNMOUNT_NONE + + No flags set. + + + + gio.MOUNT_UNMOUNT_FORCE + + Unmount even if there are outstanding file operations on the mount. + + + + -- cgit