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

« back to all changes in this revision

Viewing changes to help/reference/html/evince-ev-file-exporter.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-ev-file-helpers.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="#id2773673" class="shortcut">Top</a>
 
38
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id3117539" class="shortcut">Top</a>
39
39
                  &#160;|&#160;
40
 
                  <a href="#id2775042" class="shortcut">Description</a></nobr></td></tr>
 
40
                  <a href="#id3118908" class="shortcut">Description</a></nobr></td></tr>
41
41
</table>
42
42
<div class="refentry" lang="en">
43
43
<a name="evince-ev-file-exporter"></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="id2773673"></a><span class="refentrytitle">ev-file-exporter</span>
 
47
<a name="id3117539"></a><span class="refentrytitle">ev-file-exporter</span>
48
48
</h2>
49
49
<p>ev-file-exporter &#8212; </p>
50
50
</td>
93
93
</pre>
94
94
</div>
95
95
<div class="refsect1" lang="en">
96
 
<a name="id2775042"></a><h2>Description</h2>
 
96
<a name="id3118908"></a><h2>Description</h2>
97
97
<p>
98
98
 
99
99
</p>
100
100
</div>
101
101
<div class="refsect1" lang="en">
102
 
<a name="id2775056"></a><h2>Details</h2>
 
102
<a name="id3118922"></a><h2>Details</h2>
103
103
<div class="refsect2" lang="en">
104
 
<a name="id2775066"></a><h3>
 
104
<a name="id3118933"></a><h3>
105
105
<a name="EvFileExporterFormat"></a>enum EvFileExporterFormat</h3>
106
 
<a class="indexterm" name="id2775079"></a><pre class="programlisting">typedef enum {
 
106
<a class="indexterm" name="id3118946"></a><pre class="programlisting">typedef enum {
107
107
        EV_FILE_FORMAT_PS,
108
108
        EV_FILE_FORMAT_PDF,
109
109
        EV_FILE_FORMAT_UNKNOWN
115
115
</div>
116
116
<hr>
117
117
<div class="refsect2" lang="en">
118
 
<a name="id2775096"></a><h3>
 
118
<a name="id3118963"></a><h3>
119
119
<a name="EV-FILE-EXPORTER-IFACE:CAPS"></a>EV_FILE_EXPORTER_IFACE()</h3>
120
 
<a class="indexterm" name="id2775109"></a><pre class="programlisting">#define EV_FILE_EXPORTER_IFACE(k)        (G_TYPE_CHECK_CLASS_CAST((k), EV_TYPE_FILE_EXPORTER, EvFileExporterIface))
 
120
<a class="indexterm" name="id3118975"></a><pre class="programlisting">#define EV_FILE_EXPORTER_IFACE(k)        (G_TYPE_CHECK_CLASS_CAST((k), EV_TYPE_FILE_EXPORTER, EvFileExporterIface))
121
121
</pre>
122
122
<p>
123
123
 
136
136
</div>
137
137
<hr>
138
138
<div class="refsect2" lang="en">
139
 
<a name="id2775144"></a><h3>
 
139
<a name="id3119010"></a><h3>
140
140
<a name="EV-IS-FILE-EXPORTER-IFACE:CAPS"></a>EV_IS_FILE_EXPORTER_IFACE()</h3>
141
 
<a class="indexterm" name="id2775157"></a><pre class="programlisting">#define EV_IS_FILE_EXPORTER_IFACE(k)     (G_TYPE_CHECK_CLASS_TYPE ((k), EV_TYPE_FILE_EXPORTER))
 
141
<a class="indexterm" name="id3119024"></a><pre class="programlisting">#define EV_IS_FILE_EXPORTER_IFACE(k)     (G_TYPE_CHECK_CLASS_TYPE ((k), EV_TYPE_FILE_EXPORTER))
142
142
</pre>
143
143
<p>
144
144
 
157
157
</div>
158
158
<hr>
159
159
<div class="refsect2" lang="en">
160
 
<a name="id2775191"></a><h3>
 
160
<a name="id3119058"></a><h3>
161
161
<a name="EvFileExporter"></a>EvFileExporter</h3>
162
 
<a class="indexterm" name="id2775204"></a><pre class="programlisting">typedef struct _EvFileExporter EvFileExporter;</pre>
 
162
<a class="indexterm" name="id3119071"></a><pre class="programlisting">typedef struct _EvFileExporter EvFileExporter;</pre>
163
163
<p>
164
164
 
165
165
</p>
166
166
</div>
167
167
<hr>
168
168
<div class="refsect2" lang="en">
169
 
<a name="id2775219"></a><h3>
 
169
<a name="id3119086"></a><h3>
170
170
<a name="EvFileExporterIface"></a>EvFileExporterIface</h3>
171
 
<a class="indexterm" name="id2775232"></a><pre class="programlisting">typedef struct {
 
171
<a class="indexterm" name="id3119099"></a><pre class="programlisting">typedef struct {
172
172
        GTypeInterface base_iface;
173
173
 
174
174
        /* Methods  */
193
193
</div>
194
194
<hr>
195
195
<div class="refsect2" lang="en">
196
 
<a name="id2775264"></a><h3>
 
196
<a name="id3119131"></a><h3>
197
197
<a name="ev-file-exporter-format-supported"></a>ev_file_exporter_format_supported ()</h3>
198
 
<a class="indexterm" name="id2775278"></a><pre class="programlisting"><a
 
198
<a class="indexterm" name="id3119145"></a><pre class="programlisting"><a
199
199
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
200
200
>gboolean</a>    ev_file_exporter_format_supported
201
201
                                            (<a href="evince-ev-file-exporter.html#EvFileExporter">EvFileExporter</a> *exporter,
231
231
</div>
232
232
<hr>
233
233
<div class="refsect2" lang="en">
234
 
<a name="id2775356"></a><h3>
 
234
<a name="id3119223"></a><h3>
235
235
<a name="ev-file-exporter-begin"></a>ev_file_exporter_begin ()</h3>
236
 
<a class="indexterm" name="id2775369"></a><pre class="programlisting">void        ev_file_exporter_begin          (<a href="evince-ev-file-exporter.html#EvFileExporter">EvFileExporter</a> *exporter,
 
236
<a class="indexterm" name="id3119236"></a><pre class="programlisting">void        ev_file_exporter_begin          (<a href="evince-ev-file-exporter.html#EvFileExporter">EvFileExporter</a> *exporter,
237
237
                                             <a href="evince-ev-file-exporter.html#EvFileExporterFormat">EvFileExporterFormat</a> format,
238
238
                                             const <a
239
239
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
314
314
</div>
315
315
<hr>
316
316
<div class="refsect2" lang="en">
317
 
<a name="id2775565"></a><h3>
 
317
<a name="id3119432"></a><h3>
318
318
<a name="ev-file-exporter-do-page"></a>ev_file_exporter_do_page ()</h3>
319
 
<a class="indexterm" name="id2775578"></a><pre class="programlisting">void        ev_file_exporter_do_page        (<a href="evince-ev-file-exporter.html#EvFileExporter">EvFileExporter</a> *exporter,
 
319
<a class="indexterm" name="id3119445"></a><pre class="programlisting">void        ev_file_exporter_do_page        (<a href="evince-ev-file-exporter.html#EvFileExporter">EvFileExporter</a> *exporter,
320
320
                                             <a href="evince-EvRenderContext.html#EvRenderContext">EvRenderContext</a> *rc);</pre>
321
321
<p>
322
322
 
343
343
</div>
344
344
<hr>
345
345
<div class="refsect2" lang="en">
346
 
<a name="id2775646"></a><h3>
 
346
<a name="id3119513"></a><h3>
347
347
<a name="ev-file-exporter-end"></a>ev_file_exporter_end ()</h3>
348
 
<a class="indexterm" name="id2775659"></a><pre class="programlisting">void        ev_file_exporter_end            (<a href="evince-ev-file-exporter.html#EvFileExporter">EvFileExporter</a> *exporter);</pre>
 
348
<a class="indexterm" name="id3119526"></a><pre class="programlisting">void        ev_file_exporter_end            (<a href="evince-ev-file-exporter.html#EvFileExporter">EvFileExporter</a> *exporter);</pre>
349
349
<p>
350
350
 
351
351
</p>