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

« back to all changes in this revision

Viewing changes to docs/reference/libedataserver/html/ESourceRefresh.html

  • Committer: Package Import Robot
  • Author(s): Chris Coulson
  • Date: 2012-10-08 12:58:16 UTC
  • mfrom: (181.1.7 quantal)
  • Revision ID: package-import@ubuntu.com-20121008125816-i3n76e8c0m64e7xp
Tags: 3.6.0-0ubuntu2
* Fix LP: #1038047 part 1 - Don't abort in e_source_registry_new* when a
  problem occurs connecting to the Dbus service
  - add debian/patches/dont-abort-in-e_source_registry_new.patch
  - update debian/patches/series
* Fix LP: #1038047 part 2 - libedataserver depends on
  evolution-data-server-common to ensure that the GSettings schemas are
  present
  - update debian/control

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
<link rel="home" href="index.html" title="Evolution-Data-Server Manual: Utilities (libedataserver)">
8
8
<link rel="up" href="ch02.html" title="Data Source Extensions">
9
9
<link rel="prev" href="ESourceOpenPGP.html" title="ESourceOpenPGP">
10
 
<link rel="next" href="ESourceSecurity.html" title="ESourceSecurity">
 
10
<link rel="next" href="ESourceResource.html" title="ESourceResource">
11
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>
18
18
<td><a accesskey="u" href="ch02.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
19
19
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
20
20
<th width="100%" align="center">Evolution-Data-Server Manual: Utilities (libedataserver)</th>
21
 
<td><a accesskey="n" href="ESourceSecurity.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
 
21
<td><a accesskey="n" href="ESourceResource.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
22
22
</tr>
23
23
<tr><td colspan="5" class="shortcuts">
24
24
<a href="#ESourceRefresh.synopsis" class="shortcut">Top</a>
256
256
<a name="ESourceRefreshFunc"></a><h3>ESourceRefreshFunc ()</h3>
257
257
<pre class="programlisting"><span class="returnvalue">void</span>                (*ESourceRefreshFunc)               (<em class="parameter"><code><a class="link" href="ESource.html" title="ESource"><span class="type">ESource</span></a> *source</code></em>,
258
258
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre>
 
259
<p class="since">Since 3.6</p>
259
260
</div>
260
261
<hr>
261
262
<div class="refsect2">