~ubuntu-branches/ubuntu/utopic/glib2.0/utopic

« back to all changes in this revision

Viewing changes to docs/reference/gio/html/gio-GWin32OutputStream.html

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2014-10-02 13:08:24 UTC
  • mfrom: (1.67.13)
  • mto: This revision was merged to the branch mainline in revision 233.
  • Revision ID: package-import@ubuntu.com-20141002130824-cqp99rbif2g6wf6r
Tags: upstream-2.42.0
Import upstream version 2.42.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
</tr>
58
58
<tr>
59
59
<td class="function_type">
60
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
 
60
<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
61
61
</td>
62
62
<td class="function_name">
63
63
<a class="link" href="gio-GWin32OutputStream.html#g-win32-output-stream-get-close-handle" title="g_win32_output_stream_get_close_handle ()">g_win32_output_stream_get_close_handle</a> <span class="c_punctuation">()</span>
106
106
<a name="g-win32-output-stream-new"></a><h3>g_win32_output_stream_new ()</h3>
107
107
<pre class="programlisting"><a class="link" href="GOutputStream.html" title="GOutputStream"><span class="returnvalue">GOutputStream</span></a> *
108
108
g_win32_output_stream_new (<em class="parameter"><code><span class="type">void</span> *handle</code></em>,
109
 
                           <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_handle</code></em>);</pre>
 
109
                           <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> close_handle</code></em>);</pre>
110
110
<p>Creates a new <a class="link" href="gio-GWin32OutputStream.html#GWin32OutputStream" title="struct GWin32OutputStream"><span class="type">GWin32OutputStream</span></a> for the given <em class="parameter"><code>handle</code></em>
111
111
.</p>
112
112
<p>If <em class="parameter"><code>close_handle</code></em>
113
 
, is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, the handle will be closed when the
 
113
, is <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, the handle will be closed when the
114
114
output stream is destroyed.</p>
115
115
<div class="refsect3">
116
116
<a name="id-1.4.7.21.7.2.6"></a><h4>Parameters</h4>
128
128
</tr>
129
129
<tr>
130
130
<td class="parameter_name"><p>close_handle</p></td>
131
 
<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 handle when done</p></td>
 
131
<td class="parameter_description"><p><a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to close the handle when done</p></td>
132
132
<td class="parameter_annotations"> </td>
133
133
</tr>
134
134
</tbody>
147
147
<pre class="programlisting"><span class="returnvalue">void</span>
148
148
g_win32_output_stream_set_close_handle
149
149
                               (<em class="parameter"><code><a class="link" href="gio-GWin32OutputStream.html#GWin32OutputStream" title="struct GWin32OutputStream"><span class="type">GWin32OutputStream</span></a> *stream</code></em>,
150
 
                                <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_handle</code></em>);</pre>
 
150
                                <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> close_handle</code></em>);</pre>
151
151
<p>Sets whether the handle of <em class="parameter"><code>stream</code></em>
152
152
 shall be closed when the stream
153
153
is closed.</p>
167
167
</tr>
168
168
<tr>
169
169
<td class="parameter_name"><p>close_handle</p></td>
170
 
<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 handle when done</p></td>
 
170
<td class="parameter_description"><p><a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to close the handle when done</p></td>
171
171
<td class="parameter_annotations"> </td>
172
172
</tr>
173
173
</tbody>
178
178
<hr>
179
179
<div class="refsect2">
180
180
<a name="g-win32-output-stream-get-close-handle"></a><h3>g_win32_output_stream_get_close_handle ()</h3>
181
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
 
181
<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
182
182
g_win32_output_stream_get_close_handle
183
183
                               (<em class="parameter"><code><a class="link" href="gio-GWin32OutputStream.html#GWin32OutputStream" title="struct GWin32OutputStream"><span class="type">GWin32OutputStream</span></a> *stream</code></em>);</pre>
184
184
<p>Returns whether the handle of <em class="parameter"><code>stream</code></em>
201
201
</div>
202
202
<div class="refsect3">
203
203
<a name="id-1.4.7.21.7.4.6"></a><h4>Returns</h4>
204
 
<p> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the handle is closed when done</p>
 
204
<p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the handle is closed when done</p>
205
205
<p></p>
206
206
</div>
207
207
<p class="since">Since 2.26</p>