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

« back to all changes in this revision

Viewing changes to man/gFileReplaceReadwriteAsync.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{gFileReplaceReadwriteAsync}
 
2
\name{gFileReplaceReadwriteAsync}
 
3
\title{gFileReplaceReadwriteAsync}
 
4
\description{Asynchronously overwrites the file in read-write mode, replacing the
 
5
contents, possibly creating a backup copy of the file first.}
 
6
\usage{gFileReplaceReadwriteAsync(object, etag, make.backup, flags, io.priority, cancellable = NULL, callback, user.data = NULL)}
 
7
\arguments{
 
8
\item{\verb{object}}{input \code{\link{GFile}}.}
 
9
\item{\verb{etag}}{an entity tag for the
 
10
    current \code{\link{GFile}}, or NULL to ignore.}
 
11
\item{\verb{make.backup}}{\code{TRUE} if a backup should be created.}
 
12
\item{\verb{flags}}{a set of \code{\link{GFileCreateFlags}}.}
 
13
\item{\verb{io.priority}}{the I/O priority
 
14
    of the request.}
 
15
\item{\verb{cancellable}}{optional \code{\link{GCancellable}} object, \code{NULL} to ignore.}
 
16
\item{\verb{callback}}{a \code{\link{GAsyncReadyCallback}} to call when the request is satisfied}
 
17
\item{\verb{user.data}}{the data to pass to callback function}
 
18
}
 
19
\details{For more details, see \code{\link{gFileReplaceReadwrite}} which is
 
20
the synchronous version of this call.
 
21
  
 
22
When the operation is finished, \code{callback} will be called. You can then
 
23
call \code{\link{gFileReplaceReadwriteFinish}} to get the result of the operation.
 
24
  Since 2.22}
 
25
\author{Derived by RGtkGen from GTK+ documentation}
 
26
\keyword{internal}