~ubuntu-branches/ubuntu/trusty/rgtk2/trusty

« back to all changes in this revision

Viewing changes to man/gFileUnmountMountableFinish.Rd

  • Committer: Bazaar Package Importer
  • Author(s): Dirk Eddelbuettel
  • Date: 2010-11-03 11:35:46 UTC
  • mfrom: (1.3.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20101103113546-a7fi7jdxdebp0tw1
Tags: 2.20.1-1
* New upstream release

* debian/control: Set (Build-)Depends: to current R version
* debian/control: Set Standards-Version: to current version 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
\alias{gFileUnmountMountableFinish}
 
2
\name{gFileUnmountMountableFinish}
 
3
\title{gFileUnmountMountableFinish}
 
4
\description{
 
5
Finishes an unmount operation, see \code{\link{gFileUnmountMountable}} for details.
 
6
\strong{WARNING: \code{g_file_unmount_mountable_finish} has been deprecated since version 2.22 and should not be used in newly-written code. Use \code{\link{gFileUnmountMountableWithOperationFinish}} instead.}
 
7
}
 
8
\usage{gFileUnmountMountableFinish(object, result, .errwarn = TRUE)}
 
9
\arguments{
 
10
\item{\verb{object}}{input \code{\link{GFile}}.}
 
11
\item{\verb{result}}{a \code{\link{GAsyncResult}}.}
 
12
\item{.errwarn}{Whether to issue a warning on error or fail silently}
 
13
}
 
14
\details{Finish an asynchronous unmount operation that was started 
 
15
with \code{\link{gFileUnmountMountable}}.}
 
16
\value{
 
17
A list containing the following elements:
 
18
\item{retval}{[logical] \code{TRUE} if the operation finished successfully. \code{FALSE}
 
19
otherwise.}
 
20
\item{\verb{error}}{a \code{\link{GError}}, or \code{NULL}}
 
21
}
 
22
\author{Derived by RGtkGen from GTK+ documentation}
 
23
\keyword{internal}