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

« back to all changes in this revision

Viewing changes to man/gdkPixbufLoaderWrite.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:
9
9
or \verb{G_FILE_ERROR} domains.}
10
10
\usage{gdkPixbufLoaderWrite(object, buf, .errwarn = TRUE)}
11
11
\arguments{
12
 
\item{\verb{object}}{[\verb{\link{GdkPixbufLoader}}]  A pixbuf loader.}
13
 
\item{\verb{buf}}{[raw]  Pointer to image data.}
 
12
\item{\verb{object}}{A pixbuf loader.}
 
13
\item{\verb{buf}}{Pointer to image data.}
14
14
\item{.errwarn}{Whether to issue a warning on error or fail silently}
15
15
}
16
16
\value{
17
17
A list containing the following elements:
18
18
\item{retval}{[logical] \code{TRUE} if the write was successful, or \code{FALSE} if the loader
19
19
cannot parse the buffer.}
20
 
\item{\verb{error}}{[\verb{\link{GError}}]  return location for errors}
 
20
\item{\verb{error}}{return location for errors}
21
21
}
22
22
\author{Derived by RGtkGen from GTK+ documentation}
23
23
\keyword{internal}