~ubuntu-branches/ubuntu/oneiric/evince/oneiric-updates

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Rodrigo Moya, Josselin Mouette, Rodrigo Moya
  • Date: 2011-05-19 12:12:42 UTC
  • mfrom: (1.1.65 upstream) (1.3.6 experimental)
  • Revision ID: james.westby@ubuntu.com-20110519121242-967hbn2nh2hunp4y
Tags: 3.0.0-4ubuntu1
[ Josselin Mouette ]
* bug-presubj: please document where to report rendering bugs.
* evince.mime: dropped. We have desktop files to handle MIME 
  associations, no need to maintain an alternate system by hand.
  Closes: #619564, #627027, #551734, #581441.

[ Rodrigo Moya ]
* Rebase from Debian and GNOME3 PPA (thanks to Rico Tzschichholz).
  Remaining Ubuntu changes:
* debian/apparmor-profile:
* debian/apparmor-profile.abstraction:
* debian/evince.apport:
* debian/evince-common.dirs:
* debian/evince-common.postinst:
* debian/evince-common.postrm:
  - Add apparmor profile
* debian/control:
  - Build-Depend on debhelper (>= 7.4.20ubuntu5), gnome-common,
    hardening-includes and liblaunchpad-integration-3.0-dev
  - Standards-Version is 3.9.1
  - Depend on apparmor
* debian/rules:
  - Include hardening.make
  - Add rule to install apparmor files
* debian/watch:
  - Watch unstable series
* debian/patches/01_lpi.patch:
  - Launchpad integration patch
* debian/patches/04_gold.patch:
  - Link against libz
* debian/patches/05_library-path.patch:
  - Fix library path for g-ir-scanner

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 
2
<html>
 
3
<head>
 
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 
5
<title>ev-document-info</title>
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 
7
<link rel="home" href="index.html" title="Evince Document Library Reference Manual">
 
8
<link rel="up" href="document-interfaces.html" title="Part I. Document Interfaces">
 
9
<link rel="prev" href="EvDocumentImages.html" title="EvDocumentImages">
 
10
<link rel="next" href="EvDocumentLayers.html" title="EvDocumentLayers">
 
11
<meta name="generator" content="GTK-Doc V1.17.1 (XML mode)">
 
12
<link rel="stylesheet" href="style.css" type="text/css">
 
13
</head>
 
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="2">
 
16
<tr valign="middle">
 
17
<td><a accesskey="p" href="EvDocumentImages.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="EvDocumentLayers.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="#EvDocumentInfo.synopsis" class="shortcut">Top</a>
 
25
                   | 
 
26
                  <a href="#EvDocumentInfo.description" class="shortcut">Description</a>
 
27
                   | 
 
28
                  <a href="#EvDocumentInfo.object-hierarchy" class="shortcut">Object Hierarchy</a>
 
29
</td></tr>
 
30
</table>
 
31
<div class="refentry">
 
32
<a name="EvDocumentInfo"></a><div class="titlepage"></div>
 
33
<div class="refnamediv"><table width="100%"><tr>
 
34
<td valign="top">
 
35
<h2><span class="refentrytitle"><a name="EvDocumentInfo.top_of_page"></a>ev-document-info</span></h2>
 
36
<p>ev-document-info</p>
 
37
</td>
 
38
<td valign="top" align="right"></td>
 
39
</tr></table></div>
 
40
<div class="refsynopsisdiv">
 
41
<a name="EvDocumentInfo.synopsis"></a><h2>Synopsis</h2>
 
42
<a name="EvDocumentLicense"></a><a name="EvDocumentLayout"></a><a name="EvDocumentMode"></a><a name="EvDocumentUIHints"></a><a name="EvDocumentPermissions"></a><a name="EvDocumentInfoFields"></a><pre class="synopsis">struct              <a class="link" href="EvDocumentInfo.html#EvDocumentInfo-struct" title="struct EvDocumentInfo">EvDocumentInfo</a>;
 
43
struct              <a class="link" href="EvDocumentInfo.html#EvDocumentLicense-struct" title="struct EvDocumentLicense">EvDocumentLicense</a>;
 
44
enum                <a class="link" href="EvDocumentInfo.html#EvDocumentLayout">EvDocumentLayout</a>;
 
45
enum                <a class="link" href="EvDocumentInfo.html#EvDocumentMode">EvDocumentMode</a>;
 
46
enum                <a class="link" href="EvDocumentInfo.html#EvDocumentUIHints">EvDocumentUIHints</a>;
 
47
#define             <a class="link" href="EvDocumentInfo.html#PERMISSIONS-FULL:CAPS" title="PERMISSIONS_FULL">PERMISSIONS_FULL</a>
 
48
enum                <a class="link" href="EvDocumentInfo.html#EvDocumentPermissions">EvDocumentPermissions</a>;
 
49
enum                <a class="link" href="EvDocumentInfo.html#EvDocumentInfoFields">EvDocumentInfoFields</a>;
 
50
<a class="link" href="EvDocumentInfo.html" title="ev-document-info"><span class="returnvalue">EvDocumentInfo</span></a> *    <a class="link" href="EvDocumentInfo.html#ev-document-info-copy" title="ev_document_info_copy ()">ev_document_info_copy</a>               (<em class="parameter"><code><a class="link" href="EvDocumentInfo.html" title="ev-document-info"><span class="type">EvDocumentInfo</span></a> *info</code></em>);
 
51
<span class="returnvalue">void</span>                <a class="link" href="EvDocumentInfo.html#ev-document-info-free" title="ev_document_info_free ()">ev_document_info_free</a>               (<em class="parameter"><code><a class="link" href="EvDocumentInfo.html" title="ev-document-info"><span class="type">EvDocumentInfo</span></a> *info</code></em>);
 
52
<a class="link" href="EvDocumentInfo.html#EvDocumentLicense"><span class="returnvalue">EvDocumentLicense</span></a> * <a class="link" href="EvDocumentInfo.html#ev-document-license-new" title="ev_document_license_new ()">ev_document_license_new</a>             (<em class="parameter"><code><span class="type">void</span></code></em>);
 
53
<a class="link" href="EvDocumentInfo.html#EvDocumentLicense"><span class="returnvalue">EvDocumentLicense</span></a> * <a class="link" href="EvDocumentInfo.html#ev-document-license-copy" title="ev_document_license_copy ()">ev_document_license_copy</a>            (<em class="parameter"><code><a class="link" href="EvDocumentInfo.html#EvDocumentLicense"><span class="type">EvDocumentLicense</span></a> *license</code></em>);
 
54
<span class="returnvalue">void</span>                <a class="link" href="EvDocumentInfo.html#ev-document-license-free" title="ev_document_license_free ()">ev_document_license_free</a>            (<em class="parameter"><code><a class="link" href="EvDocumentInfo.html#EvDocumentLicense"><span class="type">EvDocumentLicense</span></a> *license</code></em>);
 
55
const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       <a class="link" href="EvDocumentInfo.html#ev-document-license-get-text" title="ev_document_license_get_text ()">ev_document_license_get_text</a>        (<em class="parameter"><code><a class="link" href="EvDocumentInfo.html#EvDocumentLicense"><span class="type">EvDocumentLicense</span></a> *license</code></em>);
 
56
const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       <a class="link" href="EvDocumentInfo.html#ev-document-license-get-uri" title="ev_document_license_get_uri ()">ev_document_license_get_uri</a>         (<em class="parameter"><code><a class="link" href="EvDocumentInfo.html#EvDocumentLicense"><span class="type">EvDocumentLicense</span></a> *license</code></em>);
 
57
const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       <a class="link" href="EvDocumentInfo.html#ev-document-license-get-web-statement" title="ev_document_license_get_web_statement ()">ev_document_license_get_web_statement</a>
 
58
                                                        (<em class="parameter"><code><a class="link" href="EvDocumentInfo.html#EvDocumentLicense"><span class="type">EvDocumentLicense</span></a> *license</code></em>);
 
59
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a>               <a class="link" href="EvDocumentInfo.html#ev-document-error-get-type" title="ev_document_error_get_type ()">ev_document_error_get_type</a>          (<em class="parameter"><code><span class="type">void</span></code></em>);
 
60
</pre>
 
61
</div>
 
62
<div class="refsect1">
 
63
<a name="EvDocumentInfo.object-hierarchy"></a><h2>Object Hierarchy</h2>
 
64
<pre class="synopsis">
 
65
  GBoxed
 
66
   +----EvDocumentInfo
 
67
</pre>
 
68
<pre class="synopsis">
 
69
  GBoxed
 
70
   +----EvDocumentLicense
 
71
</pre>
 
72
<pre class="synopsis">
 
73
  GEnum
 
74
   +----EvDocumentLayout
 
75
</pre>
 
76
<pre class="synopsis">
 
77
  GEnum
 
78
   +----EvDocumentMode
 
79
</pre>
 
80
<pre class="synopsis">
 
81
  GFlags
 
82
   +----EvDocumentUIHints
 
83
</pre>
 
84
<pre class="synopsis">
 
85
  GFlags
 
86
   +----EvDocumentPermissions
 
87
</pre>
 
88
<pre class="synopsis">
 
89
  GFlags
 
90
   +----EvDocumentInfoFields
 
91
</pre>
 
92
</div>
 
93
<div class="refsect1">
 
94
<a name="EvDocumentInfo.description"></a><h2>Description</h2>
 
95
<p>
 
96
</p>
 
97
</div>
 
98
<div class="refsect1">
 
99
<a name="EvDocumentInfo.details"></a><h2>Details</h2>
 
100
<div class="refsect2">
 
101
<a name="EvDocumentInfo-struct"></a><h3>struct EvDocumentInfo</h3>
 
102
<pre class="programlisting">struct EvDocumentInfo;</pre>
 
103
<p>
 
104
</p>
 
105
</div>
 
106
<hr>
 
107
<div class="refsect2">
 
108
<a name="EvDocumentLicense-struct"></a><h3>struct EvDocumentLicense</h3>
 
109
<pre class="programlisting">struct EvDocumentLicense;</pre>
 
110
</div>
 
111
<hr>
 
112
<div class="refsect2">
 
113
<a name="EvDocumentLayout"></a><h3>enum EvDocumentLayout</h3>
 
114
<pre class="programlisting">typedef enum
 
115
{
 
116
        EV_DOCUMENT_LAYOUT_SINGLE_PAGE,
 
117
        EV_DOCUMENT_LAYOUT_ONE_COLUMN,
 
118
        EV_DOCUMENT_LAYOUT_TWO_COLUMN_LEFT,
 
119
        EV_DOCUMENT_LAYOUT_TWO_COLUMN_RIGHT,
 
120
        EV_DOCUMENT_LAYOUT_TWO_PAGE_LEFT,
 
121
        EV_DOCUMENT_LAYOUT_TWO_PAGE_RIGHT
 
122
} EvDocumentLayout;
 
123
</pre>
 
124
<p>
 
125
</p>
 
126
</div>
 
127
<hr>
 
128
<div class="refsect2">
 
129
<a name="EvDocumentMode"></a><h3>enum EvDocumentMode</h3>
 
130
<pre class="programlisting">typedef enum
 
131
{
 
132
        EV_DOCUMENT_MODE_NONE,
 
133
        EV_DOCUMENT_MODE_USE_OC,
 
134
        EV_DOCUMENT_MODE_USE_THUMBS,
 
135
        EV_DOCUMENT_MODE_FULL_SCREEN,
 
136
        EV_DOCUMENT_MODE_USE_ATTACHMENTS,
 
137
        EV_DOCUMENT_MODE_PRESENTATION = EV_DOCUMENT_MODE_FULL_SCREEN /* Will these be different? */
 
138
} EvDocumentMode;
 
139
</pre>
 
140
<p>
 
141
</p>
 
142
</div>
 
143
<hr>
 
144
<div class="refsect2">
 
145
<a name="EvDocumentUIHints"></a><h3>enum EvDocumentUIHints</h3>
 
146
<pre class="programlisting">typedef enum
 
147
{
 
148
        EV_DOCUMENT_UI_HINT_HIDE_TOOLBAR = 1 &lt;&lt; 0,
 
149
        EV_DOCUMENT_UI_HINT_HIDE_MENUBAR = 1 &lt;&lt; 1,
 
150
        EV_DOCUMENT_UI_HINT_HIDE_WINDOWUI = 1 &lt;&lt; 2,
 
151
        EV_DOCUMENT_UI_HINT_FIT_WINDOW = 1 &lt;&lt; 3,
 
152
        EV_DOCUMENT_UI_HINT_CENTER_WINDOW = 1 &lt;&lt; 4,
 
153
        EV_DOCUMENT_UI_HINT_DISPLAY_DOC_TITLE = 1 &lt;&lt; 5,
 
154
        EV_DOCUMENT_UI_HINT_DIRECTION_RTL = 1 &lt;&lt; 6
 
155
} EvDocumentUIHints;
 
156
</pre>
 
157
<p>
 
158
</p>
 
159
</div>
 
160
<hr>
 
161
<div class="refsect2">
 
162
<a name="PERMISSIONS-FULL:CAPS"></a><h3>PERMISSIONS_FULL</h3>
 
163
<pre class="programlisting">#define             PERMISSIONS_FULL</pre>
 
164
<p>
 
165
</p>
 
166
</div>
 
167
<hr>
 
168
<div class="refsect2">
 
169
<a name="EvDocumentPermissions"></a><h3>enum EvDocumentPermissions</h3>
 
170
<pre class="programlisting">typedef enum
 
171
{
 
172
        EV_DOCUMENT_PERMISSIONS_OK_TO_PRINT = 1 &lt;&lt; 0,
 
173
        EV_DOCUMENT_PERMISSIONS_OK_TO_MODIFY = 1 &lt;&lt; 1,
 
174
        EV_DOCUMENT_PERMISSIONS_OK_TO_COPY = 1 &lt;&lt; 2,
 
175
        EV_DOCUMENT_PERMISSIONS_OK_TO_ADD_NOTES = 1 &lt;&lt; 3,
 
176
        EV_DOCUMENT_PERMISSIONS_FULL = PERMISSIONS_FULL
 
177
} EvDocumentPermissions;
 
178
</pre>
 
179
<p>
 
180
</p>
 
181
</div>
 
182
<hr>
 
183
<div class="refsect2">
 
184
<a name="EvDocumentInfoFields"></a><h3>enum EvDocumentInfoFields</h3>
 
185
<pre class="programlisting">typedef enum
 
186
{
 
187
        EV_DOCUMENT_INFO_TITLE = 1 &lt;&lt; 0,
 
188
        EV_DOCUMENT_INFO_FORMAT = 1 &lt;&lt; 1,
 
189
        EV_DOCUMENT_INFO_AUTHOR = 1 &lt;&lt; 2,
 
190
        EV_DOCUMENT_INFO_SUBJECT = 1 &lt;&lt; 3,
 
191
        EV_DOCUMENT_INFO_KEYWORDS = 1 &lt;&lt; 4,
 
192
        EV_DOCUMENT_INFO_LAYOUT = 1 &lt;&lt; 5,
 
193
        EV_DOCUMENT_INFO_CREATOR = 1 &lt;&lt; 6,
 
194
        EV_DOCUMENT_INFO_PRODUCER = 1 &lt;&lt; 7,
 
195
        EV_DOCUMENT_INFO_CREATION_DATE = 1 &lt;&lt; 8,
 
196
        EV_DOCUMENT_INFO_MOD_DATE = 1 &lt;&lt; 9,
 
197
        EV_DOCUMENT_INFO_LINEARIZED = 1 &lt;&lt; 10,
 
198
        EV_DOCUMENT_INFO_START_MODE = 1 &lt;&lt; 11,
 
199
        EV_DOCUMENT_INFO_UI_HINTS = 1 &lt;&lt; 12,
 
200
        EV_DOCUMENT_INFO_PERMISSIONS = 1 &lt;&lt; 13,
 
201
        EV_DOCUMENT_INFO_N_PAGES = 1 &lt;&lt; 14,
 
202
        EV_DOCUMENT_INFO_SECURITY = 1 &lt;&lt; 15,
 
203
        EV_DOCUMENT_INFO_PAPER_SIZE = 1 &lt;&lt; 16,
 
204
        EV_DOCUMENT_INFO_LICENSE = 1 &lt;&lt; 17,
 
205
 
 
206
} EvDocumentInfoFields;
 
207
</pre>
 
208
<p>
 
209
</p>
 
210
</div>
 
211
<hr>
 
212
<div class="refsect2">
 
213
<a name="ev-document-info-copy"></a><h3>ev_document_info_copy ()</h3>
 
214
<pre class="programlisting"><a class="link" href="EvDocumentInfo.html" title="ev-document-info"><span class="returnvalue">EvDocumentInfo</span></a> *    ev_document_info_copy               (<em class="parameter"><code><a class="link" href="EvDocumentInfo.html" title="ev-document-info"><span class="type">EvDocumentInfo</span></a> *info</code></em>);</pre>
 
215
<p>
 
216
</p>
 
217
</div>
 
218
<hr>
 
219
<div class="refsect2">
 
220
<a name="ev-document-info-free"></a><h3>ev_document_info_free ()</h3>
 
221
<pre class="programlisting"><span class="returnvalue">void</span>                ev_document_info_free               (<em class="parameter"><code><a class="link" href="EvDocumentInfo.html" title="ev-document-info"><span class="type">EvDocumentInfo</span></a> *info</code></em>);</pre>
 
222
<p>
 
223
</p>
 
224
</div>
 
225
<hr>
 
226
<div class="refsect2">
 
227
<a name="ev-document-license-new"></a><h3>ev_document_license_new ()</h3>
 
228
<pre class="programlisting"><a class="link" href="EvDocumentInfo.html#EvDocumentLicense"><span class="returnvalue">EvDocumentLicense</span></a> * ev_document_license_new             (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 
229
</div>
 
230
<hr>
 
231
<div class="refsect2">
 
232
<a name="ev-document-license-copy"></a><h3>ev_document_license_copy ()</h3>
 
233
<pre class="programlisting"><a class="link" href="EvDocumentInfo.html#EvDocumentLicense"><span class="returnvalue">EvDocumentLicense</span></a> * ev_document_license_copy            (<em class="parameter"><code><a class="link" href="EvDocumentInfo.html#EvDocumentLicense"><span class="type">EvDocumentLicense</span></a> *license</code></em>);</pre>
 
234
</div>
 
235
<hr>
 
236
<div class="refsect2">
 
237
<a name="ev-document-license-free"></a><h3>ev_document_license_free ()</h3>
 
238
<pre class="programlisting"><span class="returnvalue">void</span>                ev_document_license_free            (<em class="parameter"><code><a class="link" href="EvDocumentInfo.html#EvDocumentLicense"><span class="type">EvDocumentLicense</span></a> *license</code></em>);</pre>
 
239
</div>
 
240
<hr>
 
241
<div class="refsect2">
 
242
<a name="ev-document-license-get-text"></a><h3>ev_document_license_get_text ()</h3>
 
243
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       ev_document_license_get_text        (<em class="parameter"><code><a class="link" href="EvDocumentInfo.html#EvDocumentLicense"><span class="type">EvDocumentLicense</span></a> *license</code></em>);</pre>
 
244
</div>
 
245
<hr>
 
246
<div class="refsect2">
 
247
<a name="ev-document-license-get-uri"></a><h3>ev_document_license_get_uri ()</h3>
 
248
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       ev_document_license_get_uri         (<em class="parameter"><code><a class="link" href="EvDocumentInfo.html#EvDocumentLicense"><span class="type">EvDocumentLicense</span></a> *license</code></em>);</pre>
 
249
</div>
 
250
<hr>
 
251
<div class="refsect2">
 
252
<a name="ev-document-license-get-web-statement"></a><h3>ev_document_license_get_web_statement ()</h3>
 
253
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       ev_document_license_get_web_statement
 
254
                                                        (<em class="parameter"><code><a class="link" href="EvDocumentInfo.html#EvDocumentLicense"><span class="type">EvDocumentLicense</span></a> *license</code></em>);</pre>
 
255
</div>
 
256
<hr>
 
257
<div class="refsect2">
 
258
<a name="ev-document-error-get-type"></a><h3>ev_document_error_get_type ()</h3>
 
259
<pre class="programlisting"><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a>               ev_document_error_get_type          (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 
260
</div>
 
261
</div>
 
262
</div>
 
263
<div class="footer">
 
264
<hr>
 
265
          Generated by GTK-Doc V1.17.1</div>
 
266
</body>
 
267
</html>
 
 
b'\\ No newline at end of file'