File: gMountUnmountFinish.Rd

package info (click to toggle)
rgtk2 2.20.36-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 33,540 kB
  • sloc: ansic: 137,163; makefile: 2; sh: 1
file content (22 lines) | stat: -rw-r--r-- 1,025 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
\alias{gMountUnmountFinish}
\name{gMountUnmountFinish}
\title{gMountUnmountFinish}
\description{
Finishes unmounting a mount. If any errors occurred during the operation, 
\code{error} will be set to contain the errors and \code{FALSE} will be returned.
\strong{WARNING: \code{g_mount_unmount_finish} has been deprecated since version 2.22 and should not be used in newly-written code. Use \code{\link{gMountUnmountWithOperationFinish}} instead.}
}
\usage{gMountUnmountFinish(object, result, .errwarn = TRUE)}
\arguments{
\item{\verb{object}}{a \code{\link{GMount}}.}
\item{\verb{result}}{a \code{\link{GAsyncResult}}.}
\item{.errwarn}{Whether to issue a warning on error or fail silently}
}
\value{
A list containing the following elements:
\item{retval}{[logical] \code{TRUE} if the mount was successfully unmounted. \code{FALSE} otherwise.}
\item{\verb{error}}{a \code{\link{GError}} location to store the error occuring, or \code{NULL} to
ignore.}
}
\author{Derived by RGtkGen from GTK+ documentation}
\keyword{internal}