From d8b70dec1e5c09b73ae277f4f5b246315841fb8e Mon Sep 17 00:00:00 2001 From: Gian Mario Tagliaretti Date: Fri, 1 May 2009 22:24:33 +0200 Subject: Add docs for the gio.MountOperation class --- docs/reference/pygio-constants.xml | 107 +++++++++++++++++++++++++++++++++++++ 1 file changed, 107 insertions(+) (limited to 'docs/reference/pygio-constants.xml') diff --git a/docs/reference/pygio-constants.xml b/docs/reference/pygio-constants.xml index 7bb0f92..f716e25 100644 --- a/docs/reference/pygio-constants.xml +++ b/docs/reference/pygio-constants.xml @@ -13,6 +13,7 @@ + @@ -24,7 +25,9 @@ + + @@ -32,6 +35,48 @@ Description + + Gio Ask Password Flags Constants + + + Flags that are used to request specific information from the user, or to + notify the user of their choices in an authentication situation. + + + + + gio.ASK_PASSWORD_ANONYMOUS_SUPPORTED + + operation supports anonymous users. + + + + gio.ASK_PASSWORD_NEED_DOMAIN + + operation requires a domain. + + + + gio.ASK_PASSWORD_NEED_PASSWORD + + operation requires a password. + + + + gio.ASK_PASSWORD_NEED_USERNAME + + operation requires a username. + + + + gio.ASK_PASSWORD_SAVING_SUPPORTED + + operation supports saving settings. + + + + + Gio AppInfo Create Flags Constants @@ -1362,6 +1407,68 @@ + + + Gio Mount Operation Result Constants + + + returned as a result when a request for information is send by the mounting operation. + + + + + gio.MOUNT_OPERATION_HANDLED + + The request was fulfilled and the user specified data is now available. + + + + gio.MOUNT_OPERATION_ABORTED + + The user requested the mount operation to be aborted. + + + + gio.MOUNT_OPERATION_UNHANDLED + + The request was unhandled (i.e. not implemented). + + + + + + + Gio Password Save Constants + + + is used to indicate the lifespan of a saved password. + + + Gvfs stores passwords in the Gnome keyring when this flag allows it to, + and later retrieves it again from there. + + + + + gio.PASSWORD_SAVE_FOR_SESSION + + save a password for the session. + + + + gio.PASSWORD_SAVE_NEVER + + never save a password. + + + + gio.PASSWORD_SAVE_PERMANENTLY + + save a password permanently. + + + + -- cgit