~ubuntu-branches/ubuntu/lucid/evolution-data-server/lucid

« back to all changes in this revision

Viewing changes to docs/reference/camel/xml/camel-tcp-stream-raw.xml

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-08-31 17:47:33 UTC
  • mfrom: (1.1.72 upstream)
  • Revision ID: james.westby@ubuntu.com-20090831174733-8pi6ji221me5qvmv
Tags: 2.27.91-0ubuntu1
* New upstream version:
  Bug Fixes:
  Mailer:
  - #350007 - evolution busy-waits on GPG signing operations  (lp: #182317)
  - #571206 - Index files on Maildir accounts are not updated on move
  - #590044 - Drop index on all columns of sqlite database 
  - #592310 - Deadlock in maildir provider after doing expunge 
  Miscellaneous:
  - #591324 - Cosmetic changes and fixes in configure.ac 
  - #591326 - Keep m4 macros in their own folder 
  - #591377 - Fails to detect krb5 in configure with -as-needed

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<refentry id="camel-CamelTcpStreamRaw">
 
2
<refmeta>
 
3
<refentrytitle role="top_of_page" id="camel-CamelTcpStreamRaw.top_of_page">CamelTcpStreamRaw</refentrytitle>
 
4
<manvolnum>3</manvolnum>
 
5
<refmiscinfo>CAMEL Library</refmiscinfo>
 
6
</refmeta>
 
7
 
 
8
<refnamediv>
 
9
<refname>CamelTcpStreamRaw</refname>
 
10
<refpurpose></refpurpose>
 
11
</refnamediv>
 
12
 
 
13
<refsynopsisdiv id="camel-CamelTcpStreamRaw.synopsis" role="synopsis">
 
14
<title role="synopsis.title">Synopsis</title>
 
15
 
 
16
<synopsis>
 
17
struct              <link linkend="CamelTcpStreamRaw">CamelTcpStreamRaw</link>;
 
18
<link linkend="CamelStream">CamelStream</link> *       <link linkend="camel-tcp-stream-raw-new">camel_tcp_stream_raw_new</link>            (void);
 
19
</synopsis>
 
20
</refsynopsisdiv>
 
21
 
 
22
 
 
23
 
 
24
 
 
25
 
 
26
 
 
27
 
 
28
 
 
29
 
 
30
<refsect1 id="camel-CamelTcpStreamRaw.description" role="desc">
 
31
<title role="desc.title">Description</title>
 
32
<para>
 
33
</para>
 
34
</refsect1>
 
35
 
 
36
<refsect1 id="camel-CamelTcpStreamRaw.details" role="details">
 
37
<title role="details.title">Details</title>
 
38
<refsect2 id="CamelTcpStreamRaw" role="struct">
 
39
<title>struct CamelTcpStreamRaw</title>
 
40
<indexterm zone="CamelTcpStreamRaw"><primary sortas="CamelTcpStreamRaw">CamelTcpStreamRaw</primary></indexterm><programlisting>struct CamelTcpStreamRaw {
 
41
        CamelTcpStream parent_object;
 
42
 
 
43
        gint sockfd;
 
44
#ifdef G_OS_WIN32
 
45
        gint is_nonblocking;
 
46
#endif
 
47
};
 
48
</programlisting>
 
49
<para>
 
50
</para></refsect2>
 
51
<refsect2 id="camel-tcp-stream-raw-new" role="function">
 
52
<title>camel_tcp_stream_raw_new ()</title>
 
53
<indexterm zone="camel-tcp-stream-raw-new"><primary sortas="camel_tcp_stream_raw_new">camel_tcp_stream_raw_new</primary></indexterm><programlisting><link linkend="CamelStream">CamelStream</link> *       camel_tcp_stream_raw_new            (void);</programlisting>
 
54
<para>
 
55
Create a new <link linkend="CamelTcpStreamRaw"><type>CamelTcpStreamRaw</type></link> object.</para>
 
56
<para>
 
57
</para><variablelist role="params">
 
58
<varlistentry><term><emphasis>Returns</emphasis>&#160;:</term><listitem><simpara> a new <link linkend="CamelTcpStream"><type>CamelTcpStream</type></link> object
 
59
</simpara></listitem></varlistentry>
 
60
</variablelist></refsect2>
 
61
 
 
62
</refsect1>
 
63
 
 
64
 
 
65
 
 
66
 
 
67
</refentry>