~cyphermox/ubuntu/quantal/evolution-data-server/autopkgtests

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2011-09-19 12:15:29 UTC
  • mfrom: (1.1.93 upstream)
  • Revision ID: package-import@ubuntu.com-20110919121529-nsmfnges77ec7hux
Tags: 3.1.92-0ubuntu1
* New upstream release.
  - Cannot add more than one appointment per session (LP: #852277)
  - Contacts calendar backend doesn't show events (LP: #853905)
  - Set X-Evolution-Source header consistently (LP: #660626)

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>CamelMimeFilterProgress</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
7
7
<link rel="home" href="index.html" title="Camel Reference Manual">
8
8
<link rel="up" href="Stream-Filters.html" title="Stream Filters">
9
9
<link rel="prev" href="CamelMimeFilterPgp.html" title="CamelMimeFilterPgp">
10
10
<link rel="next" href="CamelMimeFilterSave.html" title="CamelMimeFilterSave">
11
 
<meta name="generator" content="GTK-Doc V1.17 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.18 (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">
40
40
<div class="refsynopsisdiv">
41
41
<a name="CamelMimeFilterProgress.synopsis"></a><h2>Synopsis</h2>
42
42
<pre class="synopsis">struct              <a class="link" href="CamelMimeFilterProgress.html#CamelMimeFilterProgress-struct" title="struct CamelMimeFilterProgress">CamelMimeFilterProgress</a>;
43
 
<a class="link" href="CamelMimeFilter.html" title="CamelMimeFilter"><span class="returnvalue">CamelMimeFilter</span></a> *   <a class="link" href="CamelMimeFilterProgress.html#camel-mime-filter-progress-new" title="camel_mime_filter_progress_new ()">camel_mime_filter_progress_new</a>      (<em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
44
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gsize"><span class="type">gsize</span></a> total</code></em>);
 
43
<a class="link" href="CamelMimeFilter.html" title="CamelMimeFilter"><span class="returnvalue">CamelMimeFilter</span></a> *   <a class="link" href="CamelMimeFilterProgress.html#camel-mime-filter-progress-new" title="camel_mime_filter_progress_new ()">camel_mime_filter_progress_new</a>      (<em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
 
44
                                                         <em class="parameter"><code><span class="type">gsize</span> total</code></em>);
45
45
</pre>
46
46
</div>
47
47
<div class="refsect1">
48
48
<a name="CamelMimeFilterProgress.object-hierarchy"></a><h2>Object Hierarchy</h2>
49
49
<pre class="synopsis">
50
 
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
 
50
  GObject
51
51
   +----<a class="link" href="CamelObject.html" title="CamelObject">CamelObject</a>
52
52
         +----<a class="link" href="CamelMimeFilter.html" title="CamelMimeFilter">CamelMimeFilter</a>
53
53
               +----CamelMimeFilterProgress
68
68
<hr>
69
69
<div class="refsect2">
70
70
<a name="camel-mime-filter-progress-new"></a><h3>camel_mime_filter_progress_new ()</h3>
71
 
<pre class="programlisting"><a class="link" href="CamelMimeFilter.html" title="CamelMimeFilter"><span class="returnvalue">CamelMimeFilter</span></a> *   camel_mime_filter_progress_new      (<em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
72
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gsize"><span class="type">gsize</span></a> total</code></em>);</pre>
 
71
<pre class="programlisting"><a class="link" href="CamelMimeFilter.html" title="CamelMimeFilter"><span class="returnvalue">CamelMimeFilter</span></a> *   camel_mime_filter_progress_new      (<em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
 
72
                                                         <em class="parameter"><code><span class="type">gsize</span> total</code></em>);</pre>
73
73
<p>
74
74
Create a new <a class="link" href="CamelMimeFilterProgress.html" title="CamelMimeFilterProgress"><span class="type">CamelMimeFilterProgress</span></a> object that will report streaming
75
75
progress.  While the function will silently accept <em class="parameter"><code>cancellable</code></em> being
76
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> or a plain <a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> for convenience sake, no progress will be
 
76
<a href="/home/chen/opt-unstable/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> or a plain <span class="type">GCancellable</span> for convenience sake, no progress will be
77
77
reported unless <em class="parameter"><code>cancellable</code></em> is a <a class="link" href="camel-camel-operation.html#CamelOperation" title="struct CamelOperation"><span class="type">CamelOperation</span></a>.
78
78
</p>
79
79
<div class="variablelist"><table border="0">
81
81
<tbody>
82
82
<tr>
83
83
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
84
 
<td>a <a class="link" href="camel-camel-operation.html#CamelOperation" title="struct CamelOperation"><span class="type">CamelOperation</span></a> cast as a <a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a>
 
84
<td>a <a class="link" href="camel-camel-operation.html#CamelOperation" title="struct CamelOperation"><span class="type">CamelOperation</span></a> cast as a <span class="type">GCancellable</span>
85
85
</td>
86
86
</tr>
87
87
<tr>
100
100
</div>
101
101
<div class="footer">
102
102
<hr>
103
 
          Generated by GTK-Doc V1.17</div>
 
103
          Generated by GTK-Doc V1.18</div>
104
104
</body>
105
105
</html>
 
 
b'\\ No newline at end of file'