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

« back to all changes in this revision

Viewing changes to man/gDataInputStreamReadInt64.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{gDataInputStreamReadInt64}
 
2
\name{gDataInputStreamReadInt64}
 
3
\title{gDataInputStreamReadInt64}
 
4
\description{Reads a 64-bit/8-byte value from \code{stream}.}
 
5
\usage{gDataInputStreamReadInt64(object, cancellable = NULL, .errwarn = TRUE)}
 
6
\arguments{
 
7
\item{\verb{object}}{a given \code{\link{GDataInputStream}}.}
 
8
\item{\verb{cancellable}}{optional \code{\link{GCancellable}} object, \code{NULL} to ignore.}
 
9
\item{.errwarn}{Whether to issue a warning on error or fail silently}
 
10
}
 
11
\details{In order to get the correct byte order for this read operation, 
 
12
see \code{gDataStreamGetByteOrder()} and \code{gDataStreamSetByteOrder()}.
 
13
  
 
14
If \code{cancellable} is not \code{NULL}, then the operation can be cancelled by
 
15
triggering the cancellable object from another thread. If the operation
 
16
was cancelled, the error \code{G_IO_ERROR_CANCELLED} will be returned.}
 
17
\value{
 
18
A list containing the following elements:
 
19
\item{retval}{[numeric]  a signed 64-bit/8-byte value read from \code{stream} or \code{0} if 
 
20
an error occurred.  }
 
21
\item{\verb{error}}{\code{\link{GError}} for error reporting.}
 
22
}
 
23
\author{Derived by RGtkGen from GTK+ documentation}
 
24
\keyword{internal}