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

« back to all changes in this revision

Viewing changes to docs/reference/addressbook/libebook/html/EBookView.html

  • Committer: Package Import Robot
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2012-07-03 22:41:23 UTC
  • mfrom: (1.1.100)
  • Revision ID: package-import@ubuntu.com-20120703224123-90dydkyfyvff8s0s
Tags: 3.5.3.1-0ubuntu1
* New upstream release 3.5.3.1.
* debian/control:
  - Drop libgconf2-dev from Build-Depends.
  - Bump versions for glib, goa, and libsoup in Build-Depends.
  - Add a Build-Depends on libgcr-3-dev (>= 3.4)
  - Rename packages following upstream SONAME changes.
  - Add Depends on libgnome-keyring-dev to libedataserver1.2-dev.
* debian/rules:
  - Update mkshlibs arguments for libcamel-1.2-38 instead of -33; as it was
    renamed in control due to the soname change.
  - Strip out -Bsymbolic-functions from LDFLAGS.
* Renamed install files in debian/:
  - libcamel-1.2-33.install => libcamel-1.2-38.install
  - libebackend-1.2-2.install => libebackend-1.2-4.install
  - libebook-1.2-13.install => libebook-1.2-17.install
  - libecal-1.2-11.install => libecal-1.2-15.install
  - libedata-book-1.2-13.install => libedata-book-1.2-15.install
  - libedata-cal-1.2-15.install => libedata-cal-1.2-18.install
  - libedataserver-1.2-16.install => libedataserver-1.2-17.install
  - libedataserverui-3.0-1.install => libedataserverui-3.0-4.install
* debian/patches/google_tests_fpic.patch: build tests with -fPIC; otherwise
  build fails.

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
<div class="refsect1">
51
51
<a name="EBookView.object-hierarchy"></a><h2>Object Hierarchy</h2>
52
52
<pre class="synopsis">
53
 
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
 
53
  GObject
54
54
   +----EBookView
55
55
</pre>
56
56
</div>
57
57
<div class="refsect1">
58
58
<a name="EBookView.signals"></a><h2>Signals</h2>
59
59
<pre class="synopsis">
60
 
  "<a class="link" href="EBookView.html#EBookView-contacts-added" title='The "contacts-added" signal'>contacts-added</a>"                                 : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
61
 
  "<a class="link" href="EBookView.html#EBookView-contacts-changed" title='The "contacts-changed" signal'>contacts-changed</a>"                               : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
62
 
  "<a class="link" href="EBookView.html#EBookView-contacts-removed" title='The "contacts-removed" signal'>contacts-removed</a>"                               : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
63
 
  "<a class="link" href="EBookView.html#EBookView-sequence-complete" title='The "sequence-complete" signal'>sequence-complete</a>"                              : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
64
 
  "<a class="link" href="EBookView.html#EBookView-status-message" title='The "status-message" signal'>status-message</a>"                                 : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
65
 
  "<a class="link" href="EBookView.html#EBookView-view-complete" title='The "view-complete" signal'>view-complete</a>"                                  : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
 
60
  "<a class="link" href="EBookView.html#EBookView-contacts-added" title='The "contacts-added" signal'>contacts-added</a>"                                 : <code class="literal">Run Last</code>
 
61
  "<a class="link" href="EBookView.html#EBookView-contacts-changed" title='The "contacts-changed" signal'>contacts-changed</a>"                               : <code class="literal">Run Last</code>
 
62
  "<a class="link" href="EBookView.html#EBookView-contacts-removed" title='The "contacts-removed" signal'>contacts-removed</a>"                               : <code class="literal">Run Last</code>
 
63
  "<a class="link" href="EBookView.html#EBookView-sequence-complete" title='The "sequence-complete" signal'>sequence-complete</a>"                              : <code class="literal">Run Last</code>
 
64
  "<a class="link" href="EBookView.html#EBookView-status-message" title='The "status-message" signal'>status-message</a>"                                 : <code class="literal">Run Last</code>
 
65
  "<a class="link" href="EBookView.html#EBookView-view-complete" title='The "view-complete" signal'>view-complete</a>"                                  : <code class="literal">Run Last</code>
66
66
</pre>
67
67
</div>
68
68
<div class="refsect1">
152
152
<div class="refsect2">
153
153
<a name="EBookView-contacts-added"></a><h3>The <code class="literal">"contacts-added"</code> signal</h3>
154
154
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="EBookView.html" title="EBookView"><span class="type">EBookView</span></a> *ebookview,
155
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>   arg1,
156
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>   user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
 
155
                                                        <span class="type">gpointer</span>   arg1,
 
156
                                                        <span class="type">gpointer</span>   user_data)      : <code class="literal">Run Last</code></pre>
157
157
</div>
158
158
<hr>
159
159
<div class="refsect2">
160
160
<a name="EBookView-contacts-changed"></a><h3>The <code class="literal">"contacts-changed"</code> signal</h3>
161
161
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="EBookView.html" title="EBookView"><span class="type">EBookView</span></a> *ebookview,
162
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>   arg1,
163
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>   user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
 
162
                                                        <span class="type">gpointer</span>   arg1,
 
163
                                                        <span class="type">gpointer</span>   user_data)      : <code class="literal">Run Last</code></pre>
164
164
</div>
165
165
<hr>
166
166
<div class="refsect2">
167
167
<a name="EBookView-contacts-removed"></a><h3>The <code class="literal">"contacts-removed"</code> signal</h3>
168
168
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="EBookView.html" title="EBookView"><span class="type">EBookView</span></a> *ebookview,
169
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>   arg1,
170
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>   user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
 
169
                                                        <span class="type">gpointer</span>   arg1,
 
170
                                                        <span class="type">gpointer</span>   user_data)      : <code class="literal">Run Last</code></pre>
171
171
</div>
172
172
<hr>
173
173
<div class="refsect2">
174
174
<a name="EBookView-sequence-complete"></a><h3>The <code class="literal">"sequence-complete"</code> signal</h3>
175
175
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="EBookView.html" title="EBookView"><span class="type">EBookView</span></a> *ebookview,
176
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a>      arg1,
177
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>   user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
 
176
                                                        <span class="type">guint</span>      arg1,
 
177
                                                        <span class="type">gpointer</span>   user_data)      : <code class="literal">Run Last</code></pre>
178
178
</div>
179
179
<hr>
180
180
<div class="refsect2">
181
181
<a name="EBookView-status-message"></a><h3>The <code class="literal">"status-message"</code> signal</h3>
182
182
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="EBookView.html" title="EBookView"><span class="type">EBookView</span></a> *ebookview,
183
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>     *arg1,
184
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>   user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
 
183
                                                        <span class="type">gchar</span>     *arg1,
 
184
                                                        <span class="type">gpointer</span>   user_data)      : <code class="literal">Run Last</code></pre>
185
185
</div>
186
186
<hr>
187
187
<div class="refsect2">
188
188
<a name="EBookView-view-complete"></a><h3>The <code class="literal">"view-complete"</code> signal</h3>
189
189
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="EBookView.html" title="EBookView"><span class="type">EBookView</span></a> *ebookview,
190
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a>      arg1,
191
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>     *arg2,
192
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>   user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
 
190
                                                        <span class="type">guint</span>      arg1,
 
191
                                                        <span class="type">gchar</span>     *arg2,
 
192
                                                        <span class="type">gpointer</span>   user_data)      : <code class="literal">Run Last</code></pre>
193
193
</div>
194
194
</div>
195
195
</div>