~ubuntu-branches/ubuntu/vivid/glib2.0/vivid-proposed

« back to all changes in this revision

Viewing changes to docs/reference/gio/html/GFilterInputStream.html

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson
  • Date: 2014-03-24 20:58:34 UTC
  • mfrom: (1.66.13)
  • Revision ID: package-import@ubuntu.com-20140324205834-8hsgok8k36ftocqa
Tags: 2.40.0-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
</tr>
52
52
<tr>
53
53
<td class="function_type">
54
 
<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
 
54
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
55
55
</td>
56
56
<td class="function_name">
57
57
<a class="link" href="GFilterInputStream.html#g-filter-input-stream-get-close-base-stream" title="g_filter_input_stream_get_close_base_stream ()">g_filter_input_stream_get_close_base_stream</a> <span class="c_punctuation">()</span>
84
84
<td class="property_flags">Read / Write / Construct Only</td>
85
85
</tr>
86
86
<tr>
87
 
<td class="property_type"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
 
87
<td class="property_type"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
88
88
<td class="property_name"><a class="link" href="GFilterInputStream.html#GFilterInputStream--close-base-stream" title="The “close-base-stream” property">close-base-stream</a></td>
89
89
<td class="property_flags">Read / Write / Construct</td>
90
90
</tr>
106
106
</div>
107
107
<div class="refsect1">
108
108
<a name="GFilterInputStream.object-hierarchy"></a><h2>Object Hierarchy</h2>
109
 
<pre class="screen">    <a href="../gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
 
109
<pre class="screen">    <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
110
110
    <span class="lineart">╰──</span> <a class="link" href="GInputStream.html" title="GInputStream">GInputStream</a>
111
111
        <span class="lineart">╰──</span> GFilterInputStream
112
112
            <span class="lineart">├──</span> <a class="link" href="GBufferedInputStream.html" title="GBufferedInputStream">GBufferedInputStream</a>
156
156
<hr>
157
157
<div class="refsect2">
158
158
<a name="g-filter-input-stream-get-close-base-stream"></a><h3>g_filter_input_stream_get_close_base_stream ()</h3>
159
 
<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
 
159
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
160
160
g_filter_input_stream_get_close_base_stream
161
161
                               (<em class="parameter"><code><a class="link" href="GFilterInputStream.html" title="GFilterInputStream"><span class="type">GFilterInputStream</span></a> *stream</code></em>);</pre>
162
162
<p>Returns whether the base stream will be closed when <em class="parameter"><code>stream</code></em>
179
179
</div>
180
180
<div class="refsect3">
181
181
<a name="id-1.4.7.10.9.3.6"></a><h4>Returns</h4>
182
 
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the base stream will be closed.</p>
 
182
<p> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the base stream will be closed.</p>
183
183
<p></p>
184
184
</div>
185
185
</div>
189
189
<pre class="programlisting"><span class="returnvalue">void</span>
190
190
g_filter_input_stream_set_close_base_stream
191
191
                               (<em class="parameter"><code><a class="link" href="GFilterInputStream.html" title="GFilterInputStream"><span class="type">GFilterInputStream</span></a> *stream</code></em>,
192
 
                                <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> close_base</code></em>);</pre>
 
192
                                <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> close_base</code></em>);</pre>
193
193
<p>Sets whether the base stream will be closed when <em class="parameter"><code>stream</code></em>
194
194
 is closed.</p>
195
195
<div class="refsect3">
208
208
</tr>
209
209
<tr>
210
210
<td class="parameter_name"><p>close_base</p></td>
211
 
<td class="parameter_description"><p><a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to close the base stream.</p></td>
 
211
<td class="parameter_description"><p><a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to close the base stream.</p></td>
212
212
<td class="parameter_annotations"> </td>
213
213
</tr>
214
214
</tbody>
235
235
<hr>
236
236
<div class="refsect2">
237
237
<a name="GFilterInputStream--close-base-stream"></a><h3>The <code class="literal">“close-base-stream”</code> property</h3>
238
 
<pre class="programlisting">  “close-base-stream”        <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
 
238
<pre class="programlisting">  “close-base-stream”        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
239
239
<p>If the base stream should be closed when the filter stream is closed.</p>
240
240
<p>Flags: Read / Write / Construct</p>
241
241
<p>Default value: TRUE</p>