~ubuntu-branches/ubuntu/trusty/evince/trusty-updates

« back to all changes in this revision

Viewing changes to help/reference/libdocument/html/EvPage.html

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2013-11-12 12:10:03 UTC
  • mfrom: (1.8.6)
  • Revision ID: package-import@ubuntu.com-20131112121003-cjura8gxxx9w2u7l
Tags: 3.10.2-0ubuntu1
* New upstream version
* debian/patches/git_give_focus_correctly.patch,
  debian/patches/git_correct_page_info.patch,
  debian/patches/git_djvu_segfault.patch:
  - dropped, those changes are in the new version

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
<html>
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
 
<title>Evince Document Library Reference Manual: EvPage</title>
 
5
<title>EvPage</title>
6
6
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
7
7
<link rel="home" href="index.html" title="Evince Document Library Reference Manual">
8
8
<link rel="up" href="document-data.html" title="Part II. Document Data">
9
9
<link rel="prev" href="libevdocument-ev-mapping.html" title="ev-mapping">
10
10
<link rel="next" href="EvRenderContext.html" title="EvRenderContext">
11
 
<meta name="generator" content="GTK-Doc V1.19.1 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.19 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
</head>
14
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15
 
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
16
 
<td width="100%" align="left">
17
 
<a href="#" class="shortcut">Top</a>
 
15
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
 
16
<tr valign="middle">
 
17
<td><a accesskey="p" href="libevdocument-ev-mapping.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
 
18
<td><a accesskey="u" href="document-data.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
 
19
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
 
20
<th width="100%" align="center">Evince Document Library Reference Manual</th>
 
21
<td><a accesskey="n" href="EvRenderContext.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
 
22
</tr>
 
23
<tr><td colspan="5" class="shortcuts">
 
24
<a href="#EvPage.synopsis" class="shortcut">Top</a>
18
25
                   | 
19
26
                  <a href="#EvPage.description" class="shortcut">Description</a>
20
27
                   | 
21
28
                  <a href="#EvPage.object-hierarchy" class="shortcut">Object Hierarchy</a>
22
 
</td>
23
 
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
24
 
<td><a accesskey="u" href="document-data.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
25
 
<td><a accesskey="p" href="libevdocument-ev-mapping.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
26
 
<td><a accesskey="n" href="EvRenderContext.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
27
 
</tr></table>
 
29
</td></tr>
 
30
</table>
28
31
<div class="refentry">
29
32
<a name="EvPage"></a><div class="titlepage"></div>
30
33
<div class="refnamediv"><table width="100%"><tr>
52
55
</div>
53
56
<div class="refsect1">
54
57
<a name="EvPage.description"></a><h2>Description</h2>
55
 
<p>
56
 
</p>
57
58
</div>
58
59
<div class="refsect1">
59
60
<a name="EvPage.details"></a><h2>Details</h2>
60
61
<div class="refsect2">
61
62
<a name="EvPage-struct"></a><h3>struct EvPage</h3>
62
63
<pre class="programlisting">struct EvPage;</pre>
63
 
<p>
64
 
</p>
65
64
</div>
66
65
<hr>
67
66
<div class="refsect2">
76
75
<a name="EvBackendPage"></a><h3>EvBackendPage</h3>
77
76
<pre class="programlisting">typedef gpointer       EvBackendPage;
78
77
</pre>
79
 
<p>
80
 
</p>
81
78
</div>
82
79
<hr>
83
80
<div class="refsect2">
84
81
<a name="EvBackendPageDestroyFunc"></a><h3>EvBackendPageDestroyFunc</h3>
85
82
<pre class="programlisting">typedef GDestroyNotify EvBackendPageDestroyFunc;
86
83
</pre>
87
 
<p>
88
 
</p>
89
84
</div>
90
85
<hr>
91
86
<div class="refsect2">
92
87
<a name="ev-page-new"></a><h3>ev_page_new ()</h3>
93
88
<pre class="programlisting"><a class="link" href="EvPage.html" title="EvPage"><span class="returnvalue">EvPage</span></a> *            ev_page_new                         (<em class="parameter"><code><span class="type">gint</span> index</code></em>);</pre>
94
 
<p>
95
 
</p>
96
89
</div>
97
90
</div>
98
91
</div>
99
92
<div class="footer">
100
93
<hr>
101
 
          Generated by GTK-Doc V1.19.1</div>
 
94
          Generated by GTK-Doc V1.19</div>
102
95
</body>
103
96
</html>
 
 
b'\\ No newline at end of file'