| Import line: | Gio = imports.gi.Gio; | 
| GIR File: | Gio-2.0.gir | 
| C documentation: | GPasswordSave | 
| Enum : | PasswordSave | 
| Properties | |
|---|---|
| 
		guint32 Gio.PasswordSave.FOR_SESSION : 1
			 | |
| 
		guint32 Gio.PasswordSave.NEVER : 0
			 | |
| 
		guint32 Gio.PasswordSave.PERMANENTLY : 2
			 | |
| None | 
| None | 
| None | 
| Class / Namespace | Method / Signal / Properties | 
|---|---|
| Gio.MountOperation Property | 
				password_save : Gio.PasswordSave 
                   
                     
			 Determines if and how the password information should be saved. | 
| Gio.MountOperation Method | 
			get_password_save
				
				 () 
			
				
					 : 
					Gio.PasswordSave
					
				
			
		 Gets the state of saving passwords for the mount operation. | 
| Gio.MountOperation Method | 
			set_password_save
				
				 (PasswordSave save) 
			
				
					 : 
					none
					
				
			
		 Sets the state of saving passwords for the mount operation. |