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

« back to all changes in this revision

Viewing changes to help/reference/html/evince-ev-link.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-link-action.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="#id2758929" class="shortcut">Top</a>
 
38
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id3102791" class="shortcut">Top</a>
39
39
                  &#160;|&#160;
40
 
                  <a href="#id2759130" class="shortcut">Description</a></nobr></td></tr>
 
40
                  <a href="#id3102992" class="shortcut">Description</a></nobr></td></tr>
41
41
</table>
42
42
<div class="refentry" lang="en">
43
43
<a name="evince-ev-link"></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="id2758929"></a><span class="refentrytitle">ev-link</span>
 
47
<a name="id3102791"></a><span class="refentrytitle">ev-link</span>
48
48
</h2>
49
49
<p>ev-link &#8212; </p>
50
50
</td>
87
87
</pre>
88
88
</div>
89
89
<div class="refsect1" lang="en">
90
 
<a name="id2759130"></a><h2>Description</h2>
 
90
<a name="id3102992"></a><h2>Description</h2>
91
91
<p>
92
92
 
93
93
</p>
94
94
</div>
95
95
<div class="refsect1" lang="en">
96
 
<a name="id2759144"></a><h2>Details</h2>
 
96
<a name="id3103006"></a><h2>Details</h2>
97
97
<div class="refsect2" lang="en">
98
 
<a name="id2759155"></a><h3>
 
98
<a name="id3103017"></a><h3>
99
99
<a name="EvLink"></a>EvLink</h3>
100
 
<a class="indexterm" name="id2759167"></a><pre class="programlisting">typedef struct _EvLink EvLink;</pre>
 
100
<a class="indexterm" name="id3103029"></a><pre class="programlisting">typedef struct _EvLink EvLink;</pre>
101
101
<p>
102
102
 
103
103
</p>
104
104
</div>
105
105
<hr>
106
106
<div class="refsect2" lang="en">
107
 
<a name="id2759182"></a><h3>
 
107
<a name="id3103044"></a><h3>
108
108
<a name="EvLinkClass"></a>EvLinkClass</h3>
109
 
<a class="indexterm" name="id2759194"></a><pre class="programlisting">typedef struct _EvLinkClass EvLinkClass;</pre>
 
109
<a class="indexterm" name="id3103056"></a><pre class="programlisting">typedef struct _EvLinkClass EvLinkClass;</pre>
110
110
<p>
111
111
 
112
112
</p>
113
113
</div>
114
114
<hr>
115
115
<div class="refsect2" lang="en">
116
 
<a name="id2759209"></a><h3>
 
116
<a name="id3103071"></a><h3>
117
117
<a name="EvLinkPrivate"></a>EvLinkPrivate</h3>
118
 
<a class="indexterm" name="id2759222"></a><pre class="programlisting">typedef struct _EvLinkPrivate EvLinkPrivate;</pre>
 
118
<a class="indexterm" name="id3103084"></a><pre class="programlisting">typedef struct _EvLinkPrivate EvLinkPrivate;</pre>
119
119
<p>
120
120
 
121
121
</p>
122
122
</div>
123
123
<hr>
124
124
<div class="refsect2" lang="en">
125
 
<a name="id2759237"></a><h3>
 
125
<a name="id3103099"></a><h3>
126
126
<a name="ev-link-new"></a>ev_link_new ()</h3>
127
 
<a class="indexterm" name="id2759250"></a><pre class="programlisting"><a href="evince-ev-link.html#EvLink">EvLink</a>*     ev_link_new                     (const <a
 
127
<a class="indexterm" name="id3103112"></a><pre class="programlisting"><a href="evince-ev-link.html#EvLink">EvLink</a>*     ev_link_new                     (const <a
128
128
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
129
129
>gchar</a> *title,
130
130
                                             <a href="evince-ev-link-action.html#EvLinkAction">EvLinkAction</a> *action);</pre>
159
159
</div>
160
160
<hr>
161
161
<div class="refsect2" lang="en">
162
 
<a name="id2759327"></a><h3>
 
162
<a name="id3103189"></a><h3>
163
163
<a name="ev-link-get-title"></a>ev_link_get_title ()</h3>
164
 
<a class="indexterm" name="id2759341"></a><pre class="programlisting">const <a
 
164
<a class="indexterm" name="id3103203"></a><pre class="programlisting">const <a
165
165
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
166
166
>gchar</a>* ev_link_get_title              (<a href="evince-ev-link.html#EvLink">EvLink</a> *self);</pre>
167
167
<p>
189
189
</div>
190
190
<hr>
191
191
<div class="refsect2" lang="en">
192
 
<a name="id2759398"></a><h3>
 
192
<a name="id3103260"></a><h3>
193
193
<a name="ev-link-get-action"></a>ev_link_get_action ()</h3>
194
 
<a class="indexterm" name="id2759411"></a><pre class="programlisting"><a href="evince-ev-link-action.html#EvLinkAction">EvLinkAction</a>* ev_link_get_action            (<a href="evince-ev-link.html#EvLink">EvLink</a> *self);</pre>
 
194
<a class="indexterm" name="id3103273"></a><pre class="programlisting"><a href="evince-ev-link-action.html#EvLinkAction">EvLinkAction</a>* ev_link_get_action            (<a href="evince-ev-link.html#EvLink">EvLink</a> *self);</pre>
195
195
<p>
196
196
 
197
197
</p>
217
217
</div>
218
218
<hr>
219
219
<div class="refsect2" lang="en">
220
 
<a name="id2759467"></a><h3>
 
220
<a name="id3103329"></a><h3>
221
221
<a name="ev-link-get-page"></a>ev_link_get_page ()</h3>
222
 
<a class="indexterm" name="id2759480"></a><pre class="programlisting"><a
 
222
<a class="indexterm" name="id3103342"></a><pre class="programlisting"><a
223
223
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
224
224
>gint</a>        ev_link_get_page                (<a href="evince-ev-link.html#EvLink">EvLink</a> *link);</pre>
225
225
<p>
247
247
</div>
248
248
<hr>
249
249
<div class="refsect2" lang="en">
250
 
<a name="id2759536"></a><h3>
 
250
<a name="id3103398"></a><h3>
251
251
<a name="EvLinkMapping"></a>EvLinkMapping</h3>
252
 
<a class="indexterm" name="id2759548"></a><pre class="programlisting">typedef struct {
 
252
<a class="indexterm" name="id3103410"></a><pre class="programlisting">typedef struct {
253
253
        EvLink *link;
254
254
        gdouble x1;
255
255
        gdouble y1;
263
263
</div>
264
264
<hr>
265
265
<div class="refsect2" lang="en">
266
 
<a name="id2759565"></a><h3>
 
266
<a name="id3103427"></a><h3>
267
267
<a name="ev-link-mapping-free"></a>ev_link_mapping_free ()</h3>
268
 
<a class="indexterm" name="id2759578"></a><pre class="programlisting">void        ev_link_mapping_free            (<a
 
268
<a class="indexterm" name="id3103440"></a><pre class="programlisting">void        ev_link_mapping_free            (<a
269
269
href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"
270
270
>GList</a> *link_mapping);</pre>
271
271
<p>
285
285
</div>
286
286
<hr>
287
287
<div class="refsect2" lang="en">
288
 
<a name="id2759624"></a><h3>
 
288
<a name="id3103486"></a><h3>
289
289
<a name="ev-link-mapping-find"></a>ev_link_mapping_find ()</h3>
290
 
<a class="indexterm" name="id2759637"></a><pre class="programlisting"><a href="evince-ev-link.html#EvLink">EvLink</a>*     ev_link_mapping_find            (<a
 
290
<a class="indexterm" name="id3103499"></a><pre class="programlisting"><a href="evince-ev-link.html#EvLink">EvLink</a>*     ev_link_mapping_find            (<a
291
291
href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"
292
292
>GList</a> *link_mapping,
293
293
                                             <a