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

« back to all changes in this revision

Viewing changes to help/reference/html/evince-ev-document-links.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-document-misc.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="#id2611271" class="shortcut">Top</a>
39
 
                  &#160;|&#160;
40
 
                  <a href="#id2612438" class="shortcut">Description</a>
41
 
                  &#160;|&#160;
42
 
                  <a href="#id2612414" class="shortcut">Object Hierarchy</a></nobr></td></tr>
 
38
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2873483" class="shortcut">Top</a>
 
39
                  &#160;|&#160;
 
40
                  <a href="#id2874651" class="shortcut">Description</a>
 
41
                  &#160;|&#160;
 
42
                  <a href="#id2874626" class="shortcut">Object Hierarchy</a></nobr></td></tr>
43
43
</table>
44
44
<div class="refentry" lang="en">
45
45
<a name="evince-ev-document-links"></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="id2611271"></a><span class="refentrytitle">ev-document-links</span>
 
49
<a name="id2873483"></a><span class="refentrytitle">ev-document-links</span>
50
50
</h2>
51
51
<p>ev-document-links &#8212; </p>
52
52
</td>
85
85
</pre>
86
86
</div>
87
87
<div class="refsect1" lang="en">
88
 
<a name="id2612414"></a><h2>Object Hierarchy</h2>
 
88
<a name="id2874626"></a><h2>Object Hierarchy</h2>
89
89
<pre class="synopsis">
90
90
 
91
91
  GInterface
93
93
</pre>
94
94
</div>
95
95
<div class="refsect1" lang="en">
96
 
<a name="id2612438"></a><h2>Description</h2>
 
96
<a name="id2874651"></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="id2612453"></a><h2>Details</h2>
 
102
<a name="id2874665"></a><h2>Details</h2>
103
103
<div class="refsect2" lang="en">
104
 
<a name="id2612463"></a><h3>
 
104
<a name="id2874675"></a><h3>
105
105
<a name="EV-DOCUMENT-LINKS-IFACE:CAPS"></a>EV_DOCUMENT_LINKS_IFACE()</h3>
106
 
<a class="indexterm" name="id2612477"></a><pre class="programlisting">#define EV_DOCUMENT_LINKS_IFACE(k)          (G_TYPE_CHECK_CLASS_CAST((k), EV_TYPE_DOCUMENT_LINKS, EvDocumentLinksIface))
 
106
<a class="indexterm" name="id2874689"></a><pre class="programlisting">#define EV_DOCUMENT_LINKS_IFACE(k)          (G_TYPE_CHECK_CLASS_CAST((k), EV_TYPE_DOCUMENT_LINKS, EvDocumentLinksIface))
107
107
</pre>
108
108
<p>
109
109
 
122
122
</div>
123
123
<hr>
124
124
<div class="refsect2" lang="en">
125
 
<a name="id2612511"></a><h3>
 
125
<a name="id2874724"></a><h3>
126
126
<a name="EV-IS-DOCUMENT-LINKS-IFACE:CAPS"></a>EV_IS_DOCUMENT_LINKS_IFACE()</h3>
127
 
<a class="indexterm" name="id2612524"></a><pre class="programlisting">#define EV_IS_DOCUMENT_LINKS_IFACE(k)       (G_TYPE_CHECK_CLASS_TYPE ((k), EV_TYPE_DOCUMENT_LINKS))
 
127
<a class="indexterm" name="id2874736"></a><pre class="programlisting">#define EV_IS_DOCUMENT_LINKS_IFACE(k)       (G_TYPE_CHECK_CLASS_TYPE ((k), EV_TYPE_DOCUMENT_LINKS))
128
128
</pre>
129
129
<p>
130
130
 
143
143
</div>
144
144
<hr>
145
145
<div class="refsect2" lang="en">
146
 
<a name="id2612558"></a><h3>
 
146
<a name="id2874770"></a><h3>
147
147
<a name="EvDocumentLinks-struct"></a>EvDocumentLinks</h3>
148
 
<a class="indexterm" name="id2612571"></a><pre class="programlisting">typedef struct _EvDocumentLinks EvDocumentLinks;</pre>
 
148
<a class="indexterm" name="id2874783"></a><pre class="programlisting">typedef struct _EvDocumentLinks EvDocumentLinks;</pre>
149
149
<p>
150
150
 
151
151
</p>
152
152
</div>
153
153
<hr>
154
154
<div class="refsect2" lang="en">
155
 
<a name="id2612587"></a><h3>
 
155
<a name="id2874799"></a><h3>
156
156
<a name="EvDocumentLinksIface"></a>EvDocumentLinksIface</h3>
157
 
<a class="indexterm" name="id2612599"></a><pre class="programlisting">typedef struct {
 
157
<a class="indexterm" name="id2874811"></a><pre class="programlisting">typedef struct {
158
158
        GTypeInterface base_iface;
159
159
 
160
160
        /* Methods  */
172
172
</div>
173
173
<hr>
174
174
<div class="refsect2" lang="en">
175
 
<a name="id2612621"></a><h3>
 
175
<a name="id2874834"></a><h3>
176
176
<a name="ev-document-links-has-document-links"></a>ev_document_links_has_document_links ()</h3>
177
 
<a class="indexterm" name="id2612635"></a><pre class="programlisting"><a
 
177
<a class="indexterm" name="id2874847"></a><pre class="programlisting"><a
178
178
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
179
179
>gboolean</a>    ev_document_links_has_document_links
180
180
                                            (<a href="evince-ev-document-links.html#EvDocumentLinks">EvDocumentLinks</a> *document_links);</pre>
203
203
</div>
204
204
<hr>
205
205
<div class="refsect2" lang="en">
206
 
<a name="id2612693"></a><h3>
 
206
<a name="id2874905"></a><h3>
207
207
<a name="ev-document-links-get-links-model"></a>ev_document_links_get_links_model ()</h3>
208
 
<a class="indexterm" name="id2612707"></a><pre class="programlisting"><a
 
208
<a class="indexterm" name="id2874919"></a><pre class="programlisting"><a
209
209
href="/usr/share/gtk-doc/html/gtk/GtkTreeModel.html"
210
210
>GtkTreeModel</a>* ev_document_links_get_links_model
211
211
                                            (<a href="evince-ev-document-links.html#EvDocumentLinks">EvDocumentLinks</a> *document_links);</pre>
234
234
</div>
235
235
<hr>
236
236
<div class="refsect2" lang="en">
237
 
<a name="id2612764"></a><h3>
 
237
<a name="id2874976"></a><h3>
238
238
<a name="ev-document-links-get-links"></a>ev_document_links_get_links ()</h3>
239
 
<a class="indexterm" name="id2612778"></a><pre class="programlisting"><a
 
239
<a class="indexterm" name="id2874990"></a><pre class="programlisting"><a
240
240
href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"
241
241
>GList</a>*      ev_document_links_get_links     (<a href="evince-ev-document-links.html#EvDocumentLinks">EvDocumentLinks</a> *document_links,
242
242
                                             <a
273
273
</div>
274
274
<hr>
275
275
<div class="refsect2" lang="en">
276
 
<a name="id2612855"></a><h3>
 
276
<a name="id2875067"></a><h3>
277
277
<a name="ev-document-links-find-link-dest"></a>ev_document_links_find_link_dest ()</h3>
278
 
<a class="indexterm" name="id2612868"></a><pre class="programlisting"><a href="evince-ev-link-dest.html#EvLinkDest">EvLinkDest</a>* ev_document_links_find_link_dest
 
278
<a class="indexterm" name="id2875081"></a><pre class="programlisting"><a href="evince-ev-link-dest.html#EvLinkDest">EvLinkDest</a>* ev_document_links_find_link_dest
279
279
                                            (<a href="evince-ev-document-links.html#EvDocumentLinks">EvDocumentLinks</a> *document_links,
280
280
                                             const <a
281
281
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"