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

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2014-06-13 12:02:14 UTC
  • mfrom: (1.1.116) (1.2.35 sid)
  • Revision ID: package-import@ubuntu.com-20140613120214-1zx93d8jxwt093aw
Tags: 3.12.2-1ubuntu1
* Merge with Debian, remaining changes:
  - debian/control: build depend on hardening-wrapper
  - Add build-depends and pass configure flag to enable Ubuntu Online
    Accounts support.
  - Filter out -Bsymbolic-functions from LDFLAGS (for future people
    wondering about this change, see e.g. BGO #594473 and duplicates).
  - Enable Ubuntu Online Accounts and split it and GOA into a separate
    package

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 
2
<html>
 
3
<head>
 
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 
5
<title>CamelNNTPStoreSummary</title>
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
 
7
<link rel="home" href="index.html" title="Camel Reference Manual">
 
8
<link rel="up" href="NNTP.html" title="NNTP Service">
 
9
<link rel="prev" href="CamelNNTPStore.html" title="CamelNNTPStore">
 
10
<link rel="next" href="CamelNNTPStream.html" title="CamelNNTPStream">
 
11
<meta name="generator" content="GTK-Doc V1.19 (XML mode)">
 
12
<link rel="stylesheet" href="style.css" type="text/css">
 
13
</head>
 
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 
15
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
 
16
<tr valign="middle">
 
17
<td><a accesskey="p" href="CamelNNTPStore.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
 
18
<td><a accesskey="u" href="NNTP.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
 
19
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
 
20
<th width="100%" align="center">Camel Reference Manual</th>
 
21
<td><a accesskey="n" href="CamelNNTPStream.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
 
22
</tr>
 
23
<tr><td colspan="5" class="shortcuts">
 
24
<a href="#CamelNNTPStoreSummary.synopsis" class="shortcut">Top</a>
 
25
                   | 
 
26
                  <a href="#CamelNNTPStoreSummary.description" class="shortcut">Description</a>
 
27
                   | 
 
28
                  <a href="#CamelNNTPStoreSummary.object-hierarchy" class="shortcut">Object Hierarchy</a>
 
29
</td></tr>
 
30
</table>
 
31
<div class="refentry">
 
32
<a name="CamelNNTPStoreSummary"></a><div class="titlepage"></div>
 
33
<div class="refnamediv"><table width="100%"><tr>
 
34
<td valign="top">
 
35
<h2><span class="refentrytitle"><a name="CamelNNTPStoreSummary.top_of_page"></a>CamelNNTPStoreSummary</span></h2>
 
36
<p>CamelNNTPStoreSummary</p>
 
37
</td>
 
38
<td valign="top" align="right"></td>
 
39
</tr></table></div>
 
40
<div class="refsynopsisdiv">
 
41
<a name="CamelNNTPStoreSummary.synopsis"></a><h2>Synopsis</h2>
 
42
<pre class="synopsis">#define             <a class="link" href="CamelNNTPStoreSummary.html#NNTP-DATE-SIZE:CAPS" title="NNTP_DATE_SIZE">NNTP_DATE_SIZE</a>
 
43
struct              <a class="link" href="CamelNNTPStoreSummary.html#CamelNNTPStoreInfo" title="struct CamelNNTPStoreInfo">CamelNNTPStoreInfo</a>;
 
44
struct              <a class="link" href="CamelNNTPStoreSummary.html#CamelNNTPStoreSummary-struct" title="struct CamelNNTPStoreSummary">CamelNNTPStoreSummary</a>;
 
45
<a class="link" href="CamelNNTPStoreSummary.html" title="CamelNNTPStoreSummary"><span class="returnvalue">CamelNNTPStoreSummary</span></a> * <a class="link" href="CamelNNTPStoreSummary.html#camel-nntp-store-summary-new" title="camel_nntp_store_summary_new ()">camel_nntp_store_summary_new</a>    (<em class="parameter"><code><span class="type">void</span></code></em>);
 
46
<span class="returnvalue">gchar</span> *             <a class="link" href="CamelNNTPStoreSummary.html#camel-nntp-store-summary-full-to-path" title="camel_nntp_store_summary_full_to_path ()">camel_nntp_store_summary_full_to_path</a>
 
47
                                                        (<em class="parameter"><code><a class="link" href="CamelNNTPStoreSummary.html" title="CamelNNTPStoreSummary"><span class="type">CamelNNTPStoreSummary</span></a> *s</code></em>,
 
48
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *full_name</code></em>,
 
49
                                                         <em class="parameter"><code><span class="type">gchar</span> dir_sep</code></em>);
 
50
<span class="returnvalue">gchar</span> *             <a class="link" href="CamelNNTPStoreSummary.html#camel-nntp-store-summary-path-to-full" title="camel_nntp_store_summary_path_to_full ()">camel_nntp_store_summary_path_to_full</a>
 
51
                                                        (<em class="parameter"><code><a class="link" href="CamelNNTPStoreSummary.html" title="CamelNNTPStoreSummary"><span class="type">CamelNNTPStoreSummary</span></a> *s</code></em>,
 
52
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *path</code></em>,
 
53
                                                         <em class="parameter"><code><span class="type">gchar</span> dir_sep</code></em>);
 
54
<span class="returnvalue">gchar</span> *             <a class="link" href="CamelNNTPStoreSummary.html#camel-nntp-store-summary-dotted-to-full" title="camel_nntp_store_summary_dotted_to_full ()">camel_nntp_store_summary_dotted_to_full</a>
 
55
                                                        (<em class="parameter"><code><a class="link" href="CamelNNTPStoreSummary.html" title="CamelNNTPStoreSummary"><span class="type">CamelNNTPStoreSummary</span></a> *s</code></em>,
 
56
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *dotted</code></em>,
 
57
                                                         <em class="parameter"><code><span class="type">gchar</span> dir_sep</code></em>);
 
58
<a class="link" href="CamelNNTPStoreSummary.html#CamelNNTPStoreInfo" title="struct CamelNNTPStoreInfo"><span class="returnvalue">CamelNNTPStoreInfo</span></a> * <a class="link" href="CamelNNTPStoreSummary.html#camel-nntp-store-summary-full-name" title="camel_nntp_store_summary_full_name ()">camel_nntp_store_summary_full_name</a> (<em class="parameter"><code><a class="link" href="CamelNNTPStoreSummary.html" title="CamelNNTPStoreSummary"><span class="type">CamelNNTPStoreSummary</span></a> *s</code></em>,
 
59
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *full_name</code></em>);
 
60
<a class="link" href="CamelNNTPStoreSummary.html#CamelNNTPStoreInfo" title="struct CamelNNTPStoreInfo"><span class="returnvalue">CamelNNTPStoreInfo</span></a> * <a class="link" href="CamelNNTPStoreSummary.html#camel-nntp-store-summary-add-from-full" title="camel_nntp_store_summary_add_from_full ()">camel_nntp_store_summary_add_from_full</a>
 
61
                                                        (<em class="parameter"><code><a class="link" href="CamelNNTPStoreSummary.html" title="CamelNNTPStoreSummary"><span class="type">CamelNNTPStoreSummary</span></a> *s</code></em>,
 
62
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *full_name</code></em>,
 
63
                                                         <em class="parameter"><code><span class="type">gchar</span> dir_sep</code></em>);
 
64
<span class="returnvalue">gchar</span> *             <a class="link" href="CamelNNTPStoreSummary.html#camel-nntp-store-summary-full-from-path" title="camel_nntp_store_summary_full_from_path ()">camel_nntp_store_summary_full_from_path</a>
 
65
                                                        (<em class="parameter"><code><a class="link" href="CamelNNTPStoreSummary.html" title="CamelNNTPStoreSummary"><span class="type">CamelNNTPStoreSummary</span></a> *s</code></em>,
 
66
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *path</code></em>);
 
67
</pre>
 
68
</div>
 
69
<div class="refsect1">
 
70
<a name="CamelNNTPStoreSummary.object-hierarchy"></a><h2>Object Hierarchy</h2>
 
71
<pre class="synopsis">
 
72
  GObject
 
73
   +----<a class="link" href="CamelStoreSummary.html" title="CamelStoreSummary">CamelStoreSummary</a>
 
74
         +----CamelNNTPStoreSummary
 
75
</pre>
 
76
</div>
 
77
<div class="refsect1">
 
78
<a name="CamelNNTPStoreSummary.description"></a><h2>Description</h2>
 
79
</div>
 
80
<div class="refsect1">
 
81
<a name="CamelNNTPStoreSummary.details"></a><h2>Details</h2>
 
82
<div class="refsect2">
 
83
<a name="NNTP-DATE-SIZE:CAPS"></a><h3>NNTP_DATE_SIZE</h3>
 
84
<pre class="programlisting">#define NNTP_DATE_SIZE 14
 
85
</pre>
 
86
</div>
 
87
<hr>
 
88
<div class="refsect2">
 
89
<a name="CamelNNTPStoreInfo"></a><h3>struct CamelNNTPStoreInfo</h3>
 
90
<pre class="programlisting">struct CamelNNTPStoreInfo {
 
91
        CamelStoreInfo info;
 
92
        gchar *full_name;
 
93
        guint32 first;          /* from LIST or NEWGROUPS return */
 
94
        guint32 last;
 
95
};
 
96
</pre>
 
97
</div>
 
98
<hr>
 
99
<div class="refsect2">
 
100
<a name="CamelNNTPStoreSummary-struct"></a><h3>struct CamelNNTPStoreSummary</h3>
 
101
<pre class="programlisting">struct CamelNNTPStoreSummary;</pre>
 
102
</div>
 
103
<hr>
 
104
<div class="refsect2">
 
105
<a name="camel-nntp-store-summary-new"></a><h3>camel_nntp_store_summary_new ()</h3>
 
106
<pre class="programlisting"><a class="link" href="CamelNNTPStoreSummary.html" title="CamelNNTPStoreSummary"><span class="returnvalue">CamelNNTPStoreSummary</span></a> * camel_nntp_store_summary_new    (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 
107
<p>
 
108
Create a new CamelNNTPStoreSummary object.
 
109
</p>
 
110
<div class="variablelist"><table border="0">
 
111
<col align="left" valign="top">
 
112
<tbody><tr>
 
113
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
 
114
<td>A new CamelNNTPStoreSummary widget.</td>
 
115
</tr></tbody>
 
116
</table></div>
 
117
</div>
 
118
<hr>
 
119
<div class="refsect2">
 
120
<a name="camel-nntp-store-summary-full-to-path"></a><h3>camel_nntp_store_summary_full_to_path ()</h3>
 
121
<pre class="programlisting"><span class="returnvalue">gchar</span> *             camel_nntp_store_summary_full_to_path
 
122
                                                        (<em class="parameter"><code><a class="link" href="CamelNNTPStoreSummary.html" title="CamelNNTPStoreSummary"><span class="type">CamelNNTPStoreSummary</span></a> *s</code></em>,
 
123
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *full_name</code></em>,
 
124
                                                         <em class="parameter"><code><span class="type">gchar</span> dir_sep</code></em>);</pre>
 
125
</div>
 
126
<hr>
 
127
<div class="refsect2">
 
128
<a name="camel-nntp-store-summary-path-to-full"></a><h3>camel_nntp_store_summary_path_to_full ()</h3>
 
129
<pre class="programlisting"><span class="returnvalue">gchar</span> *             camel_nntp_store_summary_path_to_full
 
130
                                                        (<em class="parameter"><code><a class="link" href="CamelNNTPStoreSummary.html" title="CamelNNTPStoreSummary"><span class="type">CamelNNTPStoreSummary</span></a> *s</code></em>,
 
131
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *path</code></em>,
 
132
                                                         <em class="parameter"><code><span class="type">gchar</span> dir_sep</code></em>);</pre>
 
133
</div>
 
134
<hr>
 
135
<div class="refsect2">
 
136
<a name="camel-nntp-store-summary-dotted-to-full"></a><h3>camel_nntp_store_summary_dotted_to_full ()</h3>
 
137
<pre class="programlisting"><span class="returnvalue">gchar</span> *             camel_nntp_store_summary_dotted_to_full
 
138
                                                        (<em class="parameter"><code><a class="link" href="CamelNNTPStoreSummary.html" title="CamelNNTPStoreSummary"><span class="type">CamelNNTPStoreSummary</span></a> *s</code></em>,
 
139
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *dotted</code></em>,
 
140
                                                         <em class="parameter"><code><span class="type">gchar</span> dir_sep</code></em>);</pre>
 
141
</div>
 
142
<hr>
 
143
<div class="refsect2">
 
144
<a name="camel-nntp-store-summary-full-name"></a><h3>camel_nntp_store_summary_full_name ()</h3>
 
145
<pre class="programlisting"><a class="link" href="CamelNNTPStoreSummary.html#CamelNNTPStoreInfo" title="struct CamelNNTPStoreInfo"><span class="returnvalue">CamelNNTPStoreInfo</span></a> * camel_nntp_store_summary_full_name (<em class="parameter"><code><a class="link" href="CamelNNTPStoreSummary.html" title="CamelNNTPStoreSummary"><span class="type">CamelNNTPStoreSummary</span></a> *s</code></em>,
 
146
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *full_name</code></em>);</pre>
 
147
<p>
 
148
Retrieve a summary item by full name.
 
149
</p>
 
150
<p>
 
151
The returned <a class="link" href="CamelNNTPStoreSummary.html#CamelNNTPStoreInfo" title="struct CamelNNTPStoreInfo"><span class="type">CamelNNTPStoreInfo</span></a> is referenced for thread-safety and should
 
152
be unreferenced with <a class="link" href="CamelStoreSummary.html#camel-store-summary-info-unref" title="camel_store_summary_info_unref ()"><code class="function">camel_store_summary_info_unref()</code></a> when finished with it.
 
153
</p>
 
154
<div class="variablelist"><table border="0">
 
155
<col align="left" valign="top">
 
156
<tbody><tr>
 
157
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
 
158
<td>The summary item, or NULL if the <em class="parameter"><code>full_name</code></em> name
 
159
is not available.</td>
 
160
</tr></tbody>
 
161
</table></div>
 
162
</div>
 
163
<hr>
 
164
<div class="refsect2">
 
165
<a name="camel-nntp-store-summary-add-from-full"></a><h3>camel_nntp_store_summary_add_from_full ()</h3>
 
166
<pre class="programlisting"><a class="link" href="CamelNNTPStoreSummary.html#CamelNNTPStoreInfo" title="struct CamelNNTPStoreInfo"><span class="returnvalue">CamelNNTPStoreInfo</span></a> * camel_nntp_store_summary_add_from_full
 
167
                                                        (<em class="parameter"><code><a class="link" href="CamelNNTPStoreSummary.html" title="CamelNNTPStoreSummary"><span class="type">CamelNNTPStoreSummary</span></a> *s</code></em>,
 
168
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *full_name</code></em>,
 
169
                                                         <em class="parameter"><code><span class="type">gchar</span> dir_sep</code></em>);</pre>
 
170
</div>
 
171
<hr>
 
172
<div class="refsect2">
 
173
<a name="camel-nntp-store-summary-full-from-path"></a><h3>camel_nntp_store_summary_full_from_path ()</h3>
 
174
<pre class="programlisting"><span class="returnvalue">gchar</span> *             camel_nntp_store_summary_full_from_path
 
175
                                                        (<em class="parameter"><code><a class="link" href="CamelNNTPStoreSummary.html" title="CamelNNTPStoreSummary"><span class="type">CamelNNTPStoreSummary</span></a> *s</code></em>,
 
176
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *path</code></em>);</pre>
 
177
</div>
 
178
</div>
 
179
</div>
 
180
<div class="footer">
 
181
<hr>
 
182
          Generated by GTK-Doc V1.19</div>
 
183
</body>
 
184
</html>
 
 
b'\\ No newline at end of file'