Mount.unmount
void unmount(gio.types.MountUnmountFlags flags, gio.cancellable.Cancellable cancellable = null, gio.types.AsyncReadyCallback callback = null)Unmounts a mount. This is an asynchronous operation, and is finished by calling [gio.mount.Mount.unmountFinish] with the mount and #GAsyncResult data returned in the callback.
Parameters
flags | flags affecting the operation |
cancellable | optional #GCancellable object, null to ignore. |
callback | a #GAsyncReadyCallback, or null. |
Deprecated
Use [gio.mount.Mount.unmountWithOperation] instead.