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

« back to all changes in this revision

Viewing changes to help/reference/html/evince-ev-page-cache.html

  • Committer: Bazaar Package Importer
  • Author(s): Aron Sisak
  • Date: 2007-06-19 13:49:52 UTC
  • mfrom: (1.1.15 upstream)
  • Revision ID: james.westby@ubuntu.com-20070619134952-k1hur43gw2120n72
Tags: 0.9.1-0ubuntu1
* New upstream release:
  - New Features and UI Improvements:
    * Cairo-based renderer for pages and selections of PDF, DVJU and DVI documents
    * PDF exporter for printing DVI documents
    * Zoom icon artwork
  * Patch to avoid frequent process wakeup for metadata handling
  * Bumped poppler requirements to 0.5.9
  * Changed sidebar ordering
  * Removed extra locking of a main loop to speed up rendering 
  - Bug fixes:
    * Print job is released quickly
    * Update a cursor and tooltips after scrolling
  * More safe mkdir_with_parents
  * Safe saving of a document copy to a remote location
  * Build fix without libgnome
  * Selections don't disappear after zoom
  * Preview button added to the print dialog
  - Translations:
  * sv, en_GB, ta, nb, ca, gl, et, es, dz, th, he
* debian/control.in
  - changed gs / gs-esp / gs-esp-x dependency to ghostscript-x
  - changed libpoppler dependecy (>= 0.5.9)

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="#id2796384" class="shortcut">Top</a>
 
38
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id3140549" class="shortcut">Top</a>
39
39
                  &#160;|&#160;
40
 
                  <a href="#id2796944" class="shortcut">Description</a></nobr></td></tr>
 
40
                  <a href="#id3141108" 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="id2796384"></a><span class="refentrytitle">ev-page-cache</span>
 
47
<a name="id3140549"></a><span class="refentrytitle">ev-page-cache</span>
48
48
</h2>
49
49
<p>ev-page-cache &#8212; </p>
50
50
</td>
149
149
</pre>
150
150
</div>
151
151
<div class="refsect1" lang="en">
152
 
<a name="id2796944"></a><h2>Description</h2>
 
152
<a name="id3141108"></a><h2>Description</h2>
153
153
<p>
154
154
 
155
155
</p>
156
156
</div>
157
157
<div class="refsect1" lang="en">
158
 
<a name="id2796958"></a><h2>Details</h2>
 
158
<a name="id3141123"></a><h2>Details</h2>
159
159
<div class="refsect2" lang="en">
160
 
<a name="id2796968"></a><h3>
 
160
<a name="id3141133"></a><h3>
161
161
<a name="ev-page-cache-new"></a>ev_page_cache_new ()</h3>
162
 
<a class="indexterm" name="id2796982"></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>
 
162
<a class="indexterm" name="id3141147"></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>
163
163
<p>
164
164
 
165
165
</p>
185
185
</div>
186
186
<hr>
187
187
<div class="refsect2" lang="en">
188
 
<a name="id2797038"></a><h3>
 
188
<a name="id3141202"></a><h3>
189
189
<a name="ev-page-cache-get-n-pages"></a>ev_page_cache_get_n_pages ()</h3>
190
 
<a class="indexterm" name="id2797052"></a><pre class="programlisting"><a
 
190
<a class="indexterm" name="id3141216"></a><pre class="programlisting"><a
191
191
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
192
192
>gint</a>        ev_page_cache_get_n_pages       (<a href="evince-ev-document.html#EvPageCache">EvPageCache</a> *page_cache);</pre>
193
193
<p>
215
215
</div>
216
216
<hr>
217
217
<div class="refsect2" lang="en">
218
 
<a name="id2797107"></a><h3>
 
218
<a name="id3141272"></a><h3>
219
219
<a name="ev-page-cache-get-title"></a>ev_page_cache_get_title ()</h3>
220
 
<a class="indexterm" name="id2797121"></a><pre class="programlisting">const char* ev_page_cache_get_title         (<a href="evince-ev-document.html#EvPageCache">EvPageCache</a> *page_cache);</pre>
 
220
<a class="indexterm" name="id3141285"></a><pre class="programlisting">const char* ev_page_cache_get_title         (<a href="evince-ev-document.html#EvPageCache">EvPageCache</a> *page_cache);</pre>
221
221
<p>
222
222
 
223
223
</p>
243
243
</div>
244
244
<hr>
245
245
<div class="refsect2" lang="en">
246
 
<a name="id2797178"></a><h3>
 
246
<a name="id3141343"></a><h3>
247
247
<a name="ev-page-cache-get-size"></a>ev_page_cache_get_size ()</h3>
248
 
<a class="indexterm" name="id2797191"></a><pre class="programlisting">void        ev_page_cache_get_size          (<a href="evince-ev-document.html#EvPageCache">EvPageCache</a> *page_cache,
 
248
<a class="indexterm" name="id3141356"></a><pre class="programlisting">void        ev_page_cache_get_size          (<a href="evince-ev-document.html#EvPageCache">EvPageCache</a> *page_cache,
249
249
                                             <a
250
250
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
251
251
>gint</a> page,
310
310
</div>
311
311
<hr>
312
312
<div class="refsect2" lang="en">
313
 
<a name="id2797343"></a><h3>
 
313
<a name="id3141508"></a><h3>
314
314
<a name="ev-page-cache-get-max-width"></a>ev_page_cache_get_max_width ()</h3>
315
 
<a class="indexterm" name="id2797357"></a><pre class="programlisting">void        ev_page_cache_get_max_width     (<a href="evince-ev-document.html#EvPageCache">EvPageCache</a> *page_cache,
 
315
<a class="indexterm" name="id3141522"></a><pre class="programlisting">void        ev_page_cache_get_max_width     (<a href="evince-ev-document.html#EvPageCache">EvPageCache</a> *page_cache,
316
316
                                             <a
317
317
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
318
318
>gint</a> rotation,
359
359
</div>
360
360
<hr>
361
361
<div class="refsect2" lang="en">
362
 
<a name="id2797466"></a><h3>
 
362
<a name="id3141631"></a><h3>
363
363
<a name="ev-page-cache-get-max-height"></a>ev_page_cache_get_max_height ()</h3>
364
 
<a class="indexterm" name="id2797480"></a><pre class="programlisting">void        ev_page_cache_get_max_height    (<a href="evince-ev-document.html#EvPageCache">EvPageCache</a> *page_cache,
 
364
<a class="indexterm" name="id3141644"></a><pre class="programlisting">void        ev_page_cache_get_max_height    (<a href="evince-ev-document.html#EvPageCache">EvPageCache</a> *page_cache,
365
365
                                             <a
366
366
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
367
367
>gint</a> rotation,
408
408
</div>
409
409
<hr>
410
410
<div class="refsect2" lang="en">
411
 
<a name="id2797589"></a><h3>
 
411
<a name="id3141754"></a><h3>
412
412
<a name="ev-page-cache-get-height-to-page"></a>ev_page_cache_get_height_to_page ()</h3>
413
 
<a class="indexterm" name="id2797603"></a><pre class="programlisting">void        ev_page_cache_get_height_to_page
 
413
<a class="indexterm" name="id3141768"></a><pre class="programlisting">void        ev_page_cache_get_height_to_page
414
414
                                            (<a href="evince-ev-document.html#EvPageCache">EvPageCache</a> *page_cache,
415
415
                                             <a
416
416
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
476
476
</div>
477
477
<hr>
478
478
<div class="refsect2" lang="en">
479
 
<a name="id2797756"></a><h3>
 
479
<a name="id3141921"></a><h3>
480
480
<a name="ev-page-cache-get-max-label-chars"></a>ev_page_cache_get_max_label_chars ()</h3>
481
 
<a class="indexterm" name="id2797770"></a><pre class="programlisting"><a
 
481
<a class="indexterm" name="id3141935"></a><pre class="programlisting"><a
482
482
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
483
483
>gint</a>        ev_page_cache_get_max_label_chars
484
484
                                            (<a href="evince-ev-document.html#EvPageCache">EvPageCache</a> *page_cache);</pre>
507
507
</div>
508
508
<hr>
509
509
<div class="refsect2" lang="en">
510
 
<a name="id2797827"></a><h3>
 
510
<a name="id3141991"></a><h3>
511
511
<a name="ev-page-cache-get-page-label"></a>ev_page_cache_get_page_label ()</h3>
512
 
<a class="indexterm" name="id2797840"></a><pre class="programlisting">char*       ev_page_cache_get_page_label    (<a href="evince-ev-document.html#EvPageCache">EvPageCache</a> *page_cache,
 
512
<a class="indexterm" name="id3142005"></a><pre class="programlisting">char*       ev_page_cache_get_page_label    (<a href="evince-ev-document.html#EvPageCache">EvPageCache</a> *page_cache,
513
513
                                             <a
514
514
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
515
515
>gint</a> page);</pre>
544
544
</div>
545
545
<hr>
546
546
<div class="refsect2" lang="en">
547
 
<a name="id2797917"></a><h3>
 
547
<a name="id3142082"></a><h3>
548
548
<a name="ev-page-cache-has-nonnumeric-page-labels"></a>ev_page_cache_has_nonnumeric_page_labels ()</h3>
549
 
<a class="indexterm" name="id2797931"></a><pre class="programlisting"><a
 
549
<a class="indexterm" name="id3142096"></a><pre class="programlisting"><a
550
550
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
551
551
>gboolean</a>    ev_page_cache_has_nonnumeric_page_labels
552
552
                                            (<a href="evince-ev-document.html#EvPageCache">EvPageCache</a> *page_cache);</pre>
575
575
</div>
576
576
<hr>
577
577
<div class="refsect2" lang="en">
578
 
<a name="id2797988"></a><h3>
 
578
<a name="id3142153"></a><h3>
579
579
<a name="ev-page-cache-get-info"></a>ev_page_cache_get_info ()</h3>
580
 
<a class="indexterm" name="id2798001"></a><pre class="programlisting">const <a href="evince-ev-document-info.html#EvDocumentInfo">EvDocumentInfo</a>* ev_page_cache_get_info
 
580
<a class="indexterm" name="id3142166"></a><pre class="programlisting">const <a href="evince-ev-document-info.html#EvDocumentInfo">EvDocumentInfo</a>* ev_page_cache_get_info
581
581
                                            (<a href="evince-ev-document.html#EvPageCache">EvPageCache</a> *page_cache);</pre>
582
582
<p>
583
583
 
604
604
</div>
605
605
<hr>
606
606
<div class="refsect2" lang="en">
607
 
<a name="id2798060"></a><h3>
 
607
<a name="id3142224"></a><h3>
608
608
<a name="ev-page-cache-get-dual-even-left"></a>ev_page_cache_get_dual_even_left ()</h3>
609
 
<a class="indexterm" name="id2798073"></a><pre class="programlisting"><a
 
609
<a class="indexterm" name="id3142238"></a><pre class="programlisting"><a
610
610
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
611
611
>gboolean</a>    ev_page_cache_get_dual_even_left
612
612
                                            (<a href="evince-ev-document.html#EvPageCache">EvPageCache</a> *page_cache);</pre>
635
635
</div>
636
636
<hr>
637
637
<div class="refsect2" lang="en">
638
 
<a name="id2798130"></a><h3>
 
638
<a name="id3142295"></a><h3>
639
639
<a name="ev-page-cache-get-current-page"></a>ev_page_cache_get_current_page ()</h3>
640
 
<a class="indexterm" name="id2798144"></a><pre class="programlisting"><a
 
640
<a class="indexterm" name="id3142309"></a><pre class="programlisting"><a
641
641
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
642
642
>gint</a>        ev_page_cache_get_current_page  (<a href="evince-ev-document.html#EvPageCache">EvPageCache</a> *page_cache);</pre>
643
643
<p>
665
665
</div>
666
666
<hr>
667
667
<div class="refsect2" lang="en">
668
 
<a name="id2798201"></a><h3>
 
668
<a name="id3142365"></a><h3>
669
669
<a name="ev-page-cache-set-current-page"></a>ev_page_cache_set_current_page ()</h3>
670
 
<a class="indexterm" name="id2798214"></a><pre class="programlisting">void        ev_page_cache_set_current_page  (<a href="evince-ev-document.html#EvPageCache">EvPageCache</a> *page_cache,
 
670
<a class="indexterm" name="id3142379"></a><pre class="programlisting">void        ev_page_cache_set_current_page  (<a href="evince-ev-document.html#EvPageCache">EvPageCache</a> *page_cache,
671
671
                                             int page);</pre>
672
672
<p>
673
673
 
694
694
</div>
695
695
<hr>
696
696
<div class="refsect2" lang="en">
697
 
<a name="id2798281"></a><h3>
 
697
<a name="id3142446"></a><h3>
698
698
<a name="ev-page-cache-set-current-page-history"></a>ev_page_cache_set_current_page_history ()</h3>
699
 
<a class="indexterm" name="id2798295"></a><pre class="programlisting">void        ev_page_cache_set_current_page_history
 
699
<a class="indexterm" name="id3142460"></a><pre class="programlisting">void        ev_page_cache_set_current_page_history
700
700
                                            (<a href="evince-ev-document.html#EvPageCache">EvPageCache</a> *page_cache,
701
701
                                             int page);</pre>
702
702
<p>
724
724
</div>
725
725
<hr>
726
726
<div class="refsect2" lang="en">
727
 
<a name="id2798363"></a><h3>
 
727
<a name="id3142528"></a><h3>
728
728
<a name="ev-page-cache-set-page-label"></a>ev_page_cache_set_page_label ()</h3>
729
 
<a class="indexterm" name="id2798377"></a><pre class="programlisting"><a
 
729
<a class="indexterm" name="id3142542"></a><pre class="programlisting"><a
730
730
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
731
731
>gboolean</a>    ev_page_cache_set_page_label    (<a href="evince-ev-document.html#EvPageCache">EvPageCache</a> *page_cache,
732
732
                                             const char *page_label);</pre>
761
761
</div>
762
762
<hr>
763
763
<div class="refsect2" lang="en">
764
 
<a name="id2798455"></a><h3>
 
764
<a name="id3142619"></a><h3>
765
765
<a name="ev-page-cache-get"></a>ev_page_cache_get ()</h3>
766
 
<a class="indexterm" name="id2798468"></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>
 
766
<a class="indexterm" name="id3142632"></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>
767
767
<p>
768
768
 
769
769
</p>