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

« back to all changes in this revision

Viewing changes to help/reference/libdocument/html/EvDocumentLayers.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: EvDocumentLayers</title>
 
5
<title>EvDocumentLayers</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-interfaces.html" title="Part I. Document Interfaces">
9
 
<link rel="prev" href="EvDocumentInfo.html" title="ev-document-info">
 
9
<link rel="prev" href="EvDocumentInfo.html" title="EvDocumentInfo">
10
10
<link rel="next" href="EvDocumentLinks.html" title="EvDocumentLinks">
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="EvDocumentInfo.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
 
18
<td><a accesskey="u" href="document-interfaces.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="EvDocumentLinks.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="#EvDocumentLayers.synopsis" class="shortcut">Top</a>
18
25
                   | 
19
26
                  <a href="#EvDocumentLayers.description" class="shortcut">Description</a>
20
27
                   | 
21
28
                  <a href="#EvDocumentLayers.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-interfaces.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
25
 
<td><a accesskey="p" href="EvDocumentInfo.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
26
 
<td><a accesskey="n" href="EvDocumentLinks.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="EvDocumentLayers"></a><div class="titlepage"></div>
30
33
<div class="refnamediv"><table width="100%"><tr>
57
60
</div>
58
61
<div class="refsect1">
59
62
<a name="EvDocumentLayers.description"></a><h2>Description</h2>
60
 
<p>
61
 
</p>
62
63
</div>
63
64
<div class="refsect1">
64
65
<a name="EvDocumentLayers.details"></a><h2>Details</h2>
65
66
<div class="refsect2">
66
67
<a name="EvDocumentLayers-struct"></a><h3>EvDocumentLayers</h3>
67
68
<pre class="programlisting">typedef struct _EvDocumentLayers EvDocumentLayers;</pre>
68
 
<p>
69
 
</p>
70
69
</div>
71
70
<hr>
72
71
<div class="refsect2">
91
90
<div class="refsect2">
92
91
<a name="ev-document-layers-has-layers"></a><h3>ev_document_layers_has_layers ()</h3>
93
92
<pre class="programlisting"><span class="returnvalue">gboolean</span>            ev_document_layers_has_layers       (<em class="parameter"><code><a class="link" href="EvDocumentLayers.html" title="EvDocumentLayers"><span class="type">EvDocumentLayers</span></a> *document_layers</code></em>);</pre>
94
 
<p>
95
 
</p>
96
93
</div>
97
94
<hr>
98
95
<div class="refsect2">
122
119
<a name="ev-document-layers-show-layer"></a><h3>ev_document_layers_show_layer ()</h3>
123
120
<pre class="programlisting"><span class="returnvalue">void</span>                ev_document_layers_show_layer       (<em class="parameter"><code><a class="link" href="EvDocumentLayers.html" title="EvDocumentLayers"><span class="type">EvDocumentLayers</span></a> *document_layers</code></em>,
124
121
                                                         <em class="parameter"><code><a class="link" href="EvLayer.html" title="EvLayer"><span class="type">EvLayer</span></a> *layer</code></em>);</pre>
125
 
<p>
126
 
</p>
127
122
</div>
128
123
<hr>
129
124
<div class="refsect2">
130
125
<a name="ev-document-layers-hide-layer"></a><h3>ev_document_layers_hide_layer ()</h3>
131
126
<pre class="programlisting"><span class="returnvalue">void</span>                ev_document_layers_hide_layer       (<em class="parameter"><code><a class="link" href="EvDocumentLayers.html" title="EvDocumentLayers"><span class="type">EvDocumentLayers</span></a> *document_layers</code></em>,
132
127
                                                         <em class="parameter"><code><a class="link" href="EvLayer.html" title="EvLayer"><span class="type">EvLayer</span></a> *layer</code></em>);</pre>
133
 
<p>
134
 
</p>
135
128
</div>
136
129
<hr>
137
130
<div class="refsect2">
138
131
<a name="ev-document-layers-layer-is-visible"></a><h3>ev_document_layers_layer_is_visible ()</h3>
139
132
<pre class="programlisting"><span class="returnvalue">gboolean</span>            ev_document_layers_layer_is_visible (<em class="parameter"><code><a class="link" href="EvDocumentLayers.html" title="EvDocumentLayers"><span class="type">EvDocumentLayers</span></a> *document_layers</code></em>,
140
133
                                                         <em class="parameter"><code><a class="link" href="EvLayer.html" title="EvLayer"><span class="type">EvLayer</span></a> *layer</code></em>);</pre>
141
 
<p>
142
 
</p>
143
134
</div>
144
135
</div>
145
136
</div>
146
137
<div class="footer">
147
138
<hr>
148
 
          Generated by GTK-Doc V1.19.1</div>
 
139
          Generated by GTK-Doc V1.19</div>
149
140
</body>
150
141
</html>
 
 
b'\\ No newline at end of file'