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

« back to all changes in this revision

Viewing changes to docs/reference/addressbook/libebook/xml/e-book-listener.xml

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2006-02-27 22:17:31 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20060227221731-8qmgp0o0d2ooncle
Tags: 1.5.92-0ubuntu1
* New upstream version
* debian/patches/01_weather_calendar_fix.patch:
  - fixed with the new version
* debian/patches/04_external_libdb_autoconf.patch:
  - updated

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
               "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
4
4
<refentry id="EBookListener">
5
5
<refmeta>
6
 
<refentrytitle id="top_of_page">EBookListener</refentrytitle>
 
6
<refentrytitle>EBookListener</refentrytitle>
7
7
<manvolnum>3</manvolnum>
8
8
<refmiscinfo>LIBEBOOK Library</refmiscinfo>
9
9
</refmeta>
10
10
 
11
11
<refnamediv>
12
 
<refname>EBookListener</refname>
13
 
<refpurpose>Listens for call responses and event notifications from EBook objects.</refpurpose>
14
 
<!--[<xref linkend="desc" endterm="desc.title"/>]-->
 
12
<refname>EBookListener</refname><refpurpose>Listens for call responses and event notifications from EBook objects.</refpurpose>
15
13
</refnamediv>
16
14
 
17
 
<refsynopsisdiv id="synopsis">
18
 
<title id="synopsis.title">Synopsis</title>
 
15
<refsynopsisdiv><title>Synopsis</title>
19
16
 
20
17
<synopsis>
21
18
 
31
28
</synopsis>
32
29
</refsynopsisdiv>
33
30
 
34
 
<refsect1 id="object_hierarchy">
35
 
<title id="object_hierarchy.title">Object Hierarchy</title>
 
31
<refsect1>
 
32
<title>Object Hierarchy</title>
36
33
<synopsis>
37
34
 
38
35
  <link linkend="GObject">GObject</link>
47
44
 
48
45
 
49
46
 
50
 
<refsect1 id="signal_proto">
51
 
<title id="signal_proto.title">Signals</title>
 
47
<refsect1>
 
48
<title>Signal Prototypes</title>
52
49
<synopsis>
53
50
 
54
51
&quot;<link linkend="EBookListener-response">response</link>&quot;  <link linkend="void">void</link>        user_function      (<link linkend="EBookListener">EBookListener</link> *ebooklistener,
55
 
                                            <link linkend="gpointer">gpointer</link>       arg1,
56
 
                                            <link linkend="gpointer">gpointer</link>       user_data)          : Run last
 
52
                                            <link linkend="gpointer">gpointer</link> arg1,
 
53
                                            <link linkend="gpointer">gpointer</link> user_data);
57
54
</synopsis>
58
55
</refsect1>
59
56
 
60
57
 
61
 
<refsect1 id="desc">
62
 
<title id="desc.title">Description</title>
 
58
<refsect1>
 
59
<title>Description</title>
63
60
<para>
64
61
Exposes the Evolution:BookListener interface. Contrast with EBookViewListener.
65
62
 
66
63
</para>
67
64
</refsect1>
68
65
 
69
 
<refsect1 id="details">
70
 
<title id="details.title">Details</title>
 
66
<refsect1>
 
67
<title>Details</title>
71
68
<refsect2>
72
 
<title><anchor id="EBookListener-struct" role="struct"/>EBookListener</title>
 
69
<title><anchor id="EBookListener-struct"/>EBookListener</title>
73
70
<indexterm><primary>EBookListener</primary></indexterm><programlisting>typedef struct _EBookListener EBookListener;</programlisting>
74
71
<para>
75
72
 
76
73
</para></refsect2>
77
74
<refsect2>
78
 
<title><anchor id="EBookListenerResponse" role="struct"/>EBookListenerResponse</title>
 
75
<title><anchor id="EBookListenerResponse"/>EBookListenerResponse</title>
79
76
<indexterm><primary>EBookListenerResponse</primary></indexterm><programlisting>typedef struct {
80
77
        EBookListenerOperation  op;
81
78
 
111
108
 
112
109
</para></refsect2>
113
110
<refsect2>
114
 
<title><anchor id="EBookListenerOperation" role="enum"/>enum EBookListenerOperation</title>
 
111
<title><anchor id="EBookListenerOperation"/>enum EBookListenerOperation</title>
115
112
<indexterm><primary>EBookListenerOperation</primary></indexterm><programlisting>typedef enum {
116
113
        /* Async responses */
117
114
        OpenBookResponse,
139
136
 
140
137
</para></refsect2>
141
138
<refsect2>
142
 
<title><anchor id="e-book-listener-new" role="function"/>e_book_listener_new ()</title>
 
139
<title><anchor id="e-book-listener-new"/>e_book_listener_new ()</title>
143
140
<indexterm><primary>e_book_listener_new</primary></indexterm><programlisting><link linkend="EBookListener">EBookListener</link>* e_book_listener_new          (void);</programlisting>
144
141
<para>
145
142
Creates and returns a new <link linkend="EBookListener"><type>EBookListener</type></link>.</para>
150
147
</simpara></listitem></varlistentry>
151
148
</variablelist></refsect2>
152
149
<refsect2>
153
 
<title><anchor id="e-book-listener-stop" role="function"/>e_book_listener_stop ()</title>
 
150
<title><anchor id="e-book-listener-stop"/>e_book_listener_stop ()</title>
154
151
<indexterm><primary>e_book_listener_stop</primary></indexterm><programlisting><link linkend="void">void</link>        e_book_listener_stop            (<link linkend="EBookListener">EBookListener</link> *listener);</programlisting>
155
152
<para>
156
153
Stops <parameter>listener</parameter> from generating events.</para>
164
161
 
165
162
</refsect1>
166
163
 
167
 
<refsect1 id="signals">
168
 
<title id="signals.title">Signal Details</title>
 
164
<refsect1>
 
165
<title>Signals</title>
169
166
<refsect2><title><anchor id="EBookListener-response"/>The &quot;response&quot; signal</title>
170
167
<programlisting><link linkend="void">void</link>        user_function                  (<link linkend="EBookListener">EBookListener</link> *ebooklistener,
171
 
                                            <link linkend="gpointer">gpointer</link>       arg1,
172
 
                                            <link linkend="gpointer">gpointer</link>       user_data)          : Run last</programlisting>
 
168
                                            <link linkend="gpointer">gpointer</link> arg1,
 
169
                                            <link linkend="gpointer">gpointer</link> user_data);</programlisting>
173
170
<para>
174
171
 
175
172
</para><variablelist role="params">