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

« back to all changes in this revision

Viewing changes to man/gSimpleAsyncResultSetError.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{gSimpleAsyncResultSetError}
 
2
\name{gSimpleAsyncResultSetError}
 
3
\title{gSimpleAsyncResultSetError}
 
4
\description{Sets an error within the asynchronous result without a \code{\link{GError}}.}
 
5
\usage{gSimpleAsyncResultSetError(object, domain, code, format, ...)}
 
6
\arguments{
 
7
\item{\verb{object}}{a \code{\link{GSimpleAsyncResult}}.}
 
8
\item{\verb{domain}}{a \verb{numeric} (usually \verb{G_IO_ERROR}).}
 
9
\item{\verb{code}}{an error code.}
 
10
\item{\verb{format}}{a formatted error reporting string.}
 
11
\item{\verb{...}}{a list of variables to fill in \code{format}.}
 
12
}
 
13
\author{Derived by RGtkGen from GTK+ documentation}
 
14
\keyword{internal}