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

« back to all changes in this revision

Viewing changes to help/reference/html/evince-ev-file-helpers.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:
37
37
<th width="100%" align="center">Evince Programmer's Reference Manual</th>
38
38
<td><a accesskey="n" href="pt04.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
39
39
</tr>
40
 
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2640363" class="shortcut">Top</a>
 
40
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2902575" class="shortcut">Top</a>
41
41
                  &#160;|&#160;
42
 
                  <a href="#id2640627" class="shortcut">Description</a></nobr></td></tr>
 
42
                  <a href="#id2902839" class="shortcut">Description</a></nobr></td></tr>
43
43
</table>
44
44
<div class="refentry" lang="en">
45
45
<a name="evince-ev-file-helpers"></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="id2640363"></a><span class="refentrytitle">ev-file-helpers</span>
 
49
<a name="id2902575"></a><span class="refentrytitle">ev-file-helpers</span>
50
50
</h2>
51
51
<p>ev-file-helpers &#8212; </p>
52
52
</td>
104
104
</pre>
105
105
</div>
106
106
<div class="refsect1" lang="en">
107
 
<a name="id2640627"></a><h2>Description</h2>
 
107
<a name="id2902839"></a><h2>Description</h2>
108
108
<p>
109
109
 
110
110
</p>
111
111
</div>
112
112
<div class="refsect1" lang="en">
113
 
<a name="id2640642"></a><h2>Details</h2>
 
113
<a name="id2902854"></a><h2>Details</h2>
114
114
<div class="refsect2" lang="en">
115
 
<a name="id2640652"></a><h3>
 
115
<a name="id2902864"></a><h3>
116
116
<a name="EvCompressionType"></a>enum EvCompressionType</h3>
117
 
<a class="indexterm" name="id2640665"></a><pre class="programlisting">typedef enum {
 
117
<a class="indexterm" name="id2902878"></a><pre class="programlisting">typedef enum {
118
118
        EV_COMPRESSION_NONE,
119
119
        EV_COMPRESSION_BZIP2,
120
120
        EV_COMPRESSION_GZIP
126
126
</div>
127
127
<hr>
128
128
<div class="refsect2" lang="en">
129
 
<a name="id2640681"></a><h3>
 
129
<a name="id2902894"></a><h3>
130
130
<a name="ev-dot-dir"></a>ev_dot_dir ()</h3>
131
 
<a class="indexterm" name="id2640694"></a><pre class="programlisting">const <a
 
131
<a class="indexterm" name="id2902906"></a><pre class="programlisting">const <a
132
132
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
133
133
>gchar</a>* ev_dot_dir                     (void);</pre>
134
134
<p>
148
148
</div>
149
149
<hr>
150
150
<div class="refsect2" lang="en">
151
 
<a name="id2640730"></a><h3>
 
151
<a name="id2902943"></a><h3>
152
152
<a name="ev-tmp-dir"></a>ev_tmp_dir ()</h3>
153
 
<a class="indexterm" name="id2640743"></a><pre class="programlisting">const <a
 
153
<a class="indexterm" name="id2902955"></a><pre class="programlisting">const <a
154
154
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
155
155
>gchar</a>* ev_tmp_dir                     (void);</pre>
156
156
<p>
170
170
</div>
171
171
<hr>
172
172
<div class="refsect2" lang="en">
173
 
<a name="id2640780"></a><h3>
 
173
<a name="id2902992"></a><h3>
174
174
<a name="ev-file-helpers-init"></a>ev_file_helpers_init ()</h3>
175
 
<a class="indexterm" name="id2640793"></a><pre class="programlisting">void        ev_file_helpers_init            (void);</pre>
 
175
<a class="indexterm" name="id2903005"></a><pre class="programlisting">void        ev_file_helpers_init            (void);</pre>
176
176
<p>
177
177
 
178
178
</p>
179
179
</div>
180
180
<hr>
181
181
<div class="refsect2" lang="en">
182
 
<a name="id2640814"></a><h3>
 
182
<a name="id2903026"></a><h3>
183
183
<a name="ev-file-helpers-shutdown"></a>ev_file_helpers_shutdown ()</h3>
184
 
<a class="indexterm" name="id2640827"></a><pre class="programlisting">void        ev_file_helpers_shutdown        (void);</pre>
 
184
<a class="indexterm" name="id2903039"></a><pre class="programlisting">void        ev_file_helpers_shutdown        (void);</pre>
185
185
<p>
186
186
 
187
187
</p>
188
188
</div>
189
189
<hr>
190
190
<div class="refsect2" lang="en">
191
 
<a name="id2640848"></a><h3>
 
191
<a name="id2903060"></a><h3>
192
192
<a name="ev-tmp-filename"></a>ev_tmp_filename ()</h3>
193
 
<a class="indexterm" name="id2640861"></a><pre class="programlisting"><a
 
193
<a class="indexterm" name="id2903073"></a><pre class="programlisting"><a
194
194
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
195
195
>gchar</a>*      ev_tmp_filename                 (const char *prefix);</pre>
196
196
<p>
218
218
</div>
219
219
<hr>
220
220
<div class="refsect2" lang="en">
221
 
<a name="id2640917"></a><h3>
 
221
<a name="id2903129"></a><h3>
222
222
<a name="ev-tmp-filename-unlink"></a>ev_tmp_filename_unlink ()</h3>
223
 
<a class="indexterm" name="id2640930"></a><pre class="programlisting">void        ev_tmp_filename_unlink          (const <a
 
223
<a class="indexterm" name="id2903142"></a><pre class="programlisting">void        ev_tmp_filename_unlink          (const <a
224
224
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
225
225
>gchar</a> *filename);</pre>
226
226
<p>
240
240
</div>
241
241
<hr>
242
242
<div class="refsect2" lang="en">
243
 
<a name="id2640976"></a><h3>
 
243
<a name="id2903188"></a><h3>
244
244
<a name="ev-tmp-uri-unlink"></a>ev_tmp_uri_unlink ()</h3>
245
 
<a class="indexterm" name="id2640990"></a><pre class="programlisting">void        ev_tmp_uri_unlink               (const <a
 
245
<a class="indexterm" name="id2903202"></a><pre class="programlisting">void        ev_tmp_uri_unlink               (const <a
246
246
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
247
247
>gchar</a> *uri);</pre>
248
248
<p>
262
262
</div>
263
263
<hr>
264
264
<div class="refsect2" lang="en">
265
 
<a name="id2641035"></a><h3>
 
265
<a name="id2903247"></a><h3>
266
266
<a name="ev-xfer-uri-simple"></a>ev_xfer_uri_simple ()</h3>
267
 
<a class="indexterm" name="id2641048"></a><pre class="programlisting"><a
 
267
<a class="indexterm" name="id2903260"></a><pre class="programlisting"><a
268
268
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
269
269
>gboolean</a>    ev_xfer_uri_simple              (const char *from,
270
270
                                             const char *to,
308
308
</div>
309
309
<hr>
310
310
<div class="refsect2" lang="en">
311
 
<a name="id2641146"></a><h3>
 
311
<a name="id2903358"></a><h3>
312
312
<a name="ev-file-uncompress"></a>ev_file_uncompress ()</h3>
313
 
<a class="indexterm" name="id2641159"></a><pre class="programlisting"><a
 
313
<a class="indexterm" name="id2903371"></a><pre class="programlisting"><a
314
314
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
315
315
>gchar</a>*      ev_file_uncompress              (const <a
316
316
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
356
356
</div>
357
357
<hr>
358
358
<div class="refsect2" lang="en">
359
 
<a name="id2641257"></a><h3>
 
359
<a name="id2903470"></a><h3>
360
360
<a name="ev-file-compress"></a>ev_file_compress ()</h3>
361
 
<a class="indexterm" name="id2641270"></a><pre class="programlisting"><a
 
361
<a class="indexterm" name="id2903482"></a><pre class="programlisting"><a
362
362
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
363
363
>gchar</a>*      ev_file_compress                (const <a
364
364
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"