| Import line: | Gio = imports.gi.Gio; | 
| GIR File: | Gio-2.0.gir | 
| C documentation: | GMountUnmountFlags | 
| Enum : | MountUnmountFlags | 
| Properties | |
|---|---|
| 
		guint32 Gio.MountUnmountFlags.FORCE : 1
			 | |
| 
		guint32 Gio.MountUnmountFlags.NONE : 0
			 | |
| None | 
| None | 
| None | 
| Class / Namespace | Method / Signal / Properties | 
|---|---|
| Gio.Drive Method | Asynchronously ejects a drive. | 
| Gio.Drive Method | 
			eject_with_operation
				
				 (MountUnmountFlags flags, MountOperation mount_operation, Cancellable cancellable, Function callback, void* user_data) 
			
				
					 : 
					none
					
				
			
		 Ejects a drive. | 
| Gio.Drive Method | 
			stop
				
				 (MountUnmountFlags flags, MountOperation mount_operation, Cancellable cancellable, Function callback, void* user_data) 
			
				
					 : 
					none
					
				
			
		 Asynchronously stops a drive. | 
| Gio.File Method | 
			eject_mountable
				
				 (MountUnmountFlags flags, Cancellable cancellable, Function callback, void* user_data) 
			
				
					 : 
					none
					
				
			
		 Starts an asynchronous eject on a mountable. | 
| Gio.File Method | 
			eject_mountable_with_operation
				
				 (MountUnmountFlags flags, MountOperation mount_operation, Cancellable cancellable, Function callback, void* user_data) 
			
				
					 : 
					none
					
				
			
		 Starts an asynchronous eject on a mountable. | 
| Gio.File Method | 
			stop_mountable
				
				 (MountUnmountFlags flags, MountOperation mount_operation, Cancellable cancellable, Function callback, void* user_data) 
			
				
					 : 
					none
					
				
			
		 Stops a file of type G_FILE_TYPE_MOUNTABLE. | 
| Gio.File Method | 
			unmount_mountable
				
				 (MountUnmountFlags flags, Cancellable cancellable, Function callback, void* user_data) 
			
				
					 : 
					none
					
				
			
		 Unmounts a file of type G_FILE_TYPE_MOUNTABLE. | 
| Gio.File Method | 
			unmount_mountable_with_operation
				
				 (MountUnmountFlags flags, MountOperation mount_operation, Cancellable cancellable, Function callback, void* user_data) 
			
				
					 : 
					none
					
				
			
		 Unmounts a file of type G_FILE_TYPE_MOUNTABLE. | 
| Gio.Mount Method | Ejects a mount. | 
| Gio.Mount Method | 
			eject_with_operation
				
				 (MountUnmountFlags flags, MountOperation mount_operation, Cancellable cancellable, Function callback, void* user_data) 
			
				
					 : 
					none
					
				
			
		 Ejects a mount. | 
| Gio.Mount Method | 
			unmount
				
				 (MountUnmountFlags flags, Cancellable cancellable, Function callback, void* user_data) 
			
				
					 : 
					none
					
				
			
		 Unmounts a mount. | 
| Gio.Mount Method | 
			unmount_with_operation
				
				 (MountUnmountFlags flags, MountOperation mount_operation, Cancellable cancellable, Function callback, void* user_data) 
			
				
					 : 
					none
					
				
			
		 Unmounts a mount. | 
| Gio.Volume Method | Ejects a volume. | 
| Gio.Volume Method | 
			eject_with_operation
				
				 (MountUnmountFlags flags, MountOperation mount_operation, Cancellable cancellable, Function callback, void* user_data) 
			
				
					 : 
					none
					
				
			
		 Ejects a volume. |