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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-03-23 19:25:52 UTC
  • mfrom: (3.4.9 experimental)
  • Revision ID: james.westby@ubuntu.com-20100323192552-istna8c33bw6harh
Tags: 2.23.6-1ubuntu1
* Resync on Debian
* debian/patches/01_gettext-desktopfiles.patch:
  - updated to use gettext for X-GNOME-Fullname too
* debian/patches/71_gio_launch_handler.patch:
  - new gio default launch handle feature required for wncksync
* debian/control.in, 
  debian/patches/80-gtester-subunit.patch:
  - gtester-report subunit support
* debian/libglib2.0-0.symbols:
  - updated the symbols list for the gio launcher handler

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
<link rel="up" href="streaming.html" title="Streaming I/O">
9
9
<link rel="prev" href="gio-GConverterInputstream.html" title="GConverterInputstream">
10
10
<link rel="next" href="types.html" title="File types and applications">
11
 
<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.13 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
<link rel="part" href="pt01.html" title="Part I. GIO Overview">
14
14
<link rel="chapter" href="ch01.html" title="Introduction">
52
52
</tr>
53
53
<tr><td colspan="5" class="shortcuts">
54
54
<a href="#gio-GConverterOutputstream.synopsis" class="shortcut">Top</a>
55
 
                 | 
56
 
                <a href="#gio-GConverterOutputstream.description" class="shortcut">Description</a>
57
 
                 | 
58
 
                <a href="#gio-GConverterOutputstream.object-hierarchy" class="shortcut">Object Hierarchy</a>
59
 
                 | 
60
 
                <a href="#gio-GConverterOutputstream.properties" class="shortcut">Properties</a>
 
55
                   | 
 
56
                  <a href="#gio-GConverterOutputstream.description" class="shortcut">Description</a>
 
57
                   | 
 
58
                  <a href="#gio-GConverterOutputstream.object-hierarchy" class="shortcut">Object Hierarchy</a>
 
59
                   | 
 
60
                  <a href="#gio-GConverterOutputstream.properties" class="shortcut">Properties</a>
61
61
</td></tr>
62
62
</table>
63
63
<div class="refentry" title="GConverterOutputstream">
72
72
<div class="refsynopsisdiv" title="Synopsis">
73
73
<a name="gio-GConverterOutputstream.synopsis"></a><h2>Synopsis</h2>
74
74
<a name="GConverterOutputStream"></a><pre class="synopsis">
75
 
 
76
75
#include &lt;gio/gio.h&gt;
77
76
 
78
77
                    <a class="link" href="gio-GConverterOutputstream.html#GConverterOutputStream-struct" title="GConverterOutputStream">GConverterOutputStream</a>;
79
 
<a class="link" href="GOutputStream.html" title="GOutputStream">GOutputStream</a> *     <a class="link" href="gio-GConverterOutputstream.html#g-converter-output-stream-new" title="g_converter_output_stream_new ()">g_converter_output_stream_new</a>       (<a class="link" href="GOutputStream.html" title="GOutputStream">GOutputStream</a> *base_stream,
80
 
                                                         <a class="link" href="GConverter.html" title="GConverter">GConverter</a> *converter);
81
 
<a class="link" href="GConverter.html" title="GConverter">GConverter</a> *        <a class="link" href="gio-GConverterOutputstream.html#g-converter-output-stream-get-converter" title="g_converter_output_stream_get_converter ()">g_converter_output_stream_get_converter</a>
82
 
                                                        (<a class="link" href="gio-GConverterOutputstream.html#GConverterOutputStream">GConverterOutputStream</a> *converter_stream);
 
78
<a class="link" href="GOutputStream.html" title="GOutputStream"><span class="returnvalue">GOutputStream</span></a> *     <a class="link" href="gio-GConverterOutputstream.html#g-converter-output-stream-new" title="g_converter_output_stream_new ()">g_converter_output_stream_new</a>       (<a class="link" href="GOutputStream.html" title="GOutputStream"><span class="returnvalue">GOutputStream</span></a> *base_stream,
 
79
                                                         <a class="link" href="GConverter.html" title="GConverter"><span class="returnvalue">GConverter</span></a> *converter);
 
80
<a class="link" href="GConverter.html" title="GConverter"><span class="returnvalue">GConverter</span></a> *        <a class="link" href="gio-GConverterOutputstream.html#g-converter-output-stream-get-converter" title="g_converter_output_stream_get_converter ()">g_converter_output_stream_get_converter</a>
 
81
                                                        (<a class="link" href="gio-GConverterOutputstream.html#GConverterOutputStream"><span class="returnvalue">GConverterOutputStream</span></a> *converter_stream);
83
82
</pre>
84
83
</div>
85
84
<div class="refsect1" title="Object Hierarchy">
94
93
<div class="refsect1" title="Properties">
95
94
<a name="gio-GConverterOutputstream.properties"></a><h2>Properties</h2>
96
95
<pre class="synopsis">
97
 
  "<a class="link" href="gio-GConverterOutputstream.html#GConverterOutputStream--converter" title='The "converter" property'>converter</a>"                <a class="link" href="GConverter.html" title="GConverter">GConverter</a>*           : Read / Write / Construct Only
 
96
  "<a class="link" href="gio-GConverterOutputstream.html#GConverterOutputStream--converter" title='The "converter" property'>converter</a>"                <a class="link" href="GConverter.html" title="GConverter"><span class="type">GConverter</span></a>*           : Read / Write / Construct Only
98
97
</pre>
99
98
</div>
100
99
<div class="refsect1" title="Description">
102
101
<p>
103
102
Converter output stream implements <a class="link" href="GOutputStream.html" title="GOutputStream"><span class="type">GOutputStream</span></a> and allows
104
103
conversion of data of various types during reading.</p>
105
 
<p>
106
 
</p>
107
104
</div>
108
105
<div class="refsect1" title="Details">
109
106
<a name="gio-GConverterOutputstream.details"></a><h2>Details</h2>
113
110
<p>
114
111
An implementation of <a class="link" href="GFilterOutputStream.html" title="GFilterOutputStream"><span class="type">GFilterOutputStream</span></a> that allows data
115
112
conversion.</p>
116
 
<p>
117
 
</p>
118
113
<div class="variablelist"><table border="0">
119
114
<col align="left" valign="top">
120
115
<tbody></tbody>
123
118
<hr>
124
119
<div class="refsect2" title="g_converter_output_stream_new ()">
125
120
<a name="g-converter-output-stream-new"></a><h3>g_converter_output_stream_new ()</h3>
126
 
<pre class="programlisting"><a class="link" href="GOutputStream.html" title="GOutputStream">GOutputStream</a> *     g_converter_output_stream_new       (<a class="link" href="GOutputStream.html" title="GOutputStream">GOutputStream</a> *base_stream,
127
 
                                                         <a class="link" href="GConverter.html" title="GConverter">GConverter</a> *converter);</pre>
 
121
<pre class="programlisting"><a class="link" href="GOutputStream.html" title="GOutputStream"><span class="returnvalue">GOutputStream</span></a> *     g_converter_output_stream_new       (<a class="link" href="GOutputStream.html" title="GOutputStream"><span class="returnvalue">GOutputStream</span></a> *base_stream,
 
122
                                                         <a class="link" href="GConverter.html" title="GConverter"><span class="returnvalue">GConverter</span></a> *converter);</pre>
128
123
<p>
129
124
Creates a new converter output stream for the <em class="parameter"><code>base_stream</code></em>.</p>
130
 
<p>
131
 
</p>
132
125
<div class="variablelist"><table border="0">
133
126
<col align="left" valign="top">
134
127
<tbody>
153
146
<hr>
154
147
<div class="refsect2" title="g_converter_output_stream_get_converter ()">
155
148
<a name="g-converter-output-stream-get-converter"></a><h3>g_converter_output_stream_get_converter ()</h3>
156
 
<pre class="programlisting"><a class="link" href="GConverter.html" title="GConverter">GConverter</a> *        g_converter_output_stream_get_converter
157
 
                                                        (<a class="link" href="gio-GConverterOutputstream.html#GConverterOutputStream">GConverterOutputStream</a> *converter_stream);</pre>
 
149
<pre class="programlisting"><a class="link" href="GConverter.html" title="GConverter"><span class="returnvalue">GConverter</span></a> *        g_converter_output_stream_get_converter
 
150
                                                        (<a class="link" href="gio-GConverterOutputstream.html#GConverterOutputStream"><span class="returnvalue">GConverterOutputStream</span></a> *converter_stream);</pre>
158
151
<p>
159
152
Gets the <a class="link" href="GConverter.html" title="GConverter"><span class="type">GConverter</span></a> that is used by <em class="parameter"><code>converter_stream</code></em>.</p>
160
 
<p>
161
 
</p>
162
153
<div class="variablelist"><table border="0">
163
154
<col align="left" valign="top">
164
155
<tbody>
182
173
<a name="gio-GConverterOutputstream.property-details"></a><h2>Property Details</h2>
183
174
<div class="refsect2" title='The "converter" property'>
184
175
<a name="GConverterOutputStream--converter"></a><h3>The <code class="literal">"converter"</code> property</h3>
185
 
<pre class="programlisting">  "converter"                <a class="link" href="GConverter.html" title="GConverter">GConverter</a>*           : Read / Write / Construct Only</pre>
 
176
<pre class="programlisting">  "converter"                <a class="link" href="GConverter.html" title="GConverter"><span class="type">GConverter</span></a>*           : Read / Write / Construct Only</pre>
186
177
<p>The converter object.</p>
187
178
</div>
188
179
</div>
189
180
<div class="refsect1" title="See Also">
190
181
<a name="gio-GConverterOutputstream.see-also"></a><h2>See Also</h2>
191
 
#GOutputStream, <a class="link" href="GConverter.html" title="GConverter"><span class="type">GConverter</span></a>
 
182
<a class="link" href="GOutputStream.html" title="GOutputStream"><span class="type">GOutputStream</span></a>, <a class="link" href="GConverter.html" title="GConverter"><span class="type">GConverter</span></a>
192
183
</div>
193
184
</div>
194
185
<div class="footer">
195
186
<hr>
196
 
          Generated by GTK-Doc V1.11</div>
 
187
          Generated by GTK-Doc V1.13</div>
197
188
</body>
198
 
</html>
 
189
</html>
 
 
b'\\ No newline at end of file'