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

« back to all changes in this revision

Viewing changes to docs/reference/calendar/libecal/html/ECal.html

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2010-06-21 14:38:41 UTC
  • mfrom: (1.1.80 upstream)
  • Revision ID: james.westby@ubuntu.com-20100621143841-pdgwume6r8rhzoyo
Tags: 2.30.2-0ubuntu1
* New upstream release:
  - Mail inline parser doesn't always work (Milan Crha) (LP: #219104)
  - Corruption of mailbox and can't expunge trash (Milan Crha)
    (LP: #286497, #325157)
  - WebDAV addressbook is too strict about content-type (Petr Tomasek)
  - Handle server's resource rename on WebDAV PUT response (Milan Crha)
  - Use NSS SQLite database, if available (Craig Ringer)
  - Fix NULL return without exception on krb5-auth-dialog
    failure (David Woodhouse)
  - Categories not translated in menus (Matthew Barnes) (LP: #443215)
  - Fix translation domain for default categories (Gert Michael Kulyk)
  - Mishandling of '@' in WebDAV contacts username (Milan Crha)
    (LP: #497146)
  - Use CRLF in signed & encrypted S/MIME messages
  - Remove superfluous space in flags in APPEND command (David Woodhouse)
  - Crash in gnome_keyring_item_info_free from e-passwords.c (Milan Crha)
  - Fix GSSAPI (and other SASL) authentication for imapx (David Woodhouse)
  - Teach camel_sexp_to_sql_sexp about no-arg (match-all)
    (Matt McCutchen 2)
  - Contacts are not displayed in GW Addressbook (Bharath Acharya)
  - Don't use an unitialized key in folder_changed_remove_uid
    (Claudio Saavedra)
  - Evolution didn't quit due to deadlock (Milan Crha)
  - Crash of e-addressbook-factory on second start of evolution (Milan Crha)
  - Fix translation of birthday and anniversary events (Gert Michael Kulyk)
  - Return formatted address in e_destination_get_address (David Ayers)
    (LP: #229187)
  - Add imap-over-custom-command support for imapx (David Woodhouse)
  - Fix fetch of large mails from broken servers like Exchange
    (David Woodhouse)
  - Fix double command ->complete() in imapx_command_start_next()
    (David Woodhouse)
  - Fix double-free of is->literal in cancel_all_jobs() (David Woodhouse)
  - use 'UID FETCH' instead of 'FETCH' for scan_changes (David Woodhouse)
  - Remove GroupWise debugging messages. (Matthew Barnes)
  - Bump libedataserver soname twice. (Matthew Barnes)
  - Check EBook DBus error names without underscores too (Milan Crha)
  - Create a section in the name selector dialog in its own function
    (Federico Mena Quintero)
  - Create the configdir instead of bailing out if it does not exist
    (Fridrich Štrba)
  -  Don't set a default vertical size for the name selector window
    (Federico Mena Quintero)
  - Fix locking issues in cancel_all_jobs() (David Woodhouse)
  - Fix pointlessly narrow default width in the name selection dialog
  - Name the pointless label at the top, so it can be disabled for MeeGo
    (Michael Meeks)
  - Fix tagprefix for multiple accounts. (David Woodhouse)
  - Fix typo in patch for bug on WebDAV (Milan Crha)
  - Put the name selector's section labels in the same row as the
    treeviews (Federico Mena Quintero)
  - Redo the container hierarchy in the name selector dialog
    (Federico Mena Quintero)
  - Remove an unused label in the name selector dialog
    (Federico Mena Quintero)
  - Remove border_width from the name selector's dialog toplevel
    contents (Federico Mena Quintero)
  - Shrink the spacing between the name selector's sections
    (Federico Mena Quintero)
  - Skip WebDAV responses which don't begin with BEGIN:VCARD (Milan Crha)
  - Specify the executable extension where applicable in the service
    files (Fridrich Štrba)
  - updated translations
* Removed patches from upstream:
  - debian/patches/01_unitialized_key.patch
  - debian/patches/02_fix-warning-in_source_get_uri.patch
  - debian/patches/03_bump-soname-libedataserver.patch
* debian/patches/25_mute-debug-messages.patch updated
* debian/patches/90_autoreconf.patch: refreshed

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
<span class="returnvalue">GType</span>               <a class="link" href="ECal.html#e-cal-source-type-enum-get-type" title="e_cal_source_type_enum_get_type ()">e_cal_source_type_enum_get_type</a>     (<em class="parameter"><code><span class="type">void</span></code></em>);
56
56
<span class="returnvalue">GType</span>               <a class="link" href="ECal.html#e-cal-set-mode-status-enum-get-type" title="e_cal_set_mode_status_enum_get_type ()">e_cal_set_mode_status_enum_get_type</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
57
57
<span class="returnvalue">GType</span>               <a class="link" href="ECal.html#cal-mode-enum-get-type" title="cal_mode_enum_get_type ()">cal_mode_enum_get_type</a>              (<em class="parameter"><code><span class="type">void</span></code></em>);
58
 
<a class="link" href="ECal.html" title="ECal"><span class="returnvalue">ECal</span></a> *              <a class="link" href="ECal.html#e-cal-new" title="e_cal_new ()">e_cal_new</a>                           (<em class="parameter"><code><span class="type">ESource</span> *source</code></em>,
 
58
<a class="link" href="ECal.html" title="ECal"><span class="returnvalue">ECal</span></a> *              <a class="link" href="ECal.html#e-cal-new" title="e_cal_new ()">e_cal_new</a>                           (<em class="parameter"><code><a href="/home/mbarnes/local/stable/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>,
59
59
                                                         <em class="parameter"><code><a class="link" href="ECal.html#ECalSourceType" title="enum ECalSourceType"><span class="type">ECalSourceType</span></a> type</code></em>);
60
60
<a class="link" href="ECal.html" title="ECal"><span class="returnvalue">ECal</span></a> *              <a class="link" href="ECal.html#e-cal-new-from-uri" title="e_cal_new_from_uri ()">e_cal_new_from_uri</a>                  (<em class="parameter"><code>const <span class="type">gchar</span> *uri</code></em>,
61
61
                                                         <em class="parameter"><code><a class="link" href="ECal.html#ECalSourceType" title="enum ECalSourceType"><span class="type">ECalSourceType</span></a> type</code></em>);
78
78
                                                         <em class="parameter"><code><a class="link" href="libecal-e-cal-util.html#CalMode" title="enum CalMode"><span class="type">CalMode</span></a> mode</code></em>);
79
79
<a class="link" href="ECal.html#ECalSourceType" title="enum ECalSourceType"><span class="returnvalue">ECalSourceType</span></a>      <a class="link" href="ECal.html#e-cal-get-source-type" title="e_cal_get_source_type ()">e_cal_get_source_type</a>               (<em class="parameter"><code><a class="link" href="ECal.html" title="ECal"><span class="type">ECal</span></a> *ecal</code></em>);
80
80
<a class="link" href="ECal.html#ECalLoadState" title="enum ECalLoadState"><span class="returnvalue">ECalLoadState</span></a>       <a class="link" href="ECal.html#e-cal-get-load-state" title="e_cal_get_load_state ()">e_cal_get_load_state</a>                (<em class="parameter"><code><a class="link" href="ECal.html" title="ECal"><span class="type">ECal</span></a> *ecal</code></em>);
81
 
<span class="returnvalue">ESource</span> *           <a class="link" href="ECal.html#e-cal-get-source" title="e_cal_get_source ()">e_cal_get_source</a>                    (<em class="parameter"><code><a class="link" href="ECal.html" title="ECal"><span class="type">ECal</span></a> *ecal</code></em>);
 
81
<a href="/home/mbarnes/local/stable/share/gtk-doc/html/libedataserver/ESource.html"><span class="returnvalue">ESource</span></a> *           <a class="link" href="ECal.html#e-cal-get-source" title="e_cal_get_source ()">e_cal_get_source</a>                    (<em class="parameter"><code><a class="link" href="ECal.html" title="ECal"><span class="type">ECal</span></a> *ecal</code></em>);
82
82
const <span class="returnvalue">gchar</span> *       <a class="link" href="ECal.html#e-cal-get-uri" title="e_cal_get_uri ()">e_cal_get_uri</a>                       (<em class="parameter"><code><a class="link" href="ECal.html" title="ECal"><span class="type">ECal</span></a> *ecal</code></em>);
83
83
<span class="returnvalue">gboolean</span>            <a class="link" href="ECal.html#e-cal-is-read-only" title="e_cal_is_read_only ()">e_cal_is_read_only</a>                  (<em class="parameter"><code><a class="link" href="ECal.html" title="ECal"><span class="type">ECal</span></a> *ecal</code></em>,
84
84
                                                         <em class="parameter"><code><span class="type">gboolean</span> *read_only</code></em>,
207
207
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
208
208
<span class="returnvalue">gboolean</span>            <a class="link" href="ECal.html#e-cal-set-default" title="e_cal_set_default ()">e_cal_set_default</a>                   (<em class="parameter"><code><a class="link" href="ECal.html" title="ECal"><span class="type">ECal</span></a> *ecal</code></em>,
209
209
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
210
 
<span class="returnvalue">gboolean</span>            <a class="link" href="ECal.html#e-cal-set-default-source" title="e_cal_set_default_source ()">e_cal_set_default_source</a>            (<em class="parameter"><code><span class="type">ESource</span> *source</code></em>,
 
210
<span class="returnvalue">gboolean</span>            <a class="link" href="ECal.html#e-cal-set-default-source" title="e_cal_set_default_source ()">e_cal_set_default_source</a>            (<em class="parameter"><code><a href="/home/mbarnes/local/stable/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>,
211
211
                                                         <em class="parameter"><code><a class="link" href="ECal.html#ECalSourceType" title="enum ECalSourceType"><span class="type">ECalSourceType</span></a> type</code></em>,
212
212
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
213
 
<span class="returnvalue">gboolean</span>            <a class="link" href="ECal.html#e-cal-get-sources" title="e_cal_get_sources ()">e_cal_get_sources</a>                   (<em class="parameter"><code><span class="type">ESourceList</span> **sources</code></em>,
 
213
<span class="returnvalue">gboolean</span>            <a class="link" href="ECal.html#e-cal-get-sources" title="e_cal_get_sources ()">e_cal_get_sources</a>                   (<em class="parameter"><code><a href="/home/mbarnes/local/stable/share/gtk-doc/html/libedataserver/ESourceList.html"><span class="type">ESourceList</span></a> **sources</code></em>,
214
214
                                                         <em class="parameter"><code><a class="link" href="ECal.html#ECalSourceType" title="enum ECalSourceType"><span class="type">ECalSourceType</span></a> type</code></em>,
215
215
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
216
216
const <span class="returnvalue">gchar</span> *       <a class="link" href="ECal.html#e-cal-get-local-attachment-store" title="e_cal_get_local_attachment_store ()">e_cal_get_local_attachment_store</a>    (<em class="parameter"><code><a class="link" href="ECal.html" title="ECal"><span class="type">ECal</span></a> *ecal</code></em>);
412
412
<hr>
413
413
<div class="refsect2" title="e_cal_new ()">
414
414
<a name="e-cal-new"></a><h3>e_cal_new ()</h3>
415
 
<pre class="programlisting"><a class="link" href="ECal.html" title="ECal"><span class="returnvalue">ECal</span></a> *              e_cal_new                           (<em class="parameter"><code><span class="type">ESource</span> *source</code></em>,
 
415
<pre class="programlisting"><a class="link" href="ECal.html" title="ECal"><span class="returnvalue">ECal</span></a> *              e_cal_new                           (<em class="parameter"><code><a href="/home/mbarnes/local/stable/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>,
416
416
                                                         <em class="parameter"><code><a class="link" href="ECal.html#ECalSourceType" title="enum ECalSourceType"><span class="type">ECalSourceType</span></a> type</code></em>);</pre>
417
417
<p>
418
418
Creates a new calendar client. This does not open the calendar itself,
423
423
<tbody>
424
424
<tr>
425
425
<td><p><span class="term"><em class="parameter"><code>source</code></em> :</span></p></td>
426
 
<td>An <span class="type">ESource</span> to be used for the client.
 
426
<td>An <a href="/home/mbarnes/local/stable/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a> to be used for the client.
427
427
</td>
428
428
</tr>
429
429
<tr>
791
791
<hr>
792
792
<div class="refsect2" title="e_cal_get_source ()">
793
793
<a name="e-cal-get-source"></a><h3>e_cal_get_source ()</h3>
794
 
<pre class="programlisting"><span class="returnvalue">ESource</span> *           e_cal_get_source                    (<em class="parameter"><code><a class="link" href="ECal.html" title="ECal"><span class="type">ECal</span></a> *ecal</code></em>);</pre>
 
794
<pre class="programlisting"><a href="/home/mbarnes/local/stable/share/gtk-doc/html/libedataserver/ESource.html"><span class="returnvalue">ESource</span></a> *           e_cal_get_source                    (<em class="parameter"><code><a class="link" href="ECal.html" title="ECal"><span class="type">ECal</span></a> *ecal</code></em>);</pre>
795
795
<p>
796
796
Queries the source that is open in a calendar client.
797
797
</p>
2340
2340
<hr>
2341
2341
<div class="refsect2" title="e_cal_set_default_source ()">
2342
2342
<a name="e-cal-set-default-source"></a><h3>e_cal_set_default_source ()</h3>
2343
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            e_cal_set_default_source            (<em class="parameter"><code><span class="type">ESource</span> *source</code></em>,
 
2343
<pre class="programlisting"><span class="returnvalue">gboolean</span>            e_cal_set_default_source            (<em class="parameter"><code><a href="/home/mbarnes/local/stable/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>,
2344
2344
                                                         <em class="parameter"><code><a class="link" href="ECal.html#ECalSourceType" title="enum ECalSourceType"><span class="type">ECalSourceType</span></a> type</code></em>,
2345
2345
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
2346
2346
<p>
2351
2351
<tbody>
2352
2352
<tr>
2353
2353
<td><p><span class="term"><em class="parameter"><code>source</code></em> :</span></p></td>
2354
 
<td>An <span class="type">ESource</span>.
 
2354
<td>An <a href="/home/mbarnes/local/stable/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a>.
2355
2355
</td>
2356
2356
</tr>
2357
2357
<tr>
2375
2375
<hr>
2376
2376
<div class="refsect2" title="e_cal_get_sources ()">
2377
2377
<a name="e-cal-get-sources"></a><h3>e_cal_get_sources ()</h3>
2378
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            e_cal_get_sources                   (<em class="parameter"><code><span class="type">ESourceList</span> **sources</code></em>,
 
2378
<pre class="programlisting"><span class="returnvalue">gboolean</span>            e_cal_get_sources                   (<em class="parameter"><code><a href="/home/mbarnes/local/stable/share/gtk-doc/html/libedataserver/ESourceList.html"><span class="type">ESourceList</span></a> **sources</code></em>,
2379
2379
                                                         <em class="parameter"><code><a class="link" href="ECal.html#ECalSourceType" title="enum ECalSourceType"><span class="type">ECalSourceType</span></a> type</code></em>,
2380
2380
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
2381
2381
<p>