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

« back to all changes in this revision

Viewing changes to man/gFileIOStreamGetEtag.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{gFileIOStreamGetEtag}
 
2
\name{gFileIOStreamGetEtag}
 
3
\title{gFileIOStreamGetEtag}
 
4
\description{Gets the entity tag for the file when it has been written.
 
5
This must be called after the stream has been written
 
6
and closed, as the etag can change while writing.}
 
7
\usage{gFileIOStreamGetEtag(object)}
 
8
\arguments{\item{\verb{object}}{a \code{\link{GFileIOStream}}.}}
 
9
\details{Since 2.22}
 
10
\value{[char]  the entity tag for the stream.}
 
11
\author{Derived by RGtkGen from GTK+ documentation}
 
12
\keyword{internal}