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

« back to all changes in this revision

Viewing changes to docs/reference/libedataserverui/xml/e-name-selector-list.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>LIBEDATASERVERUI Library</refmiscinfo>
9
9
</refmeta>
 
10
 
10
11
<refnamediv>
11
12
<refname>ENameSelectorList</refname>
12
13
<refpurpose></refpurpose>
15
16
<refsynopsisdiv id="ENameSelectorList.synopsis" role="synopsis">
16
17
<title role="synopsis.title">Synopsis</title>
17
18
 
18
 
<synopsis>                    <link linkend="ENameSelectorList-struct">ENameSelectorList</link>;
 
19
<synopsis>
 
20
                    <link linkend="ENameSelectorList-struct">ENameSelectorList</link>;
19
21
<link linkend="ENameSelectorList">ENameSelectorList</link> * <link linkend="e-name-selector-list-new">e_name_selector_list_new</link>            (void);
20
22
<link linkend="void">void</link>                <link linkend="e-name-selector-list-expand-clicked">e_name_selector_list_expand_clicked</link> (<link linkend="ENameSelectorList">ENameSelectorList</link> *list);
21
23
</synopsis>
22
24
</refsynopsisdiv>
 
25
 
23
26
<refsect1 id="ENameSelectorList.object-hierarchy" role="object_hierarchy">
24
27
<title role="object_hierarchy.title">Object Hierarchy</title>
25
28
<synopsis>
32
35
                                 +----ENameSelectorList
33
36
</synopsis>
34
37
</refsect1>
 
38
 
 
39
 
 
40
 
35
41
<refsect1 id="ENameSelectorList.implemented-interfaces" role="impl_interfaces">
36
42
<title role="impl_interfaces.title">Implemented Interfaces</title>
37
43
<para>
39
45
 <link linkend="GtkBuildable">GtkBuildable</link>,  <link linkend="GtkEditable">GtkEditable</link>,  <link linkend="GtkCellEditable">GtkCellEditable</link> and  <link linkend="AtkImplementorIface">AtkImplementorIface</link>.</para>
40
46
</refsect1>
41
47
 
 
48
 
 
49
 
 
50
 
 
51
 
42
52
<refsect1 id="ENameSelectorList.description" role="desc">
43
53
<title role="desc.title">Description</title>
44
54
<para>
45
55
</para>
46
56
</refsect1>
 
57
 
47
58
<refsect1 id="ENameSelectorList.details" role="details">
48
59
<title role="details.title">Details</title>
49
60
<refsect2 id="ENameSelectorList-struct" role="struct">
50
61
<title>ENameSelectorList</title>
51
 
<indexterm zone="ENameSelectorList-struct"><primary>ENameSelectorList</primary></indexterm>
52
 
<programlisting>typedef struct _ENameSelectorList ENameSelectorList;</programlisting>
 
62
<indexterm zone="ENameSelectorList-struct"><primary sortas="ENameSelectorList">ENameSelectorList</primary></indexterm><programlisting>typedef struct _ENameSelectorList ENameSelectorList;</programlisting>
53
63
<para>
54
64
</para></refsect2>
55
65
<refsect2 id="e-name-selector-list-new" role="function">
56
66
<title>e_name_selector_list_new ()</title>
57
 
<indexterm zone="e-name-selector-list-new"><primary>e_name_selector_list_new</primary></indexterm>
58
 
<programlisting><link linkend="ENameSelectorList">ENameSelectorList</link> * e_name_selector_list_new            (void);</programlisting>
 
67
<indexterm zone="e-name-selector-list-new"><primary sortas="e_name_selector_list_new">e_name_selector_list_new</primary></indexterm><programlisting><link linkend="ENameSelectorList">ENameSelectorList</link> * e_name_selector_list_new            (void);</programlisting>
59
68
<para>
60
69
</para><variablelist role="params">
61
70
<varlistentry><term><emphasis>Returns</emphasis>&#160;:</term><listitem><simpara>
63
72
</variablelist></refsect2>
64
73
<refsect2 id="e-name-selector-list-expand-clicked" role="function">
65
74
<title>e_name_selector_list_expand_clicked ()</title>
66
 
<indexterm zone="e-name-selector-list-expand-clicked"><primary>e_name_selector_list_expand_clicked</primary></indexterm>
67
 
<programlisting><link linkend="void">void</link>                e_name_selector_list_expand_clicked (<link linkend="ENameSelectorList">ENameSelectorList</link> *list);</programlisting>
 
75
<indexterm zone="e-name-selector-list-expand-clicked"><primary sortas="e_name_selector_list_expand_clicked">e_name_selector_list_expand_clicked</primary></indexterm><programlisting><link linkend="void">void</link>                e_name_selector_list_expand_clicked (<link linkend="ENameSelectorList">ENameSelectorList</link> *list);</programlisting>
68
76
<para>
69
77
</para><variablelist role="params">
70
78
<varlistentry><term><parameter>list</parameter>&#160;:</term>
74
82
 
75
83
</refsect1>
76
84
 
 
85
 
 
86
 
 
87
 
77
88
</refentry>