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

« back to all changes in this revision

Viewing changes to help/reference/html/evince-ev-page-cache.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-EvPasswordView.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="#id2661902" class="shortcut">Top</a>
 
38
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2924115" class="shortcut">Top</a>
39
39
                  &#160;|&#160;
40
 
                  <a href="#id2662517" class="shortcut">Description</a></nobr></td></tr>
 
40
                  <a href="#id2924729" class="shortcut">Description</a></nobr></td></tr>
41
41
</table>
42
42
<div class="refentry" lang="en">
43
43
<a name="evince-ev-page-cache"></a><div class="titlepage"></div>
44
44
<div class="refnamediv"><table width="100%"><tr>
45
45
<td valign="top">
46
46
<h2>
47
 
<a name="id2661902"></a><span class="refentrytitle">ev-page-cache</span>
 
47
<a name="id2924115"></a><span class="refentrytitle">ev-page-cache</span>
48
48
</h2>
49
49
<p>ev-page-cache &#8212; </p>
50
50
</td>
163
163
</pre>
164
164
</div>
165
165
<div class="refsect1" lang="en">
166
 
<a name="id2662517"></a><h2>Description</h2>
 
166
<a name="id2924729"></a><h2>Description</h2>
167
167
<p>
168
168
 
169
169
</p>
170
170
</div>
171
171
<div class="refsect1" lang="en">
172
 
<a name="id2662531"></a><h2>Details</h2>
 
172
<a name="id2924744"></a><h2>Details</h2>
173
173
<div class="refsect2" lang="en">
174
 
<a name="id2662542"></a><h3>
 
174
<a name="id2924754"></a><h3>
175
175
<a name="ev-page-cache-new"></a>ev_page_cache_new ()</h3>
176
 
<a class="indexterm" name="id2662555"></a><pre class="programlisting"><a href="evince-ev-document.html#EvPageCache">EvPageCache</a>* ev_page_cache_new              (<a href="evince-ev-document.html#EvDocument">EvDocument</a> *document);</pre>
 
176
<a class="indexterm" name="id2924767"></a><pre class="programlisting"><a href="evince-ev-document.html#EvPageCache">EvPageCache</a>* ev_page_cache_new              (<a href="evince-ev-document.html#EvDocument">EvDocument</a> *document);</pre>
177
177
<p>
178
178
 
179
179
</p>
199
199
</div>
200
200
<hr>
201
201
<div class="refsect2" lang="en">
202
 
<a name="id2662611"></a><h3>
 
202
<a name="id2924823"></a><h3>
203
203
<a name="ev-page-cache-get-n-pages"></a>ev_page_cache_get_n_pages ()</h3>
204
 
<a class="indexterm" name="id2662625"></a><pre class="programlisting"><a
 
204
<a class="indexterm" name="id2924837"></a><pre class="programlisting"><a
205
205
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
206
206
>gint</a>        ev_page_cache_get_n_pages       (<a href="evince-ev-document.html#EvPageCache">EvPageCache</a> *page_cache);</pre>
207
207
<p>
229
229
</div>
230
230
<hr>
231
231
<div class="refsect2" lang="en">
232
 
<a name="id2662680"></a><h3>
 
232
<a name="id2924893"></a><h3>
233
233
<a name="ev-page-cache-get-title"></a>ev_page_cache_get_title ()</h3>
234
 
<a class="indexterm" name="id2662694"></a><pre class="programlisting">const char* ev_page_cache_get_title         (<a href="evince-ev-document.html#EvPageCache">EvPageCache</a> *page_cache);</pre>
 
234
<a class="indexterm" name="id2924906"></a><pre class="programlisting">const char* ev_page_cache_get_title         (<a href="evince-ev-document.html#EvPageCache">EvPageCache</a> *page_cache);</pre>
235
235
<p>
236
236
 
237
237
</p>
257
257
</div>
258
258
<hr>
259
259
<div class="refsect2" lang="en">
260
 
<a name="id2662751"></a><h3>
 
260
<a name="id2924963"></a><h3>
261
261
<a name="ev-page-cache-get-size"></a>ev_page_cache_get_size ()</h3>
262
 
<a class="indexterm" name="id2662764"></a><pre class="programlisting">void        ev_page_cache_get_size          (<a href="evince-ev-document.html#EvPageCache">EvPageCache</a> *page_cache,
 
262
<a class="indexterm" name="id2924977"></a><pre class="programlisting">void        ev_page_cache_get_size          (<a href="evince-ev-document.html#EvPageCache">EvPageCache</a> *page_cache,
263
263
                                             <a
264
264
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
265
265
>gint</a> page,
324
324
</div>
325
325
<hr>
326
326
<div class="refsect2" lang="en">
327
 
<a name="id2662916"></a><h3>
 
327
<a name="id2925129"></a><h3>
328
328
<a name="ev-page-cache-get-max-width"></a>ev_page_cache_get_max_width ()</h3>
329
 
<a class="indexterm" name="id2662930"></a><pre class="programlisting">void        ev_page_cache_get_max_width     (<a href="evince-ev-document.html#EvPageCache">EvPageCache</a> *page_cache,
 
329
<a class="indexterm" name="id2925143"></a><pre class="programlisting">void        ev_page_cache_get_max_width     (<a href="evince-ev-document.html#EvPageCache">EvPageCache</a> *page_cache,
330
330
                                             <a
331
331
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
332
332
>gint</a> rotation,
373
373
</div>
374
374
<hr>
375
375
<div class="refsect2" lang="en">
376
 
<a name="id2663040"></a><h3>
 
376
<a name="id2925252"></a><h3>
377
377
<a name="ev-page-cache-get-max-height"></a>ev_page_cache_get_max_height ()</h3>
378
 
<a class="indexterm" name="id2663053"></a><pre class="programlisting">void        ev_page_cache_get_max_height    (<a href="evince-ev-document.html#EvPageCache">EvPageCache</a> *page_cache,
 
378
<a class="indexterm" name="id2925266"></a><pre class="programlisting">void        ev_page_cache_get_max_height    (<a href="evince-ev-document.html#EvPageCache">EvPageCache</a> *page_cache,
379
379
                                             <a
380
380
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
381
381
>gint</a> rotation,
422
422
</div>
423
423
<hr>
424
424
<div class="refsect2" lang="en">
425
 
<a name="id2663163"></a><h3>
 
425
<a name="id2925375"></a><h3>
426
426
<a name="ev-page-cache-get-height-to-page"></a>ev_page_cache_get_height_to_page ()</h3>
427
 
<a class="indexterm" name="id2663177"></a><pre class="programlisting">void        ev_page_cache_get_height_to_page
 
427
<a class="indexterm" name="id2925389"></a><pre class="programlisting">void        ev_page_cache_get_height_to_page
428
428
                                            (<a href="evince-ev-document.html#EvPageCache">EvPageCache</a> *page_cache,
429
429
                                             <a
430
430
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
490
490
</div>
491
491
<hr>
492
492
<div class="refsect2" lang="en">
493
 
<a name="id2663330"></a><h3>
 
493
<a name="id2925542"></a><h3>
494
494
<a name="ev-page-cache-get-thumbnail-size"></a>ev_page_cache_get_thumbnail_size ()</h3>
495
 
<a class="indexterm" name="id2663344"></a><pre class="programlisting">void        ev_page_cache_get_thumbnail_size
 
495
<a class="indexterm" name="id2925556"></a><pre class="programlisting">void        ev_page_cache_get_thumbnail_size
496
496
                                            (<a href="evince-ev-document.html#EvPageCache">EvPageCache</a> *page_cache,
497
497
                                             <a
498
498
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
549
549
</div>
550
550
<hr>
551
551
<div class="refsect2" lang="en">
552
 
<a name="id2663475"></a><h3>
 
552
<a name="id2925688"></a><h3>
553
553
<a name="ev-page-cache-get-max-label-chars"></a>ev_page_cache_get_max_label_chars ()</h3>
554
 
<a class="indexterm" name="id2663489"></a><pre class="programlisting"><a
 
554
<a class="indexterm" name="id2925702"></a><pre class="programlisting"><a
555
555
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
556
556
>gint</a>        ev_page_cache_get_max_label_chars
557
557
                                            (<a href="evince-ev-document.html#EvPageCache">EvPageCache</a> *page_cache);</pre>
580
580
</div>
581
581
<hr>
582
582
<div class="refsect2" lang="en">
583
 
<a name="id2663546"></a><h3>
 
583
<a name="id2925758"></a><h3>
584
584
<a name="ev-page-cache-get-page-label"></a>ev_page_cache_get_page_label ()</h3>
585
 
<a class="indexterm" name="id2663559"></a><pre class="programlisting">char*       ev_page_cache_get_page_label    (<a href="evince-ev-document.html#EvPageCache">EvPageCache</a> *page_cache,
 
585
<a class="indexterm" name="id2925771"></a><pre class="programlisting">char*       ev_page_cache_get_page_label    (<a href="evince-ev-document.html#EvPageCache">EvPageCache</a> *page_cache,
586
586
                                             <a
587
587
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
588
588
>gint</a> page);</pre>
617
617
</div>
618
618
<hr>
619
619
<div class="refsect2" lang="en">
620
 
<a name="id2663636"></a><h3>
 
620
<a name="id2925849"></a><h3>
621
621
<a name="ev-page-cache-has-nonnumeric-page-labels"></a>ev_page_cache_has_nonnumeric_page_labels ()</h3>
622
 
<a class="indexterm" name="id2663650"></a><pre class="programlisting"><a
 
622
<a class="indexterm" name="id2925862"></a><pre class="programlisting"><a
623
623
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
624
624
>gboolean</a>    ev_page_cache_has_nonnumeric_page_labels
625
625
                                            (<a href="evince-ev-document.html#EvPageCache">EvPageCache</a> *page_cache);</pre>
648
648
</div>
649
649
<hr>
650
650
<div class="refsect2" lang="en">
651
 
<a name="id2663707"></a><h3>
 
651
<a name="id2925920"></a><h3>
652
652
<a name="ev-page-cache-get-info"></a>ev_page_cache_get_info ()</h3>
653
 
<a class="indexterm" name="id2663720"></a><pre class="programlisting">const <a href="evince-ev-document-info.html#EvDocumentInfo">EvDocumentInfo</a>* ev_page_cache_get_info
 
653
<a class="indexterm" name="id2925932"></a><pre class="programlisting">const <a href="evince-ev-document-info.html#EvDocumentInfo">EvDocumentInfo</a>* ev_page_cache_get_info
654
654
                                            (<a href="evince-ev-document.html#EvPageCache">EvPageCache</a> *page_cache);</pre>
655
655
<p>
656
656
 
677
677
</div>
678
678
<hr>
679
679
<div class="refsect2" lang="en">
680
 
<a name="id2663779"></a><h3>
 
680
<a name="id2925991"></a><h3>
681
681
<a name="ev-page-cache-get-dual-even-left"></a>ev_page_cache_get_dual_even_left ()</h3>
682
 
<a class="indexterm" name="id2663792"></a><pre class="programlisting"><a
 
682
<a class="indexterm" name="id2926005"></a><pre class="programlisting"><a
683
683
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
684
684
>gboolean</a>    ev_page_cache_get_dual_even_left
685
685
                                            (<a href="evince-ev-document.html#EvPageCache">EvPageCache</a> *page_cache);</pre>
708
708
</div>
709
709
<hr>
710
710
<div class="refsect2" lang="en">
711
 
<a name="id2663850"></a><h3>
 
711
<a name="id2926062"></a><h3>
712
712
<a name="ev-page-cache-get-current-page"></a>ev_page_cache_get_current_page ()</h3>
713
 
<a class="indexterm" name="id2663863"></a><pre class="programlisting"><a
 
713
<a class="indexterm" name="id2926076"></a><pre class="programlisting"><a
714
714
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
715
715
>gint</a>        ev_page_cache_get_current_page  (<a href="evince-ev-document.html#EvPageCache">EvPageCache</a> *page_cache);</pre>
716
716
<p>
738
738
</div>
739
739
<hr>
740
740
<div class="refsect2" lang="en">
741
 
<a name="id2663920"></a><h3>
 
741
<a name="id2926132"></a><h3>
742
742
<a name="ev-page-cache-set-current-page"></a>ev_page_cache_set_current_page ()</h3>
743
 
<a class="indexterm" name="id2663933"></a><pre class="programlisting">void        ev_page_cache_set_current_page  (<a href="evince-ev-document.html#EvPageCache">EvPageCache</a> *page_cache,
 
743
<a class="indexterm" name="id2926146"></a><pre class="programlisting">void        ev_page_cache_set_current_page  (<a href="evince-ev-document.html#EvPageCache">EvPageCache</a> *page_cache,
744
744
                                             int page);</pre>
745
745
<p>
746
746
 
767
767
</div>
768
768
<hr>
769
769
<div class="refsect2" lang="en">
770
 
<a name="id2664000"></a><h3>
 
770
<a name="id2926212"></a><h3>
771
771
<a name="ev-page-cache-set-current-page-history"></a>ev_page_cache_set_current_page_history ()</h3>
772
 
<a class="indexterm" name="id2664014"></a><pre class="programlisting">void        ev_page_cache_set_current_page_history
 
772
<a class="indexterm" name="id2926227"></a><pre class="programlisting">void        ev_page_cache_set_current_page_history
773
773
                                            (<a href="evince-ev-document.html#EvPageCache">EvPageCache</a> *page_cache,
774
774
                                             int page);</pre>
775
775
<p>
797
797
</div>
798
798
<hr>
799
799
<div class="refsect2" lang="en">
800
 
<a name="id2664082"></a><h3>
 
800
<a name="id2926294"></a><h3>
801
801
<a name="ev-page-cache-set-page-label"></a>ev_page_cache_set_page_label ()</h3>
802
 
<a class="indexterm" name="id2664096"></a><pre class="programlisting"><a
 
802
<a class="indexterm" name="id2926308"></a><pre class="programlisting"><a
803
803
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
804
804
>gboolean</a>    ev_page_cache_set_page_label    (<a href="evince-ev-document.html#EvPageCache">EvPageCache</a> *page_cache,
805
805
                                             const char *page_label);</pre>
834
834
</div>
835
835
<hr>
836
836
<div class="refsect2" lang="en">
837
 
<a name="id2664174"></a><h3>
 
837
<a name="id2926386"></a><h3>
838
838
<a name="ev-page-cache-get"></a>ev_page_cache_get ()</h3>
839
 
<a class="indexterm" name="id2664187"></a><pre class="programlisting"><a href="evince-ev-document.html#EvPageCache">EvPageCache</a>* ev_page_cache_get              (<a href="evince-ev-document.html#EvDocument">EvDocument</a> *document);</pre>
 
839
<a class="indexterm" name="id2926399"></a><pre class="programlisting"><a href="evince-ev-document.html#EvPageCache">EvPageCache</a>* ev_page_cache_get              (<a href="evince-ev-document.html#EvDocument">EvDocument</a> *document);</pre>
840
840
<p>
841
841
 
842
842
</p>