~ubuntu-branches/ubuntu/hardy/evince/hardy

« back to all changes in this revision

Viewing changes to help/reference/html/evince-ev-document-find.html

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-11-27 22:31:42 UTC
  • mfrom: (1.1.22 upstream)
  • Revision ID: james.westby@ubuntu.com-20071127223142-v41zyp2ulj6g22n6
Tags: 2.20.2-1ubuntu1
* Sync with Debian
* debian/control.in:
  - Depends on ghostscript-x
  - updated Build-Depends for lpi and hildon changes
  - updated maintainer informationx
* debian/patches/01_launchpad.patch:
  - launchpad integration changes
* debian/patches/03_hildon_interface.patch
  Adds support for Hildon interface with including:
  - Registration of the program into the hildon enviromment.
  - D-bus processing via ossolib.
  - Changed selection and button event handling to match Hildon model.
  - Changes in accelerators handling Zoom, Fullscreen and Presentation
    modes.
  - Uses Hildon chooser dialog.
  - Selects the Hildon interface definition file when in Hildon mode.
  - If the arch is not lpia, the standard gtk interface is used.
  - Fixes interface rendering problem when compiled for lpia.
  - Adjusted the Makefile.am files to include the Hildon interface
    options and interface file evince-hildon-ui.xml.
* debian/patches/99_autoreconf.patch:
  - updated
* debian/rules:
  - do not remove the documentation
  - use the hildon configure option during the lpia build

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
<th width="100%" align="center">Evince Programmer's Reference Manual</th>
36
36
<td><a accesskey="n" href="evince-ev-document-fonts.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
37
37
</tr>
38
 
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2607098" class="shortcut">Top</a>
39
 
                  &#160;|&#160;
40
 
                  <a href="#id2607402" class="shortcut">Description</a>
41
 
                  &#160;|&#160;
42
 
                  <a href="#id2607378" class="shortcut">Object Hierarchy</a></nobr></td></tr>
 
38
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2869310" class="shortcut">Top</a>
 
39
                  &#160;|&#160;
 
40
                  <a href="#id2869615" class="shortcut">Description</a>
 
41
                  &#160;|&#160;
 
42
                  <a href="#id2869590" class="shortcut">Object Hierarchy</a></nobr></td></tr>
43
43
</table>
44
44
<div class="refentry" lang="en">
45
45
<a name="evince-ev-document-find"></a><div class="titlepage"></div>
46
46
<div class="refnamediv"><table width="100%"><tr>
47
47
<td valign="top">
48
48
<h2>
49
 
<a name="id2607098"></a><span class="refentrytitle">ev-document-find</span>
 
49
<a name="id2869310"></a><span class="refentrytitle">ev-document-find</span>
50
50
</h2>
51
51
<p>ev-document-find &#8212; </p>
52
52
</td>
87
87
</pre>
88
88
</div>
89
89
<div class="refsect1" lang="en">
90
 
<a name="id2607378"></a><h2>Object Hierarchy</h2>
 
90
<a name="id2869590"></a><h2>Object Hierarchy</h2>
91
91
<pre class="synopsis">
92
92
 
93
93
  GInterface
95
95
</pre>
96
96
</div>
97
97
<div class="refsect1" lang="en">
98
 
<a name="id2607402"></a><h2>Description</h2>
 
98
<a name="id2869615"></a><h2>Description</h2>
99
99
<p>
100
100
 
101
101
</p>
102
102
</div>
103
103
<div class="refsect1" lang="en">
104
 
<a name="id2607417"></a><h2>Details</h2>
 
104
<a name="id2869629"></a><h2>Details</h2>
105
105
<div class="refsect2" lang="en">
106
 
<a name="id2607427"></a><h3>
 
106
<a name="id2869639"></a><h3>
107
107
<a name="EV-DOCUMENT-FIND-IFACE:CAPS"></a>EV_DOCUMENT_FIND_IFACE()</h3>
108
 
<a class="indexterm" name="id2607440"></a><pre class="programlisting">#define EV_DOCUMENT_FIND_IFACE(k)     (G_TYPE_CHECK_CLASS_CAST((k), EV_TYPE_DOCUMENT_FIND, EvDocumentFindIface))
 
108
<a class="indexterm" name="id2869653"></a><pre class="programlisting">#define EV_DOCUMENT_FIND_IFACE(k)     (G_TYPE_CHECK_CLASS_CAST((k), EV_TYPE_DOCUMENT_FIND, EvDocumentFindIface))
109
109
</pre>
110
110
<p>
111
111
 
124
124
</div>
125
125
<hr>
126
126
<div class="refsect2" lang="en">
127
 
<a name="id2607475"></a><h3>
 
127
<a name="id2869687"></a><h3>
128
128
<a name="EV-IS-DOCUMENT-FIND-IFACE:CAPS"></a>EV_IS_DOCUMENT_FIND_IFACE()</h3>
129
 
<a class="indexterm" name="id2607489"></a><pre class="programlisting">#define EV_IS_DOCUMENT_FIND_IFACE(k)          (G_TYPE_CHECK_CLASS_TYPE ((k), EV_TYPE_DOCUMENT_FIND))
 
129
<a class="indexterm" name="id2869701"></a><pre class="programlisting">#define EV_IS_DOCUMENT_FIND_IFACE(k)          (G_TYPE_CHECK_CLASS_TYPE ((k), EV_TYPE_DOCUMENT_FIND))
130
130
</pre>
131
131
<p>
132
132
 
145
145
</div>
146
146
<hr>
147
147
<div class="refsect2" lang="en">
148
 
<a name="id2607523"></a><h3>
 
148
<a name="id2869735"></a><h3>
149
149
<a name="EvDocumentFind-struct"></a>EvDocumentFind</h3>
150
 
<a class="indexterm" name="id2607536"></a><pre class="programlisting">typedef struct _EvDocumentFind EvDocumentFind;</pre>
 
150
<a class="indexterm" name="id2869748"></a><pre class="programlisting">typedef struct _EvDocumentFind EvDocumentFind;</pre>
151
151
<p>
152
152
 
153
153
</p>
154
154
</div>
155
155
<hr>
156
156
<div class="refsect2" lang="en">
157
 
<a name="id2607552"></a><h3>
 
157
<a name="id2869764"></a><h3>
158
158
<a name="EvDocumentFindIface"></a>EvDocumentFindIface</h3>
159
 
<a class="indexterm" name="id2607563"></a><pre class="programlisting">typedef struct {
 
159
<a class="indexterm" name="id2869776"></a><pre class="programlisting">typedef struct {
160
160
        GTypeInterface base_iface;
161
161
 
162
162
        /* Methods */
188
188
</div>
189
189
<hr>
190
190
<div class="refsect2" lang="en">
191
 
<a name="id2607594"></a><h3>
 
191
<a name="id2869807"></a><h3>
192
192
<a name="ev-document-find-begin"></a>ev_document_find_begin ()</h3>
193
 
<a class="indexterm" name="id2607607"></a><pre class="programlisting">void        ev_document_find_begin          (<a href="evince-ev-document-find.html#EvDocumentFind">EvDocumentFind</a> *document_find,
 
193
<a class="indexterm" name="id2869819"></a><pre class="programlisting">void        ev_document_find_begin          (<a href="evince-ev-document-find.html#EvDocumentFind">EvDocumentFind</a> *document_find,
194
194
                                             int page,
195
195
                                             const char *search_string,
196
196
                                             <a
233
233
</div>
234
234
<hr>
235
235
<div class="refsect2" lang="en">
236
 
<a name="id2607717"></a><h3>
 
236
<a name="id2869929"></a><h3>
237
237
<a name="ev-document-find-cancel"></a>ev_document_find_cancel ()</h3>
238
 
<a class="indexterm" name="id2607730"></a><pre class="programlisting">void        ev_document_find_cancel         (<a href="evince-ev-document-find.html#EvDocumentFind">EvDocumentFind</a> *document_find);</pre>
 
238
<a class="indexterm" name="id2869942"></a><pre class="programlisting">void        ev_document_find_cancel         (<a href="evince-ev-document-find.html#EvDocumentFind">EvDocumentFind</a> *document_find);</pre>
239
239
<p>
240
240
 
241
241
</p>
253
253
</div>
254
254
<hr>
255
255
<div class="refsect2" lang="en">
256
 
<a name="id2607776"></a><h3>
 
256
<a name="id2869989"></a><h3>
257
257
<a name="ev-document-find-page-has-results"></a>ev_document_find_page_has_results ()</h3>
258
 
<a class="indexterm" name="id2607790"></a><pre class="programlisting">int         ev_document_find_page_has_results
 
258
<a class="indexterm" name="id2870003"></a><pre class="programlisting">int         ev_document_find_page_has_results
259
259
                                            (<a href="evince-ev-document-find.html#EvDocumentFind">EvDocumentFind</a> *document_find,
260
260
                                             int page);</pre>
261
261
<p>
289
289
</div>
290
290
<hr>
291
291
<div class="refsect2" lang="en">
292
 
<a name="id2607868"></a><h3>
 
292
<a name="id2870080"></a><h3>
293
293
<a name="ev-document-find-get-n-results"></a>ev_document_find_get_n_results ()</h3>
294
 
<a class="indexterm" name="id2607881"></a><pre class="programlisting">int         ev_document_find_get_n_results  (<a href="evince-ev-document-find.html#EvDocumentFind">EvDocumentFind</a> *document_find,
 
294
<a class="indexterm" name="id2870093"></a><pre class="programlisting">int         ev_document_find_get_n_results  (<a href="evince-ev-document-find.html#EvDocumentFind">EvDocumentFind</a> *document_find,
295
295
                                             int page);</pre>
296
296
<p>
297
297
 
324
324
</div>
325
325
<hr>
326
326
<div class="refsect2" lang="en">
327
 
<a name="id2607958"></a><h3>
 
327
<a name="id2870170"></a><h3>
328
328
<a name="ev-document-find-get-result"></a>ev_document_find_get_result ()</h3>
329
 
<a class="indexterm" name="id2607971"></a><pre class="programlisting"><a
 
329
<a class="indexterm" name="id2870184"></a><pre class="programlisting"><a
330
330
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
331
331
>gboolean</a>    ev_document_find_get_result     (<a href="evince-ev-document-find.html#EvDocumentFind">EvDocumentFind</a> *document_find,
332
332
                                             int page,
375
375
</div>
376
376
<hr>
377
377
<div class="refsect2" lang="en">
378
 
<a name="id2608090"></a><h3>
 
378
<a name="id2870302"></a><h3>
379
379
<a name="ev-document-find-get-progress"></a>ev_document_find_get_progress ()</h3>
380
 
<a class="indexterm" name="id2608104"></a><pre class="programlisting">double      ev_document_find_get_progress   (<a href="evince-ev-document-find.html#EvDocumentFind">EvDocumentFind</a> *document_find);</pre>
 
380
<a class="indexterm" name="id2870316"></a><pre class="programlisting">double      ev_document_find_get_progress   (<a href="evince-ev-document-find.html#EvDocumentFind">EvDocumentFind</a> *document_find);</pre>
381
381
<p>
382
382
 
383
383
</p>
403
403
</div>
404
404
<hr>
405
405
<div class="refsect2" lang="en">
406
 
<a name="id2608161"></a><h3>
 
406
<a name="id2870373"></a><h3>
407
407
<a name="ev-document-find-changed"></a>ev_document_find_changed ()</h3>
408
 
<a class="indexterm" name="id2608174"></a><pre class="programlisting">void        ev_document_find_changed        (<a href="evince-ev-document-find.html#EvDocumentFind">EvDocumentFind</a> *document_find,
 
408
<a class="indexterm" name="id2870386"></a><pre class="programlisting">void        ev_document_find_changed        (<a href="evince-ev-document-find.html#EvDocumentFind">EvDocumentFind</a> *document_find,
409
409
                                             int page);</pre>
410
410
<p>
411
411