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

« back to all changes in this revision

Viewing changes to help/reference/html/evince-ev-document-factory.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="evince-ev-document.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="#id2562810" class="shortcut">Top</a>
 
40
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2825022" class="shortcut">Top</a>
41
41
                  &#160;|&#160;
42
 
                  <a href="#id2557218" class="shortcut">Description</a></nobr></td></tr>
 
42
                  <a href="#id2819430" class="shortcut">Description</a></nobr></td></tr>
43
43
</table>
44
44
<div class="refentry" lang="en">
45
45
<a name="evince-ev-document-factory"></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="id2562810"></a><span class="refentrytitle">ev-document-factory</span>
 
49
<a name="id2825022"></a><span class="refentrytitle">ev-document-factory</span>
50
50
</h2>
51
51
<p>ev-document-factory &#8212; </p>
52
52
</td>
72
72
</pre>
73
73
</div>
74
74
<div class="refsect1" lang="en">
75
 
<a name="id2557218"></a><h2>Description</h2>
 
75
<a name="id2819430"></a><h2>Description</h2>
76
76
<p>
77
77
 
78
78
</p>
79
79
</div>
80
80
<div class="refsect1" lang="en">
81
 
<a name="id2557232"></a><h2>Details</h2>
 
81
<a name="id2819444"></a><h2>Details</h2>
82
82
<div class="refsect2" lang="en">
83
 
<a name="id2557242"></a><h3>
 
83
<a name="id2819454"></a><h3>
84
84
<a name="EvBackend"></a>enum EvBackend</h3>
85
 
<a class="indexterm" name="id2557254"></a><pre class="programlisting">typedef enum {
 
85
<a class="indexterm" name="id2819467"></a><pre class="programlisting">typedef enum {
86
86
        EV_BACKEND_PDF,
87
87
        EV_BACKEND_PS,
88
88
        EV_BACKEND_TIFF,
99
99
</div>
100
100
<hr>
101
101
<div class="refsect2" lang="en">
102
 
<a name="id2557272"></a><h3>
 
102
<a name="id2819484"></a><h3>
103
103
<a name="ev-document-factory-get-document"></a>ev_document_factory_get_document ()</h3>
104
 
<a class="indexterm" name="id2557285"></a><pre class="programlisting"><a href="evince-ev-document.html#EvDocument">EvDocument</a>* ev_document_factory_get_document
 
104
<a class="indexterm" name="id2819497"></a><pre class="programlisting"><a href="evince-ev-document.html#EvDocument">EvDocument</a>* ev_document_factory_get_document
105
105
                                            (const char *uri,
106
106
                                             <a
107
107
href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"
137
137
</div>
138
138
<hr>
139
139
<div class="refsect2" lang="en">
140
 
<a name="id2601508"></a><h3>
 
140
<a name="id2863721"></a><h3>
141
141
<a name="ev-document-factory-get-backend"></a>ev_document_factory_get_backend ()</h3>
142
 
<a class="indexterm" name="id2601520"></a><pre class="programlisting"><a href="evince-ev-document-factory.html#EvBackend">EvBackend</a>   ev_document_factory_get_backend (<a href="evince-ev-document.html#EvDocument">EvDocument</a> *document);</pre>
 
142
<a class="indexterm" name="id2863733"></a><pre class="programlisting"><a href="evince-ev-document-factory.html#EvBackend">EvBackend</a>   ev_document_factory_get_backend (<a href="evince-ev-document.html#EvDocument">EvDocument</a> *document);</pre>
143
143
<p>
144
144
 
145
145
</p>
165
165
</div>
166
166
<hr>
167
167
<div class="refsect2" lang="en">
168
 
<a name="id2601577"></a><h3>
 
168
<a name="id2863789"></a><h3>
169
169
<a name="ev-document-factory-add-filters"></a>ev_document_factory_add_filters ()</h3>
170
 
<a class="indexterm" name="id2601590"></a><pre class="programlisting">void        ev_document_factory_add_filters (<a
 
170
<a class="indexterm" name="id2863803"></a><pre class="programlisting">void        ev_document_factory_add_filters (<a
171
171
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
172
172
>GtkWidget</a> *chooser,
173
173
                                             <a href="evince-ev-document.html#EvDocument">EvDocument</a> *document);</pre>