~ubuntu-branches/ubuntu/maverick/evolution-data-server/maverick-updates

« back to all changes in this revision

Viewing changes to docs/reference/camel/xml/session.xml

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-09-21 13:42:56 UTC
  • mfrom: (1.1.74 upstream)
  • Revision ID: james.westby@ubuntu.com-20090921134256-d6ry0bafbbw4100u
Tags: 2.28.0-0ubuntu1
* New upstream version:
  Bug Fixes:
  Calendar:
  - #494394 - Check backends with their uri too for backward compat. 
  Mailer:
  - #592310 - Adds an environment variable to skip summary check. 
  Translations

Show diffs side-by-side

added added

removed removed

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