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

« back to all changes in this revision

Viewing changes to docs/reference/addressbook/libedata-book/html/libedata-book-EDataBookFactory.html

  • Committer: Bazaar Package Importer
  • Author(s): Mathieu Trudel-Lapierre, Ken VanDine, Mathieu Trudel-Lapierre
  • Date: 2011-06-23 17:40:41 UTC
  • mfrom: (1.1.88 upstream)
  • Revision ID: james.westby@ubuntu.com-20110623174041-4wd9jvs07wfinyet
Tags: 3.1.2-0ubuntu1
* New upstream version
  - bgo 589495 - Search folder by Size (KB) counts bytes, not KB (LP: #385859)
  - bgo 649757 - Filtering on a source account always succeeded (LP: #781391)
  - bgo 418954 - Add a separate entry combo for port numbers (LP: #160304)

[ Ken VanDine ]
* debian/libebook1.2-dev.install
  - Include EBook-1.2.gir
* debian/control
  - Added gir1.2-ebook-1.2 binary

[ Mathieu Trudel-Lapierre ]
* debian/control: drop libegroupwise1.2-13, libegroupwise-dev, they are now
  an independent module.
* debian/libegroupwise1.2-13.install,
  debian/libegroupwise1.2-dev.install,
  debian/lintian/libegroupwise1.2-13: dropped, see above.
* debian/control, debian/libe*.install, debian/lintian/libe*: rename and
  update files where needed to follow upstream soname changes.
* debian/control: bump evolution-data-server's Depends to libcamel-1.2-26.
* debian/rules: update to use makeshlibs with the new libcamel soname.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
<pre class="synopsis">#define             <a class="link" href="libedata-book-EDataBookFactory.html#E-DATA-BOOK-FACTORY-ERROR:CAPS" title="E_DATA_BOOK_FACTORY_ERROR">E_DATA_BOOK_FACTORY_ERROR</a>
41
41
enum                <a class="link" href="libedata-book-EDataBookFactory.html#EDataBookFactoryError" title="enum EDataBookFactoryError">EDataBookFactoryError</a>;
42
42
                    <a class="link" href="libedata-book-EDataBookFactory.html#EDataBookFactory" title="EDataBookFactory">EDataBookFactory</a>;
43
 
<span class="returnvalue">void</span>                <a class="link" href="libedata-book-EDataBookFactory.html#e-data-book-factory-set-backend-mode" title="e_data_book_factory_set_backend_mode ()">e_data_book_factory_set_backend_mode</a>
44
 
                                                        (<em class="parameter"><code><a class="link" href="libedata-book-EDataBookFactory.html#EDataBookFactory" title="EDataBookFactory"><span class="type">EDataBookFactory</span></a> *factory</code></em>,
45
 
                                                         <em class="parameter"><code><span class="type">gint</span> mode</code></em>);
46
43
</pre>
47
44
</div>
48
45
<div class="refsect1" title="Description">
80
77
<p>
81
78
</p>
82
79
</div>
83
 
<hr>
84
 
<div class="refsect2" title="e_data_book_factory_set_backend_mode ()">
85
 
<a name="e-data-book-factory-set-backend-mode"></a><h3>e_data_book_factory_set_backend_mode ()</h3>
86
 
<pre class="programlisting"><span class="returnvalue">void</span>                e_data_book_factory_set_backend_mode
87
 
                                                        (<em class="parameter"><code><a class="link" href="libedata-book-EDataBookFactory.html#EDataBookFactory" title="EDataBookFactory"><span class="type">EDataBookFactory</span></a> *factory</code></em>,
88
 
                                                         <em class="parameter"><code><span class="type">gint</span> mode</code></em>);</pre>
89
 
<p>
90
 
Sets the online mode for all backends created by the given factory.
91
 
</p>
92
 
<div class="variablelist"><table border="0">
93
 
<col align="left" valign="top">
94
 
<tbody>
95
 
<tr>
96
 
<td><p><span class="term"><em class="parameter"><code>factory</code></em> :</span></p></td>
97
 
<td>A bookendar factory.
98
 
</td>
99
 
</tr>
100
 
<tr>
101
 
<td><p><span class="term"><em class="parameter"><code>mode</code></em> :</span></p></td>
102
 
<td>Online mode to set.
103
 
</td>
104
 
</tr>
105
 
</tbody>
106
 
</table></div>
107
 
</div>
108
80
</div>
109
81
</div>
110
82
<div class="footer">