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

« back to all changes in this revision

Viewing changes to help/reference/html/evince-ev-link.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:
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="#id2621736" class="shortcut">Top</a>
 
38
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2883948" class="shortcut">Top</a>
39
39
                  &#160;|&#160;
40
 
                  <a href="#id2621974" class="shortcut">Description</a></nobr></td></tr>
 
40
                  <a href="#id2884187" 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="id2621736"></a><span class="refentrytitle">ev-link</span>
 
47
<a name="id2883948"></a><span class="refentrytitle">ev-link</span>
48
48
</h2>
49
49
<p>ev-link &#8212; </p>
50
50
</td>
92
92
</pre>
93
93
</div>
94
94
<div class="refsect1" lang="en">
95
 
<a name="id2621974"></a><h2>Description</h2>
 
95
<a name="id2884187"></a><h2>Description</h2>
96
96
<p>
97
97
 
98
98
</p>
99
99
</div>
100
100
<div class="refsect1" lang="en">
101
 
<a name="id2621989"></a><h2>Details</h2>
 
101
<a name="id2884201"></a><h2>Details</h2>
102
102
<div class="refsect2" lang="en">
103
 
<a name="id2621999"></a><h3>
 
103
<a name="id2884211"></a><h3>
104
104
<a name="EvLink"></a>EvLink</h3>
105
 
<a class="indexterm" name="id2622011"></a><pre class="programlisting">typedef struct _EvLink EvLink;</pre>
 
105
<a class="indexterm" name="id2884223"></a><pre class="programlisting">typedef struct _EvLink EvLink;</pre>
106
106
<p>
107
107
 
108
108
</p>
109
109
</div>
110
110
<hr>
111
111
<div class="refsect2" lang="en">
112
 
<a name="id2622026"></a><h3>
 
112
<a name="id2884238"></a><h3>
113
113
<a name="EvLinkClass"></a>EvLinkClass</h3>
114
 
<a class="indexterm" name="id2622038"></a><pre class="programlisting">typedef struct _EvLinkClass EvLinkClass;</pre>
 
114
<a class="indexterm" name="id2884250"></a><pre class="programlisting">typedef struct _EvLinkClass EvLinkClass;</pre>
115
115
<p>
116
116
 
117
117
</p>
118
118
</div>
119
119
<hr>
120
120
<div class="refsect2" lang="en">
121
 
<a name="id2622054"></a><h3>
 
121
<a name="id2884266"></a><h3>
122
122
<a name="EvLinkPrivate"></a>EvLinkPrivate</h3>
123
 
<a class="indexterm" name="id2622066"></a><pre class="programlisting">typedef struct _EvLinkPrivate EvLinkPrivate;</pre>
 
123
<a class="indexterm" name="id2884278"></a><pre class="programlisting">typedef struct _EvLinkPrivate EvLinkPrivate;</pre>
124
124
<p>
125
125
 
126
126
</p>
127
127
</div>
128
128
<hr>
129
129
<div class="refsect2" lang="en">
130
 
<a name="id2622082"></a><h3>
 
130
<a name="id2884294"></a><h3>
131
131
<a name="ev-link-new"></a>ev_link_new ()</h3>
132
 
<a class="indexterm" name="id2622094"></a><pre class="programlisting"><a href="evince-ev-link.html#EvLink">EvLink</a>*     ev_link_new                     (const <a
 
132
<a class="indexterm" name="id2884306"></a><pre class="programlisting"><a href="evince-ev-link.html#EvLink">EvLink</a>*     ev_link_new                     (const <a
133
133
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
134
134
>gchar</a> *title,
135
135
                                             <a href="evince-ev-link-action.html#EvLinkAction">EvLinkAction</a> *action);</pre>
164
164
</div>
165
165
<hr>
166
166
<div class="refsect2" lang="en">
167
 
<a name="id2622172"></a><h3>
 
167
<a name="id2884384"></a><h3>
168
168
<a name="ev-link-get-title"></a>ev_link_get_title ()</h3>
169
 
<a class="indexterm" name="id2622185"></a><pre class="programlisting">const <a
 
169
<a class="indexterm" name="id2884398"></a><pre class="programlisting">const <a
170
170
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
171
171
>gchar</a>* ev_link_get_title              (<a href="evince-ev-link.html#EvLink">EvLink</a> *self);</pre>
172
172
<p>
194
194
</div>
195
195
<hr>
196
196
<div class="refsect2" lang="en">
197
 
<a name="id2622242"></a><h3>
 
197
<a name="id2884454"></a><h3>
198
198
<a name="ev-link-get-action"></a>ev_link_get_action ()</h3>
199
 
<a class="indexterm" name="id2622256"></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>
 
199
<a class="indexterm" name="id2884468"></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>
200
200
<p>
201
201
 
202
202
</p>
222
222
</div>
223
223
<hr>
224
224
<div class="refsect2" lang="en">
225
 
<a name="id2622311"></a><h3>
 
225
<a name="id2884524"></a><h3>
226
226
<a name="ev-link-get-page"></a>ev_link_get_page ()</h3>
227
 
<a class="indexterm" name="id2622324"></a><pre class="programlisting"><a
 
227
<a class="indexterm" name="id2884537"></a><pre class="programlisting"><a
228
228
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
229
229
>gint</a>        ev_link_get_page                (<a href="evince-ev-link.html#EvLink">EvLink</a> *link);</pre>
230
230
<p>
252
252
</div>
253
253
<hr>
254
254
<div class="refsect2" lang="en">
255
 
<a name="id2622380"></a><h3>
 
255
<a name="id2884593"></a><h3>
256
256
<a name="EvLinkMapping"></a>EvLinkMapping</h3>
257
 
<a class="indexterm" name="id2622393"></a><pre class="programlisting">typedef struct {
 
257
<a class="indexterm" name="id2884605"></a><pre class="programlisting">typedef struct {
258
258
        EvLink *link;
259
259
        gdouble x1;
260
260
        gdouble y1;
268
268
</div>
269
269
<hr>
270
270
<div class="refsect2" lang="en">
271
 
<a name="id2622409"></a><h3>
 
271
<a name="id2884622"></a><h3>
272
272
<a name="ev-link-mapping-free"></a>ev_link_mapping_free ()</h3>
273
 
<a class="indexterm" name="id2622422"></a><pre class="programlisting">void        ev_link_mapping_free            (<a
 
273
<a class="indexterm" name="id2884634"></a><pre class="programlisting">void        ev_link_mapping_free            (<a
274
274
href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"
275
275
>GList</a> *link_mapping);</pre>
276
276
<p>
290
290
</div>
291
291
<hr>
292
292
<div class="refsect2" lang="en">
293
 
<a name="id2622468"></a><h3>
 
293
<a name="id2884681"></a><h3>
294
294
<a name="ev-link-mapping-find"></a>ev_link_mapping_find ()</h3>
295
 
<a class="indexterm" name="id2622481"></a><pre class="programlisting"><a href="evince-ev-link.html#EvLink">EvLink</a>*     ev_link_mapping_find            (<a
 
295
<a class="indexterm" name="id2884693"></a><pre class="programlisting"><a href="evince-ev-link.html#EvLink">EvLink</a>*     ev_link_mapping_find            (<a
296
296
href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"
297
297
>GList</a> *link_mapping,
298
298
                                             <a
338
338
</div>
339
339
<hr>
340
340
<div class="refsect2" lang="en">
341
 
<a name="id2622579"></a><h3>
 
341
<a name="id2884792"></a><h3>
342
342
<a name="ev-link-mapping-get-area"></a>ev_link_mapping_get_area ()</h3>
343
 
<a class="indexterm" name="id2622592"></a><pre class="programlisting">void        ev_link_mapping_get_area        (<a
 
343
<a class="indexterm" name="id2884804"></a><pre class="programlisting">void        ev_link_mapping_get_area        (<a
344
344
href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"
345
345
>GList</a> *link_mapping,
346
346
                                             <a href="evince-ev-link.html#EvLink">EvLink</a> *link,