~ubuntu-branches/ubuntu/quantal/libbonobo/quantal-201207170711

« back to all changes in this revision

Viewing changes to doc/api/html/libbonobo-bonobo-stream-client.html

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2009-03-06 18:53:16 UTC
  • mfrom: (1.1.25 upstream) (3.1.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090306185316-uf09r30g7cvf67xi
Tags: 2.24.1-1
* New upstream bugfix release.
* debian/control.in:
  + Build depend on GLib >= 2.14.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
<title>bonobo-stream-client</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.74.0">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.74.2">
7
7
<link rel="home" href="index.html" title="Libbonobo Reference Manual">
8
8
<link rel="up" href="streams.html" title="Storages and Streams">
9
9
<link rel="prev" href="libbonobo-bonobo-storage.html" title="bonobo-storage">
50
50
                                                         const void *buffer,
51
51
                                                         const size_t size,
52
52
                                                         CORBA_Environment *ev);
53
 
guint8 *            <a class="link" href="libbonobo-bonobo-stream-client.html#bonobo-stream-client-read" title="bonobo_stream_client_read ()">bonobo_stream_client_read</a>           (const Bonobo_Stream stream,
 
53
<a
 
54
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint8"
 
55
>guint8</a> *            <a class="link" href="libbonobo-bonobo-stream-client.html#bonobo-stream-client-read" title="bonobo_stream_client_read ()">bonobo_stream_client_read</a>           (const Bonobo_Stream stream,
54
56
                                                         const size_t size,
55
57
                                                         CORBA_long *length_read,
56
58
                                                         CORBA_Environment *ev);
57
59
void                <a class="link" href="libbonobo-bonobo-stream-client.html#bonobo-stream-client-write-string" title="bonobo_stream_client_write_string ()">bonobo_stream_client_write_string</a>   (const Bonobo_Stream stream,
58
60
                                                         const char *str,
59
61
                                                         const <a
60
 
href="../glib/glib-Basic-Types.html#gboolean"
 
62
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
61
63
>gboolean</a> terminate,
62
64
                                                         CORBA_Environment *ev);
63
65
void                <a class="link" href="libbonobo-bonobo-stream-client.html#bonobo-stream-client-printf" title="bonobo_stream_client_printf ()">bonobo_stream_client_printf</a>         (const Bonobo_Stream stream,
64
66
                                                         const <a
65
 
href="../glib/glib-Basic-Types.html#gboolean"
 
67
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
66
68
>gboolean</a> terminate,
67
69
                                                         CORBA_Environment *ev,
68
70
                                                         const char *fmt,
85
87
<p>
86
88
  </p>
87
89
<div class="example">
88
 
<a name="id2834137"></a><p class="title"><b>Example 24. Writing some simple data to a stream</b></p>
 
90
<a name="id3074411"></a><p class="title"><b>Example 24. Writing some simple data to a stream</b></p>
89
91
<div class="example-contents"><pre class="programlisting">
90
92
bonobo_stream_client_printf (stream, TRUE, ev, "Hello World: %d", 5);
91
93
     </pre></div>
143
145
<hr>
144
146
<div class="refsect2" lang="en">
145
147
<a name="bonobo-stream-client-read"></a><h3>bonobo_stream_client_read ()</h3>
146
 
<pre class="programlisting">guint8 *            bonobo_stream_client_read           (const Bonobo_Stream stream,
 
148
<pre class="programlisting"><a
 
149
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint8"
 
150
>guint8</a> *            bonobo_stream_client_read           (const Bonobo_Stream stream,
147
151
                                                         const size_t size,
148
152
                                                         CORBA_long *length_read,
149
153
                                                         CORBA_Environment *ev);</pre>
191
195
<pre class="programlisting">void                bonobo_stream_client_write_string   (const Bonobo_Stream stream,
192
196
                                                         const char *str,
193
197
                                                         const <a
194
 
href="../glib/glib-Basic-Types.html#gboolean"
 
198
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
195
199
>gboolean</a> terminate,
196
200
                                                         CORBA_Environment *ev);</pre>
197
201
<p>
235
239
<a name="bonobo-stream-client-printf"></a><h3>bonobo_stream_client_printf ()</h3>
236
240
<pre class="programlisting">void                bonobo_stream_client_printf         (const Bonobo_Stream stream,
237
241
                                                         const <a
238
 
href="../glib/glib-Basic-Types.html#gboolean"
 
242
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
239
243
>gboolean</a> terminate,
240
244
                                                         CORBA_Environment *ev,
241
245
                                                         const char *fmt,