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

« back to all changes in this revision

Viewing changes to help/reference/html/evince-EvHistory.html

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2008-04-08 23:52:57 UTC
  • mfrom: (1.1.28 upstream)
  • Revision ID: james.westby@ubuntu.com-20080408235257-0rd70trs4y6gxf9z
Tags: 2.22.1.1-0ubuntu1
* New upstream version:
  Bug fixes:
  -  Fix build in FreeBSD 
  -  Fixes djvu backend links 
* debian/control.in, debian/patches/01_launchpad.patch:
  - updated to the launchpad integration changes
* debian/patches/99_autoreconf.patch:
  - new version update

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
<th width="100%" align="center">Evince Programmer's Reference Manual</th>
26
26
<td><a accesskey="n" href="evince-ev-job-queue.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
27
27
</tr>
28
 
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2959434" class="shortcut">Top</a>
 
28
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id3154265" class="shortcut">Top</a>
29
29
                  &#160;|&#160;
30
 
                  <a href="#id2959558" class="shortcut">Description</a></nobr></td></tr>
 
30
                  <a href="#id3154390" class="shortcut">Description</a></nobr></td></tr>
31
31
</table>
32
32
<div class="refentry" lang="en">
33
33
<a name="evince-EvHistory"></a><div class="titlepage"></div>
34
34
<div class="refnamediv"><table width="100%"><tr>
35
35
<td valign="top">
36
36
<h2>
37
 
<a name="id2959434"></a><span class="refentrytitle">EvHistory</span>
 
37
<a name="id3154265"></a><span class="refentrytitle">EvHistory</span>
38
38
</h2>
39
39
<p>EvHistory</p>
40
40
</td>
58
58
</pre>
59
59
</div>
60
60
<div class="refsect1" lang="en">
61
 
<a name="id2959558"></a><h2>Description</h2>
 
61
<a name="id3154390"></a><h2>Description</h2>
62
62
<p>
63
63
 
64
64
</p>
65
65
</div>
66
66
<div class="refsect1" lang="en">
67
 
<a name="id2959573"></a><h2>Details</h2>
 
67
<a name="id3154404"></a><h2>Details</h2>
68
68
<div class="refsect2" lang="en">
69
 
<a name="id2959583"></a><h3>
 
69
<a name="id3154415"></a><h3>
70
70
<a name="EvHistoryPrivate"></a>EvHistoryPrivate</h3>
71
 
<a class="indexterm" name="id2959596"></a><pre class="programlisting">typedef struct _EvHistoryPrivate EvHistoryPrivate;</pre>
 
71
<a class="indexterm" name="id3154428"></a><pre class="programlisting">typedef struct _EvHistoryPrivate EvHistoryPrivate;</pre>
72
72
<p>
73
73
 
74
74
</p>
75
75
</div>
76
76
<hr>
77
77
<div class="refsect2" lang="en">
78
 
<a name="id2959612"></a><h3>
 
78
<a name="id3154443"></a><h3>
79
79
<a name="EvHistory"></a>EvHistory</h3>
80
 
<a class="indexterm" name="id2959624"></a><pre class="programlisting">typedef struct {
 
80
<a class="indexterm" name="id3154455"></a><pre class="programlisting">typedef struct {
81
81
        GObject parent;
82
82
} EvHistory;
83
83
</pre>
87
87
</div>
88
88
<hr>
89
89
<div class="refsect2" lang="en">
90
 
<a name="id2959639"></a><h3>
 
90
<a name="id3154471"></a><h3>
91
91
<a name="ev-history-new"></a>ev_history_new ()</h3>
92
 
<a class="indexterm" name="id2959652"></a><pre class="programlisting"><a class="link" href="evince-EvHistory.html#EvHistory">EvHistory</a>*          ev_history_new                      (void);</pre>
 
92
<a class="indexterm" name="id3154484"></a><pre class="programlisting"><a class="link" href="evince-EvHistory.html#EvHistory">EvHistory</a>*          ev_history_new                      (void);</pre>
93
93
<p>
94
94
 
95
95
</p>
106
106
</div>
107
107
<hr>
108
108
<div class="refsect2" lang="en">
109
 
<a name="id2959688"></a><h3>
 
109
<a name="id3154520"></a><h3>
110
110
<a name="ev-history-add-link"></a>ev_history_add_link ()</h3>
111
 
<a class="indexterm" name="id2959701"></a><pre class="programlisting">void                ev_history_add_link                 (<a class="link" href="evince-EvHistory.html#EvHistory">EvHistory</a> *history,
 
111
<a class="indexterm" name="id3154532"></a><pre class="programlisting">void                ev_history_add_link                 (<a class="link" href="evince-EvHistory.html#EvHistory">EvHistory</a> *history,
112
112
                                                         <a class="link" href="evince-ev-link.html#EvLink">EvLink</a> *linkk);</pre>
113
113
<p>
114
114
 
133
133
</div>
134
134
<hr>
135
135
<div class="refsect2" lang="en">
136
 
<a name="id2959768"></a><h3>
 
136
<a name="id3154600"></a><h3>
137
137
<a name="ev-history-get-link-nth"></a>ev_history_get_link_nth ()</h3>
138
 
<a class="indexterm" name="id2959781"></a><pre class="programlisting"><a class="link" href="evince-ev-link.html#EvLink">EvLink</a>*             ev_history_get_link_nth             (<a class="link" href="evince-EvHistory.html#EvHistory">EvHistory</a> *history,
 
138
<a class="indexterm" name="id3154612"></a><pre class="programlisting"><a class="link" href="evince-ev-link.html#EvLink">EvLink</a>*             ev_history_get_link_nth             (<a class="link" href="evince-EvHistory.html#EvHistory">EvHistory</a> *history,
139
139
                                                         int index);</pre>
140
140
<p>
141
141
 
165
165
</div>
166
166
<hr>
167
167
<div class="refsect2" lang="en">
168
 
<a name="id2959858"></a><h3>
 
168
<a name="id3154690"></a><h3>
169
169
<a name="ev-history-get-n-links"></a>ev_history_get_n_links ()</h3>
170
 
<a class="indexterm" name="id2959871"></a><pre class="programlisting">int                 ev_history_get_n_links              (<a class="link" href="evince-EvHistory.html#EvHistory">EvHistory</a> *history);</pre>
 
170
<a class="indexterm" name="id3154702"></a><pre class="programlisting">int                 ev_history_get_n_links              (<a class="link" href="evince-EvHistory.html#EvHistory">EvHistory</a> *history);</pre>
171
171
<p>
172
172
 
173
173
</p>