~ubuntu-branches/ubuntu/precise/evolution-data-server/precise-proposed

« back to all changes in this revision

Viewing changes to docs/reference/camel/html/CamelStoreSummary.html

  • Committer: Bazaar Package Importer
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2011-07-27 11:45:30 UTC
  • mfrom: (1.1.90 upstream)
  • Revision ID: james.westby@ubuntu.com-20110727114530-v4ntbu728os68b0b
Tags: 3.1.4-0ubuntu1
* New upstream version.
* debian/patches/999git_EDS_3_1_3_1_to_f94a069.patch: drop, included in
  the upstream 3.1.4 tarball.

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>CamelStoreSummary</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
7
7
<link rel="home" href="index.html" title="Camel Reference Manual">
8
8
<link rel="up" href="Services.html" title="Services">
9
9
<link rel="prev" href="CamelStore.html" title="CamelStore">
10
10
<link rel="next" href="CamelOfflineStore.html" title="CamelOfflineStore">
11
 
<meta name="generator" content="GTK-Doc V1.17.1 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.17 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
</head>
14
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
132
132
<hr>
133
133
<div class="refsect2">
134
134
<a name="CamelStoreInfoFlags"></a><h3>enum CamelStoreInfoFlags</h3>
135
 
<pre class="programlisting">typedef enum _CamelStoreInfoFlags {
136
 
        CAMEL_STORE_INFO_FOLDER_NOSELECT = 1 &lt;&lt; 0,
137
 
        CAMEL_STORE_INFO_FOLDER_NOINFERIORS = 1 &lt;&lt; 1,
138
 
        CAMEL_STORE_INFO_FOLDER_CHILDREN = 1 &lt;&lt; 2,
139
 
        CAMEL_STORE_INFO_FOLDER_NOCHILDREN = 1 &lt;&lt; 3,
140
 
        CAMEL_STORE_INFO_FOLDER_SUBSCRIBED = 1 &lt;&lt; 4,
141
 
        CAMEL_STORE_INFO_FOLDER_VIRTUAL = 1 &lt;&lt; 5,
142
 
        CAMEL_STORE_INFO_FOLDER_SYSTEM = 1 &lt;&lt; 6,
143
 
        CAMEL_STORE_INFO_FOLDER_VTRASH = 1 &lt;&lt; 7,
144
 
        CAMEL_STORE_INFO_FOLDER_SHARED_BY_ME = 1 &lt;&lt; 8,
145
 
        CAMEL_STORE_INFO_FOLDER_SHARED_TO_ME = 1 &lt;&lt; 9,
 
135
<pre class="programlisting">typedef enum { /*&lt; flags &gt;*/
 
136
        CAMEL_STORE_INFO_FOLDER_NOSELECT      = 1 &lt;&lt; 0,
 
137
        CAMEL_STORE_INFO_FOLDER_NOINFERIORS   = 1 &lt;&lt; 1,
 
138
        CAMEL_STORE_INFO_FOLDER_CHILDREN      = 1 &lt;&lt; 2,
 
139
        CAMEL_STORE_INFO_FOLDER_NOCHILDREN    = 1 &lt;&lt; 3,
 
140
        CAMEL_STORE_INFO_FOLDER_SUBSCRIBED    = 1 &lt;&lt; 4,
 
141
        CAMEL_STORE_INFO_FOLDER_VIRTUAL       = 1 &lt;&lt; 5,
 
142
        CAMEL_STORE_INFO_FOLDER_SYSTEM        = 1 &lt;&lt; 6,
 
143
        CAMEL_STORE_INFO_FOLDER_VTRASH        = 1 &lt;&lt; 7,
 
144
        CAMEL_STORE_INFO_FOLDER_SHARED_BY_ME  = 1 &lt;&lt; 8,
 
145
        CAMEL_STORE_INFO_FOLDER_SHARED_TO_ME  = 1 &lt;&lt; 9,
146
146
 
147
147
        /* not in camle-store.h yet */
148
 
        CAMEL_STORE_INFO_FOLDER_READONLY = 1 &lt;&lt; 13,
 
148
        CAMEL_STORE_INFO_FOLDER_READONLY      = 1 &lt;&lt; 13,
149
149
        CAMEL_STORE_INFO_FOLDER_CHECK_FOR_NEW = 1 &lt;&lt; 14,
150
150
 
151
 
        CAMEL_STORE_INFO_FOLDER_FLAGGED = 1 &lt;&lt; 31
 
151
        CAMEL_STORE_INFO_FOLDER_FLAGGED       = 1 &lt;&lt; 31
152
152
} CamelStoreInfoFlags;
153
153
</pre>
154
154
<p>
331
331
<pre class="programlisting"><span class="returnvalue">void</span>                camel_store_summary_add             (<em class="parameter"><code><a class="link" href="CamelStoreSummary.html" title="CamelStoreSummary"><span class="type">CamelStoreSummary</span></a> *summary</code></em>,
332
332
                                                         <em class="parameter"><code><a class="link" href="CamelStoreSummary.html#CamelStoreInfo" title="struct CamelStoreInfo"><span class="type">CamelStoreInfo</span></a> *info</code></em>);</pre>
333
333
<p>
334
 
Adds a new <em class="parameter"><code>info</code></em> record to the summary.  If <em class="parameter"><code>info-&gt;uid</code></em> is <a href="/home/chen/opt-unstable/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>,
 
334
Adds a new <em class="parameter"><code>info</code></em> record to the summary.  If <em class="parameter"><code>info-&gt;uid</code></em> is <code class="literal">NULL</code>,
335
335
then a new uid is automatically re-assigned by calling
336
336
<code class="function">camel_store_summary_next_uid_string()</code>.
337
337
</p>
614
614
</tr>
615
615
<tr>
616
616
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
617
 
<td>the summary item, or <a href="/home/chen/opt-unstable/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>index</code></em> is out of range</td>
 
617
<td>the summary item, or <code class="literal">NULL</code> if <em class="parameter"><code>index</code></em> is out of range</td>
618
618
</tr>
619
619
</tbody>
620
620
</table></div>
647
647
</tr>
648
648
<tr>
649
649
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
650
 
<td>the summary item, or <a href="/home/chen/opt-unstable/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> if the <em class="parameter"><code>path</code></em> name is not
 
650
<td>the summary item, or <code class="literal">NULL</code> if the <em class="parameter"><code>path</code></em> name is not
651
651
available</td>
652
652
</tr>
653
653
</tbody>
853
853
</div>
854
854
<div class="footer">
855
855
<hr>
856
 
          Generated by GTK-Doc V1.17.1</div>
 
856
          Generated by GTK-Doc V1.17</div>
857
857
</body>
858
858
</html>
 
 
b'\\ No newline at end of file'