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

« back to all changes in this revision

Viewing changes to man/gFilePollMountableFinish.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{gFilePollMountableFinish}
 
2
\name{gFilePollMountableFinish}
 
3
\title{gFilePollMountableFinish}
 
4
\description{Finishes a poll operation. See \code{\link{gFilePollMountable}} for details.}
 
5
\usage{gFilePollMountableFinish(object, result, .errwarn = TRUE)}
 
6
\arguments{
 
7
\item{\verb{object}}{input \code{\link{GFile}}.}
 
8
\item{\verb{result}}{a \code{\link{GAsyncResult}}.}
 
9
\item{.errwarn}{Whether to issue a warning on error or fail silently}
 
10
}
 
11
\details{Finish an asynchronous poll operation that was polled
 
12
with \code{\link{gFilePollMountable}}.
 
13
  Since 2.22}
 
14
\value{
 
15
A list containing the following elements:
 
16
\item{retval}{[logical] \code{TRUE} if the operation finished successfully. \code{FALSE}
 
17
otherwise.}
 
18
\item{\verb{error}}{a \code{\link{GError}}, or \code{NULL}}
 
19
}
 
20
\author{Derived by RGtkGen from GTK+ documentation}
 
21
\keyword{internal}