~ubuntu-branches/ubuntu/precise/poppler/precise-security

« back to all changes in this revision

Viewing changes to glib/reference/html/poppler-Version-and-Features-Information.html

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2011-03-08 10:46:40 UTC
  • mfrom: (1.5.5) (4.3.2 experimental)
  • Revision ID: package-import@ubuntu.com-20110308104640-de1rwygu2cx2t0yt
Tags: 0.16.3-1ubuntu1
* Merge with Debian experimental. Remaining Ubuntu changes:
  - debian/control: Lower poppler-data to Suggests: (handled by
    language-selector).
  - Add 10_fix-a4-page-shift-on-brother-ps-printers.patch: Fix page shifts
    when printing on A4 paper with Brother PostScript printers.
    (LP #293832)
  - debian/control, debian/rules: Disable OpenJPEG, it's in universe.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
<link rel="up" href="ch01.html" title="Poppler">
9
9
<link rel="prev" href="PopplerMovie.html" title="PopplerMovie">
10
10
<link rel="next" href="api-index-full.html" title="Index of all symbols">
11
 
<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.17 (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">
26
26
                  <a href="#poppler-Version-and-Features-Information.description" class="shortcut">Description</a>
27
27
</td></tr>
28
28
</table>
29
 
<div class="refentry" title="Version and Features Information">
 
29
<div class="refentry">
30
30
<a name="poppler-Version-and-Features-Information"></a><div class="titlepage"></div>
31
31
<div class="refnamediv"><table width="100%"><tr>
32
32
<td valign="top">
35
35
</td>
36
36
<td valign="top" align="right"></td>
37
37
</tr></table></div>
38
 
<div class="refsynopsisdiv" title="Synopsis">
 
38
<div class="refsynopsisdiv">
39
39
<a name="poppler-Version-and-Features-Information.synopsis"></a><h2>Synopsis</h2>
40
40
<pre class="synopsis">
41
41
#include &lt;poppler.h&gt;
50
50
                                                         micro)
51
51
</pre>
52
52
</div>
53
 
<div class="refsect1" title="Description">
 
53
<div class="refsect1">
54
54
<a name="poppler-Version-and-Features-Information.description"></a><h2>Description</h2>
55
55
<p>
56
56
Poppler provides version information, and information about features
59
59
depend but not require a specific poppler version.
60
60
</p>
61
61
</div>
62
 
<div class="refsect1" title="Details">
 
62
<div class="refsect1">
63
63
<a name="poppler-Version-and-Features-Information.details"></a><h2>Details</h2>
64
 
<div class="refsect2" title="POPPLER_HAS_CAIRO">
 
64
<div class="refsect2">
65
65
<a name="POPPLER-HAS-CAIRO:CAPS"></a><h3>POPPLER_HAS_CAIRO</h3>
66
66
<pre class="programlisting">#define POPPLER_HAS_CAIRO 1
67
67
</pre>
70
70
</p>
71
71
</div>
72
72
<hr>
73
 
<div class="refsect2" title="POPPLER_WITH_GDK">
 
73
<div class="refsect2">
74
74
<a name="POPPLER-WITH-GDK:CAPS"></a><h3>POPPLER_WITH_GDK</h3>
75
75
<pre class="programlisting">#define POPPLER_WITH_GDK 1
76
76
</pre>
79
79
</p>
80
80
</div>
81
81
<hr>
82
 
<div class="refsect2" title="POPPLER_MAJOR_VERSION">
 
82
<div class="refsect2">
83
83
<a name="POPPLER-MAJOR-VERSION:CAPS"></a><h3>POPPLER_MAJOR_VERSION</h3>
84
84
<pre class="programlisting">#define POPPLER_MAJOR_VERSION (0)
85
85
</pre>
90
90
<p class="since">Since 0.12</p>
91
91
</div>
92
92
<hr>
93
 
<div class="refsect2" title="POPPLER_MINOR_VERSION">
 
93
<div class="refsect2">
94
94
<a name="POPPLER-MINOR-VERSION:CAPS"></a><h3>POPPLER_MINOR_VERSION</h3>
95
95
<pre class="programlisting">#define POPPLER_MINOR_VERSION (16)
96
96
</pre>
101
101
<p class="since">Since 0.12</p>
102
102
</div>
103
103
<hr>
104
 
<div class="refsect2" title="POPPLER_MICRO_VERSION">
 
104
<div class="refsect2">
105
105
<a name="POPPLER-MICRO-VERSION:CAPS"></a><h3>POPPLER_MICRO_VERSION</h3>
106
 
<pre class="programlisting">#define POPPLER_MICRO_VERSION (1)
 
106
<pre class="programlisting">#define POPPLER_MICRO_VERSION (3)
107
107
</pre>
108
108
<p>
109
109
The micro version number of the poppler header files (e.g. in poppler version
112
112
<p class="since">Since 0.12</p>
113
113
</div>
114
114
<hr>
115
 
<div class="refsect2" title="POPPLER_CHECK_VERSION()">
 
115
<div class="refsect2">
116
116
<a name="POPPLER-CHECK-VERSION:CAPS"></a><h3>POPPLER_CHECK_VERSION()</h3>
117
117
<pre class="programlisting">#define             POPPLER_CHECK_VERSION(major,minor,micro)</pre>
118
118
<p>
123
123
<tbody>
124
124
<tr>
125
125
<td><p><span class="term"><em class="parameter"><code>major</code></em> :</span></p></td>
126
 
<td>major version (e.g. 0 for version 0.1.2)
127
 
</td>
 
126
<td>major version (e.g. 0 for version 0.1.2)</td>
128
127
</tr>
129
128
<tr>
130
129
<td><p><span class="term"><em class="parameter"><code>minor</code></em> :</span></p></td>
131
 
<td>minor version (e.g. 1 for version 0.1.2)
132
 
</td>
 
130
<td>minor version (e.g. 1 for version 0.1.2)</td>
133
131
</tr>
134
132
<tr>
135
133
<td><p><span class="term"><em class="parameter"><code>micro</code></em> :</span></p></td>
136
 
<td>micro version (e.g. 2 for version 0.1.2)
137
 
</td>
 
134
<td>micro version (e.g. 2 for version 0.1.2)</td>
138
135
</tr>
139
136
<tr>
140
137
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
141
 
<td> <code class="literal">TRUE</code> if the version of the poppler header files is the same
142
 
as or newer than the passed-in version
143
 
 
144
 
</td>
 
138
<td>
 
139
<code class="literal">TRUE</code> if the version of the poppler header files is the same
 
140
as or newer than the passed-in version</td>
145
141
</tr>
146
142
</tbody>
147
143
</table></div>
151
147
</div>
152
148
<div class="footer">
153
149
<hr>
154
 
          Generated by GTK-Doc V1.15</div>
 
150
          Generated by GTK-Doc V1.17</div>
155
151
</body>
156
152
</html>
 
 
b'\\ No newline at end of file'