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

« back to all changes in this revision

Viewing changes to man/gFileOutputStreamQueryInfoAsync.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{gFileOutputStreamQueryInfoAsync}
 
2
\name{gFileOutputStreamQueryInfoAsync}
 
3
\title{gFileOutputStreamQueryInfoAsync}
 
4
\description{Asynchronously queries the \code{stream} for a \code{\link{GFileInfo}}. When completed,
 
5
\code{callback} will be called with a \code{\link{GAsyncResult}} which can be used to 
 
6
finish the operation with \code{\link{gFileOutputStreamQueryInfoFinish}}.}
 
7
\usage{gFileOutputStreamQueryInfoAsync(object, attributes, io.priority = 0, cancellable = NULL, callback, user.data = NULL)}
 
8
\arguments{
 
9
\item{\verb{object}}{a \code{\link{GFileOutputStream}}.}
 
10
\item{\verb{attributes}}{a file attribute query string.}
 
11
\item{\verb{io.priority}}{the I/O priority 
 
12
    of the request.}
 
13
\item{\verb{cancellable}}{optional \code{\link{GCancellable}} object, \code{NULL} to ignore. }
 
14
\item{\verb{callback}}{callback to call when the request is satisfied}
 
15
\item{\verb{user.data}}{the data to pass to callback function}
 
16
}
 
17
\details{For the synchronous version of this function, see 
 
18
\code{\link{gFileOutputStreamQueryInfo}}.}
 
19
\author{Derived by RGtkGen from GTK+ documentation}
 
20
\keyword{internal}