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

« back to all changes in this revision

Viewing changes to man/gMountEjectWithOperation.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{gMountEjectWithOperation}
 
2
\name{gMountEjectWithOperation}
 
3
\title{gMountEjectWithOperation}
 
4
\description{Ejects a mount. This is an asynchronous operation, and is
 
5
finished by calling \code{\link{gMountEjectWithOperationFinish}} with the \code{mount}
 
6
and \code{\link{GAsyncResult}} data returned in the \code{callback}.}
 
7
\usage{gMountEjectWithOperation(object, flags, mount.operation, cancellable = NULL, callback, user.data = NULL)}
 
8
\arguments{
 
9
\item{\verb{object}}{a \code{\link{GMount}}.}
 
10
\item{\verb{flags}}{flags affecting the unmount if required for eject}
 
11
\item{\verb{mount.operation}}{a \code{\link{GMountOperation}} or \code{NULL} to avoid user interaction.}
 
12
\item{\verb{cancellable}}{optional \code{\link{GCancellable}} object, \code{NULL} to ignore.}
 
13
\item{\verb{callback}}{a \code{\link{GAsyncReadyCallback}}, or \code{NULL}.}
 
14
\item{\verb{user.data}}{user data passed to \code{callback}.}
 
15
}
 
16
\details{Since 2.22}
 
17
\author{Derived by RGtkGen from GTK+ documentation}
 
18
\keyword{internal}