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

« back to all changes in this revision

Viewing changes to man/GFilterInputStream.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{GFilterInputStream}
 
2
\name{GFilterInputStream}
 
3
\title{GFilterInputStream}
 
4
\description{Filter Input Stream}
 
5
\section{Methods and Functions}{
 
6
\code{\link{gFilterInputStreamGetBaseStream}(object)}\cr
 
7
\code{\link{gFilterInputStreamGetCloseBaseStream}(object)}\cr
 
8
\code{\link{gFilterInputStreamSetCloseBaseStream}(object, close.base)}\cr
 
9
 
 
10
}
 
11
\section{Hierarchy}{\preformatted{GObject
 
12
   +----GInputStream
 
13
         +----GFilterInputStream
 
14
               +----GBufferedInputStream}}
 
15
\section{Structures}{\describe{\item{\verb{GFilterInputStream}}{
 
16
A base class for all input streams that work on an underlying stream.
 
17
 
 
18
}}}
 
19
\section{Properties}{\describe{
 
20
\item{\verb{base-stream} [\code{\link{GInputStream}} : *         : Read / Write / Construct Only]}{
 
21
 
 
22
The underlying base stream on which the io ops will be done.
 
23
 
 
24
}
 
25
\item{\verb{close-base-stream} [logical : Read / Write / Construct Only]}{
 
26
 
 
27
If the base stream should be closed when the filter stream is closed.  Default value: TRUE
 
28
 
 
29
}
 
30
}}
 
31
\references{\url{http://library.gnome.org/devel//gio/GFilterInputStream.html}}
 
32
\author{Derived by RGtkGen from GTK+ documentation}
 
33
\keyword{internal}