~ubuntu-branches/ubuntu/maverick/evolution-data-server/maverick-updates

« back to all changes in this revision

Viewing changes to docs/reference/libedataserver/xml/e-xml-utils.xml

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-07-27 16:04:20 UTC
  • mfrom: (1.1.70 upstream)
  • Revision ID: james.westby@ubuntu.com-20090727160420-dr27rzbz6ddjqo04
Tags: 2.27.5-0ubuntu1
* New upstream version: 
  Bug Fixes:
  Address Book:
  - #587558 - Removing a picture of a contact in an LDAP addressbook
              crashes evolution 
  - #589325 - Evolution Contacts reports ambiguous error on Google
              Contacts authentication failure with bad password 
  Calendar:
  - #572176 - Allow local iCal files to be selected as calendar source
  - #586342 - CalDAV backend does not support attachments 
  - #588857 - CalDAV for Google calendars should allow email notifications
  Mail:
  - #524219 (bnc) - Unable to read forward groupwise mails in other clients.
  - #588220 - Evolution crashed when starting with local account configured 
  - #588573 - NULL string comparison in camel-search-sql-sexp.c
  Miscellaneous:
  - #583374 - The broken Google calendar import should be replaced by
              the working CalDAV support 
  - #588277 - Unnecessary special-purpose configure flag 
  Other Fixes:
  Handle quota error messages. 
  Return the proper timezone to get the counts right in all timezones.
  CamelVeeFolder - pass exceptions to functions instead of NULL
  Migrate caldav, groupwise, http, weather backends to ECalBackendStore.   
  Translations

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
<manvolnum>3</manvolnum>
8
8
<refmiscinfo>LIBEDATASERVER Library</refmiscinfo>
9
9
</refmeta>
 
10
 
10
11
<refnamediv>
11
12
<refname>e-xml-utils</refname>
12
13
<refpurpose></refpurpose>
15
16
<refsynopsisdiv id="libedataserver-e-xml-utils.synopsis" role="synopsis">
16
17
<title role="synopsis.title">Synopsis</title>
17
18
 
18
 
<synopsis><link linkend="xmlDocPtr">xmlDocPtr</link>           <link linkend="e-xml-parse-file">e_xml_parse_file</link>                    (const <link linkend="gchar">gchar</link> *filename);
 
19
<synopsis>
 
20
<link linkend="xmlDocPtr">xmlDocPtr</link>           <link linkend="e-xml-parse-file">e_xml_parse_file</link>                    (const <link linkend="gchar">gchar</link> *filename);
19
21
<link linkend="gint">gint</link>                <link linkend="e-xml-save-file">e_xml_save_file</link>                     (const <link linkend="gchar">gchar</link> *filename,
20
22
                                                         <link linkend="xmlDocPtr">xmlDocPtr</link> doc);
21
23
<link linkend="xmlNode">xmlNode</link> *           <link linkend="e-xml-get-child-by-name">e_xml_get_child_by_name</link>             (const <link linkend="xmlNode">xmlNode</link> *parent,
23
25
</synopsis>
24
26
</refsynopsisdiv>
25
27
 
 
28
 
 
29
 
 
30
 
 
31
 
 
32
 
 
33
 
 
34
 
 
35
 
26
36
<refsect1 id="libedataserver-e-xml-utils.description" role="desc">
27
37
<title role="desc.title">Description</title>
28
38
<para>
29
39
</para>
30
40
</refsect1>
 
41
 
31
42
<refsect1 id="libedataserver-e-xml-utils.details" role="details">
32
43
<title role="details.title">Details</title>
33
44
<refsect2 id="e-xml-parse-file" role="function">
34
45
<title>e_xml_parse_file ()</title>
35
 
<indexterm zone="e-xml-parse-file"><primary>e_xml_parse_file</primary></indexterm>
36
 
<programlisting><link linkend="xmlDocPtr">xmlDocPtr</link>           e_xml_parse_file                    (const <link linkend="gchar">gchar</link> *filename);</programlisting>
 
46
<indexterm zone="e-xml-parse-file"><primary sortas="e_xml_parse_file">e_xml_parse_file</primary></indexterm><programlisting><link linkend="xmlDocPtr">xmlDocPtr</link>           e_xml_parse_file                    (const <link linkend="gchar">gchar</link> *filename);</programlisting>
37
47
<para>
38
48
</para><variablelist role="params">
39
49
<varlistentry><term><parameter>filename</parameter>&#160;:</term>
44
54
</variablelist></refsect2>
45
55
<refsect2 id="e-xml-save-file" role="function">
46
56
<title>e_xml_save_file ()</title>
47
 
<indexterm zone="e-xml-save-file"><primary>e_xml_save_file</primary></indexterm>
48
 
<programlisting><link linkend="gint">gint</link>                e_xml_save_file                     (const <link linkend="gchar">gchar</link> *filename,
 
57
<indexterm zone="e-xml-save-file"><primary sortas="e_xml_save_file">e_xml_save_file</primary></indexterm><programlisting><link linkend="gint">gint</link>                e_xml_save_file                     (const <link linkend="gchar">gchar</link> *filename,
49
58
                                                         <link linkend="xmlDocPtr">xmlDocPtr</link> doc);</programlisting>
50
59
<para>
51
60
</para><variablelist role="params">
60
69
</variablelist></refsect2>
61
70
<refsect2 id="e-xml-get-child-by-name" role="function">
62
71
<title>e_xml_get_child_by_name ()</title>
63
 
<indexterm zone="e-xml-get-child-by-name"><primary>e_xml_get_child_by_name</primary></indexterm>
64
 
<programlisting><link linkend="xmlNode">xmlNode</link> *           e_xml_get_child_by_name             (const <link linkend="xmlNode">xmlNode</link> *parent,
 
72
<indexterm zone="e-xml-get-child-by-name"><primary sortas="e_xml_get_child_by_name">e_xml_get_child_by_name</primary></indexterm><programlisting><link linkend="xmlNode">xmlNode</link> *           e_xml_get_child_by_name             (const <link linkend="xmlNode">xmlNode</link> *parent,
65
73
                                                         const <link linkend="xmlChar">xmlChar</link> *child_name);</programlisting>
66
74
<para>
67
75
</para><variablelist role="params">
77
85
 
78
86
</refsect1>
79
87
 
 
88
 
 
89
 
 
90
 
80
91
</refentry>