poppler 3.0.7-x86-mingw32 → 3.0.8-x86-mingw32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (119) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +6 -6
  3. data/ext/poppler/extconf.rb +1 -0
  4. data/ext/poppler/rbpoppler.c +0 -1
  5. data/lib/2.2/poppler.so +0 -0
  6. data/lib/2.3/poppler.so +0 -0
  7. data/lib/poppler.rb +1 -1
  8. data/test/poppler-test-utils.rb +1 -1
  9. data/vendor/local/bin/cjpeg.exe +0 -0
  10. data/vendor/local/bin/djpeg.exe +0 -0
  11. data/vendor/local/bin/jpegtran.exe +0 -0
  12. data/vendor/local/bin/libjpeg-9.dll +0 -0
  13. data/vendor/local/bin/libopenjp2.dll +0 -0
  14. data/vendor/local/bin/{libpoppler-55.dll → libpoppler-59.dll} +0 -0
  15. data/vendor/local/bin/libpoppler-cpp-0.dll +0 -0
  16. data/vendor/local/bin/libpoppler-glib-8.dll +0 -0
  17. data/vendor/local/bin/libsqlite3-0.dll +0 -0
  18. data/vendor/local/bin/opj_compress.exe +0 -0
  19. data/vendor/local/bin/opj_decompress.exe +0 -0
  20. data/vendor/local/bin/opj_dump.exe +0 -0
  21. data/vendor/local/bin/pdfdetach.exe +0 -0
  22. data/vendor/local/bin/pdffonts.exe +0 -0
  23. data/vendor/local/bin/pdfimages.exe +0 -0
  24. data/vendor/local/bin/pdfinfo.exe +0 -0
  25. data/vendor/local/bin/pdfseparate.exe +0 -0
  26. data/vendor/local/bin/pdftocairo.exe +0 -0
  27. data/vendor/local/bin/pdftohtml.exe +0 -0
  28. data/vendor/local/bin/pdftoppm.exe +0 -0
  29. data/vendor/local/bin/pdftops.exe +0 -0
  30. data/vendor/local/bin/pdftotext.exe +0 -0
  31. data/vendor/local/bin/pdfunite.exe +0 -0
  32. data/vendor/local/bin/rdjpgcom.exe +0 -0
  33. data/vendor/local/bin/sqlite3.exe +0 -0
  34. data/vendor/local/bin/wrjpgcom.exe +0 -0
  35. data/vendor/local/include/jpeglib.h +3 -3
  36. data/vendor/local/include/poppler/cpp/poppler-version.h +2 -2
  37. data/vendor/local/include/poppler/glib/poppler-enums.h +0 -2
  38. data/vendor/local/include/poppler/glib/poppler-features.h +1 -1
  39. data/vendor/local/include/poppler/glib/poppler-page.h +1 -0
  40. data/vendor/local/include/poppler/glib/poppler.h +0 -8
  41. data/vendor/local/include/sqlite3.h +923 -50
  42. data/vendor/local/include/sqlite3ext.h +22 -3
  43. data/vendor/local/lib/girepository-1.0/Poppler-0.18.typelib +0 -0
  44. data/vendor/local/lib/libjpeg.a +0 -0
  45. data/vendor/local/lib/libjpeg.dll.a +0 -0
  46. data/vendor/local/lib/libjpeg.la +4 -4
  47. data/vendor/local/lib/libopenjp2.dll.a +0 -0
  48. data/vendor/local/lib/libpoppler-cpp.a +0 -0
  49. data/vendor/local/lib/libpoppler-cpp.dll.a +0 -0
  50. data/vendor/local/lib/libpoppler-cpp.la +2 -2
  51. data/vendor/local/lib/libpoppler-glib.a +0 -0
  52. data/vendor/local/lib/libpoppler-glib.dll.a +0 -0
  53. data/vendor/local/lib/libpoppler-glib.la +3 -3
  54. data/vendor/local/lib/libpoppler.a +0 -0
  55. data/vendor/local/lib/libpoppler.dll.a +0 -0
  56. data/vendor/local/lib/libpoppler.la +4 -4
  57. data/vendor/local/lib/libsqlite3.a +0 -0
  58. data/vendor/local/lib/libsqlite3.dll.a +0 -0
  59. data/vendor/local/lib/libsqlite3.la +2 -2
  60. data/vendor/local/lib/openjpeg-2.1/OpenJPEGTargets-noconfig.cmake +1 -1
  61. data/vendor/local/lib/openjpeg-2.1/OpenJPEGTargets.cmake +1 -1
  62. data/vendor/local/lib/pkgconfig/poppler-cairo.pc +2 -2
  63. data/vendor/local/lib/pkgconfig/poppler-cpp.pc +2 -2
  64. data/vendor/local/lib/pkgconfig/poppler-glib.pc +2 -2
  65. data/vendor/local/lib/pkgconfig/poppler-splash.pc +2 -2
  66. data/vendor/local/lib/pkgconfig/poppler.pc +1 -1
  67. data/vendor/local/lib/pkgconfig/sqlite3.pc +1 -1
  68. data/vendor/local/share/gir-1.0/Poppler-0.18.gir +27 -36
  69. data/vendor/local/share/gtk-doc/html/poppler/PopplerAnnot.html +228 -263
  70. data/vendor/local/share/gtk-doc/html/poppler/PopplerAttachment.html +16 -20
  71. data/vendor/local/share/gtk-doc/html/poppler/PopplerDocument.html +235 -289
  72. data/vendor/local/share/gtk-doc/html/poppler/PopplerFormField.html +105 -129
  73. data/vendor/local/share/gtk-doc/html/poppler/PopplerLayer.html +28 -33
  74. data/vendor/local/share/gtk-doc/html/poppler/PopplerMedia.html +31 -38
  75. data/vendor/local/share/gtk-doc/html/poppler/PopplerMovie.html +18 -22
  76. data/vendor/local/share/gtk-doc/html/poppler/PopplerPage.html +201 -222
  77. data/vendor/local/share/gtk-doc/html/poppler/PopplerStructureElement.html +310 -356
  78. data/vendor/local/share/gtk-doc/html/poppler/annotation-glossary.html +4 -5
  79. data/vendor/local/share/gtk-doc/html/poppler/api-index-0-12.html +4 -5
  80. data/vendor/local/share/gtk-doc/html/poppler/api-index-0-14.html +4 -5
  81. data/vendor/local/share/gtk-doc/html/poppler/api-index-0-16.html +4 -5
  82. data/vendor/local/share/gtk-doc/html/poppler/api-index-0-18.html +4 -5
  83. data/vendor/local/share/gtk-doc/html/poppler/api-index-0-20.html +4 -5
  84. data/vendor/local/share/gtk-doc/html/poppler/api-index-0-22.html +4 -5
  85. data/vendor/local/share/gtk-doc/html/poppler/api-index-0-26.html +4 -5
  86. data/vendor/local/share/gtk-doc/html/poppler/api-index-0-33.html +4 -5
  87. data/vendor/local/share/gtk-doc/html/poppler/api-index-deprecated.html +4 -5
  88. data/vendor/local/share/gtk-doc/html/poppler/api-index-full.html +7 -15
  89. data/vendor/local/share/gtk-doc/html/poppler/ch01.html +9 -10
  90. data/vendor/local/share/gtk-doc/html/poppler/index.html +7 -8
  91. data/vendor/local/share/gtk-doc/html/poppler/index.sgml +298 -10
  92. data/vendor/local/share/gtk-doc/html/poppler/left-insensitive.png +0 -0
  93. data/vendor/local/share/gtk-doc/html/poppler/left.png +0 -0
  94. data/vendor/local/share/gtk-doc/html/poppler/{poppler-poppler.html → poppler-Error-handling.html} +26 -63
  95. data/vendor/local/share/gtk-doc/html/poppler/poppler-PDF-Utility-functions.html +9 -11
  96. data/vendor/local/share/gtk-doc/html/poppler/poppler-PopplerAction.html +40 -43
  97. data/vendor/local/share/gtk-doc/html/poppler/poppler-PopplerColor.html +19 -22
  98. data/vendor/local/share/gtk-doc/html/poppler/poppler-Version-and-Features-Information.html +13 -17
  99. data/vendor/local/share/gtk-doc/html/poppler/poppler.devhelp2 +294 -6
  100. data/vendor/local/share/gtk-doc/html/poppler/right.png +0 -0
  101. data/vendor/local/share/gtk-doc/html/poppler/style.css +9 -6
  102. data/vendor/local/share/gtk-doc/html/poppler/up-insensitive.png +0 -0
  103. data/vendor/local/share/man/man1/cjpeg.1 +2 -2
  104. data/vendor/local/share/man/man1/djpeg.1 +14 -9
  105. data/vendor/local/share/man/man1/jpegtran.1 +17 -7
  106. data/vendor/local/share/man/man1/pdfdetach.1 +4 -1
  107. data/vendor/local/share/man/man1/pdffonts.1 +3 -0
  108. data/vendor/local/share/man/man1/pdfimages.1 +4 -1
  109. data/vendor/local/share/man/man1/pdfinfo.1 +15 -3
  110. data/vendor/local/share/man/man1/pdfseparate.1 +11 -1
  111. data/vendor/local/share/man/man1/pdftocairo.1 +8 -4
  112. data/vendor/local/share/man/man1/pdftohtml.1 +3 -0
  113. data/vendor/local/share/man/man1/pdftoppm.1 +3 -0
  114. data/vendor/local/share/man/man1/pdftops.1 +3 -0
  115. data/vendor/local/share/man/man1/pdftotext.1 +4 -1
  116. data/vendor/local/share/man/man1/pdfunite.1 +11 -1
  117. metadata +8 -9
  118. data/lib/2.0/poppler.so +0 -0
  119. data/lib/2.1/poppler.so +0 -0
@@ -2,13 +2,13 @@
2
2
  <html>
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
- <title>Poppler Reference Manual: PopplerAttachment</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
5
+ <title>PopplerAttachment: Poppler Reference Manual</title>
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
7
7
  <link rel="home" href="index.html" title="Poppler Reference Manual">
8
8
  <link rel="up" href="ch01.html" title="Poppler">
9
9
  <link rel="prev" href="poppler-PopplerAction.html" title="PopplerAction">
10
10
  <link rel="next" href="PopplerFormField.html" title="PoppplerFormField">
11
- <meta name="generator" content="GTK-Doc V1.21 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.24 (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">
@@ -34,7 +34,7 @@
34
34
  </tr></table></div>
35
35
  <div class="refsect1">
36
36
  <a name="PopplerAttachment.functions"></a><h2>Functions</h2>
37
- <div class="informaltable"><table width="100%" border="0">
37
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
38
38
  <colgroup>
39
39
  <col width="150px" class="functions_return">
40
40
  <col class="functions_name">
@@ -69,7 +69,7 @@
69
69
  </div>
70
70
  <div class="refsect1">
71
71
  <a name="PopplerAttachment.other"></a><h2>Types and Values</h2>
72
- <div class="informaltable"><table width="100%" border="0">
72
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
73
73
  <colgroup>
74
74
  <col width="150px" class="name">
75
75
  <col class="description">
@@ -100,7 +100,7 @@
100
100
  <a name="PopplerAttachmentSaveFunc"></a><h3>PopplerAttachmentSaveFunc ()</h3>
101
101
  <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
102
102
  <span class="c_punctuation">(</span>*PopplerAttachmentSaveFunc<span class="c_punctuation">)</span> (<em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *buf</code></em>,
103
- <em class="parameter"><code><span class="type">gsize</span> count</code></em>,
103
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gsize"><span class="type">gsize</span></a> count</code></em>,
104
104
  <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>,
105
105
  <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
106
106
  <p>Specifies the type of the function passed to
@@ -111,8 +111,8 @@ successful it should return <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendo
111
111
  and return <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>, in which case <a class="link" href="PopplerAttachment.html#poppler-attachment-save-to-callback" title="poppler_attachment_save_to_callback ()"><code class="function">poppler_attachment_save_to_callback()</code></a>
112
112
  will fail with the same error.</p>
113
113
  <div class="refsect3">
114
- <a name="id-1.2.6.8.2.5"></a><h4>Parameters</h4>
115
- <div class="informaltable"><table width="100%" border="0">
114
+ <a name="id-1.2.5.8.2.5"></a><h4>Parameters</h4>
115
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
116
116
  <colgroup>
117
117
  <col width="150px" class="parameters_name">
118
118
  <col class="parameters_description">
@@ -145,10 +145,9 @@ bytes to be written. </p></td>
145
145
  </table></div>
146
146
  </div>
147
147
  <div class="refsect3">
148
- <a name="id-1.2.6.8.2.6"></a><h4>Returns</h4>
148
+ <a name="id-1.2.5.8.2.6"></a><h4>Returns</h4>
149
149
  <p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if successful, <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> (with <em class="parameter"><code>error</code></em>
150
150
  set) if failed.</p>
151
- <p></p>
152
151
  </div>
153
152
  </div>
154
153
  <hr>
@@ -165,8 +164,8 @@ poppler_attachment_save (<em class="parameter"><code><a class="link" href="Poppl
165
164
  will be returned. Possible errors include those in the <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-File-Utilities.html#G-FILE-ERROR:CAPS"><span class="type">G_FILE_ERROR</span></a> domain
166
165
  and whatever the save function generates.</p>
167
166
  <div class="refsect3">
168
- <a name="id-1.2.6.8.3.5"></a><h4>Parameters</h4>
169
- <div class="informaltable"><table width="100%" border="0">
167
+ <a name="id-1.2.5.8.3.5"></a><h4>Parameters</h4>
168
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
170
169
  <colgroup>
171
170
  <col width="150px" class="parameters_name">
172
171
  <col class="parameters_description">
@@ -192,9 +191,8 @@ and whatever the save function generates.</p>
192
191
  </table></div>
193
192
  </div>
194
193
  <div class="refsect3">
195
- <a name="id-1.2.6.8.3.6"></a><h4>Returns</h4>
194
+ <a name="id-1.2.5.8.3.6"></a><h4>Returns</h4>
196
195
  <p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, if the file successfully saved</p>
197
- <p></p>
198
196
  </div>
199
197
  </div>
200
198
  <hr>
@@ -214,8 +212,8 @@ an in-memory buffer or a socket. If <em class="parameter"><code>error</code></em
214
212
  returned. Possible errors include those in the <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-File-Utilities.html#G-FILE-ERROR:CAPS"><span class="type">G_FILE_ERROR</span></a> domain and
215
213
  whatever the save function generates.</p>
216
214
  <div class="refsect3">
217
- <a name="id-1.2.6.8.4.5"></a><h4>Parameters</h4>
218
- <div class="informaltable"><table width="100%" border="0">
215
+ <a name="id-1.2.5.8.4.5"></a><h4>Parameters</h4>
216
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
219
217
  <colgroup>
220
218
  <col width="150px" class="parameters_name">
221
219
  <col class="parameters_description">
@@ -246,9 +244,8 @@ whatever the save function generates.</p>
246
244
  </table></div>
247
245
  </div>
248
246
  <div class="refsect3">
249
- <a name="id-1.2.6.8.4.6"></a><h4>Returns</h4>
247
+ <a name="id-1.2.5.8.4.6"></a><h4>Returns</h4>
250
248
  <p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, if the save successfully completed</p>
251
- <p></p>
252
249
  </div>
253
250
  </div>
254
251
  </div>
@@ -261,7 +258,6 @@ whatever the save function generates.</p>
261
258
  </div>
262
259
  </div>
263
260
  <div class="footer">
264
- <hr>
265
- Generated by GTK-Doc V1.21</div>
261
+ <hr>Generated by GTK-Doc V1.24</div>
266
262
  </body>
267
263
  </html>
@@ -2,13 +2,13 @@
2
2
  <html>
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
- <title>Poppler Reference Manual: PopplerDocument</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
5
+ <title>PopplerDocument: Poppler Reference Manual</title>
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
7
7
  <link rel="home" href="index.html" title="Poppler Reference Manual">
8
8
  <link rel="up" href="ch01.html" title="Poppler">
9
- <link rel="prev" href="poppler-poppler.html" title="poppler">
9
+ <link rel="prev" href="ch01.html" title="Poppler">
10
10
  <link rel="next" href="PopplerPage.html" title="PopplerPage">
11
- <meta name="generator" content="GTK-Doc V1.21 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.24 (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">
@@ -21,7 +21,7 @@
21
21
  </td>
22
22
  <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
23
23
  <td><a accesskey="u" href="ch01.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
24
- <td><a accesskey="p" href="poppler-poppler.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
24
+ <td><a accesskey="p" href="ch01.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
25
25
  <td><a accesskey="n" href="PopplerPage.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
26
26
  </tr></table>
27
27
  <div class="refentry">
@@ -35,7 +35,7 @@
35
35
  </tr></table></div>
36
36
  <div class="refsect1">
37
37
  <a name="PopplerDocument.functions"></a><h2>Functions</h2>
38
- <div class="informaltable"><table width="100%" border="0">
38
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
39
39
  <colgroup>
40
40
  <col width="150px" class="functions_return">
41
41
  <col class="functions_name">
@@ -323,7 +323,7 @@
323
323
  </tr>
324
324
  <tr>
325
325
  <td class="function_type">
326
- <a class="link" href="poppler-PopplerAction.html#PopplerAction" title="union PopplerAction"><span class="returnvalue">PopplerAction</span></a> *
326
+ <a class="link" href="poppler-PopplerAction.html#PopplerAction" title="PopplerAction"><span class="returnvalue">PopplerAction</span></a> *
327
327
  </td>
328
328
  <td class="function_name">
329
329
  <a class="link" href="PopplerDocument.html#poppler-index-iter-get-action" title="poppler_index_iter_get_action ()">poppler_index_iter_get_action</a> <span class="c_punctuation">()</span>
@@ -537,7 +537,7 @@
537
537
  </div>
538
538
  <div class="refsect1">
539
539
  <a name="PopplerDocument.properties"></a><h2>Properties</h2>
540
- <div class="informaltable"><table border="0">
540
+ <div class="informaltable"><table class="informaltable" border="0">
541
541
  <colgroup>
542
542
  <col width="150px" class="properties_type">
543
543
  <col width="300px" class="properties_name">
@@ -642,7 +642,7 @@
642
642
  </div>
643
643
  <div class="refsect1">
644
644
  <a name="PopplerDocument.other"></a><h2>Types and Values</h2>
645
- <div class="informaltable"><table width="100%" border="0">
645
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
646
646
  <colgroup>
647
647
  <col width="150px" class="name">
648
648
  <col class="description">
@@ -720,11 +720,11 @@ poppler_document_new_from_file (<em class="parameter"><code>const <span class="t
720
720
  <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
721
721
  <p>Creates a new <a class="link" href="PopplerDocument.html" title="PopplerDocument"><span class="type">PopplerDocument</span></a>. If <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> is returned, then <em class="parameter"><code>error</code></em>
722
722
  will be
723
- set. Possible errors include those in the <a class="link" href="poppler-poppler.html#POPPLER-ERROR:CAPS" title="POPPLER_ERROR"><span class="type">POPPLER_ERROR</span></a> and <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-File-Utilities.html#G-FILE-ERROR:CAPS"><span class="type">G_FILE_ERROR</span></a>
723
+ set. Possible errors include those in the <a class="link" href="poppler-Error-handling.html#POPPLER-ERROR:CAPS" title="POPPLER_ERROR"><span class="type">POPPLER_ERROR</span></a> and <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-File-Utilities.html#G-FILE-ERROR:CAPS"><span class="type">G_FILE_ERROR</span></a>
724
724
  domains.</p>
725
725
  <div class="refsect3">
726
- <a name="id-1.2.3.9.2.5"></a><h4>Parameters</h4>
727
- <div class="informaltable"><table width="100%" border="0">
726
+ <a name="id-1.2.2.9.2.5"></a><h4>Parameters</h4>
727
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
728
728
  <colgroup>
729
729
  <col width="150px" class="parameters_name">
730
730
  <col class="parameters_description">
@@ -750,9 +750,8 @@ domains.</p>
750
750
  </table></div>
751
751
  </div>
752
752
  <div class="refsect3">
753
- <a name="id-1.2.3.9.2.6"></a><h4>Returns</h4>
753
+ <a name="id-1.2.2.9.2.6"></a><h4>Returns</h4>
754
754
  <p> A newly created <a class="link" href="PopplerDocument.html" title="PopplerDocument"><span class="type">PopplerDocument</span></a>, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p>
755
- <p></p>
756
755
  </div>
757
756
  </div>
758
757
  <hr>
@@ -765,11 +764,11 @@ poppler_document_new_from_data (<em class="parameter"><code><span class="type">c
765
764
  <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
766
765
  <p>Creates a new <a class="link" href="PopplerDocument.html" title="PopplerDocument"><span class="type">PopplerDocument</span></a>. If <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> is returned, then <em class="parameter"><code>error</code></em>
767
766
  will be
768
- set. Possible errors include those in the <a class="link" href="poppler-poppler.html#POPPLER-ERROR:CAPS" title="POPPLER_ERROR"><span class="type">POPPLER_ERROR</span></a> and <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-File-Utilities.html#G-FILE-ERROR:CAPS"><span class="type">G_FILE_ERROR</span></a>
767
+ set. Possible errors include those in the <a class="link" href="poppler-Error-handling.html#POPPLER-ERROR:CAPS" title="POPPLER_ERROR"><span class="type">POPPLER_ERROR</span></a> and <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-File-Utilities.html#G-FILE-ERROR:CAPS"><span class="type">G_FILE_ERROR</span></a>
769
768
  domains.</p>
770
769
  <div class="refsect3">
771
- <a name="id-1.2.3.9.3.5"></a><h4>Parameters</h4>
772
- <div class="informaltable"><table width="100%" border="0">
770
+ <a name="id-1.2.2.9.3.5"></a><h4>Parameters</h4>
771
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
773
772
  <colgroup>
774
773
  <col width="150px" class="parameters_name">
775
774
  <col class="parameters_description">
@@ -800,9 +799,8 @@ domains.</p>
800
799
  </table></div>
801
800
  </div>
802
801
  <div class="refsect3">
803
- <a name="id-1.2.3.9.3.6"></a><h4>Returns</h4>
802
+ <a name="id-1.2.2.9.3.6"></a><h4>Returns</h4>
804
803
  <p> A newly created <a class="link" href="PopplerDocument.html" title="PopplerDocument"><span class="type">PopplerDocument</span></a>, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p>
805
- <p></p>
806
804
  </div>
807
805
  </div>
808
806
  <hr>
@@ -810,19 +808,19 @@ domains.</p>
810
808
  <a name="poppler-document-new-from-stream"></a><h3>poppler_document_new_from_stream ()</h3>
811
809
  <pre class="programlisting"><a class="link" href="PopplerDocument.html" title="PopplerDocument"><span class="returnvalue">PopplerDocument</span></a> *
812
810
  poppler_document_new_from_stream (<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GInputStream.html"><span class="type">GInputStream</span></a> *stream</code></em>,
813
- <em class="parameter"><code><span class="type">goffset</span> length</code></em>,
811
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#goffset"><span class="type">goffset</span></a> length</code></em>,
814
812
  <em class="parameter"><code>const <span class="type">char</span> *password</code></em>,
815
813
  <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
816
814
  <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
817
815
  <p>Creates a new <a class="link" href="PopplerDocument.html" title="PopplerDocument"><span class="type">PopplerDocument</span></a> reading the PDF contents from <em class="parameter"><code>stream</code></em>
818
816
  .
819
- Note that the given <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GInputStream.html"><span class="type">GInputStream</span></a> must be seekable or <code class="literal">G_IO_ERROR_NOT_SUPPORTED</code>
817
+ Note that the given <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GInputStream.html"><span class="type">GInputStream</span></a> must be seekable or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/gio-GIOError.html#G-IO-ERROR-NOT-SUPPORTED:CAPS"><code class="literal">G_IO_ERROR_NOT_SUPPORTED</code></a>
820
818
  will be returned.
821
- Possible errors include those in the <a class="link" href="poppler-poppler.html#POPPLER-ERROR:CAPS" title="POPPLER_ERROR"><span class="type">POPPLER_ERROR</span></a> and <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-File-Utilities.html#G-FILE-ERROR:CAPS"><span class="type">G_FILE_ERROR</span></a>
819
+ Possible errors include those in the <a class="link" href="poppler-Error-handling.html#POPPLER-ERROR:CAPS" title="POPPLER_ERROR"><span class="type">POPPLER_ERROR</span></a> and <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-File-Utilities.html#G-FILE-ERROR:CAPS"><span class="type">G_FILE_ERROR</span></a>
822
820
  domains.</p>
823
821
  <div class="refsect3">
824
- <a name="id-1.2.3.9.4.5"></a><h4>Parameters</h4>
825
- <div class="informaltable"><table width="100%" border="0">
822
+ <a name="id-1.2.2.9.4.5"></a><h4>Parameters</h4>
823
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
826
824
  <colgroup>
827
825
  <col width="150px" class="parameters_name">
828
826
  <col class="parameters_description">
@@ -858,11 +856,11 @@ domains.</p>
858
856
  </table></div>
859
857
  </div>
860
858
  <div class="refsect3">
861
- <a name="id-1.2.3.9.4.6"></a><h4>Returns</h4>
859
+ <a name="id-1.2.2.9.4.6"></a><h4>Returns</h4>
862
860
  <p> a new <a class="link" href="PopplerDocument.html" title="PopplerDocument"><span class="type">PopplerDocument</span></a>, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p>
863
861
  <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
864
862
  </div>
865
- <p class="since">Since 0.22</p>
863
+ <p class="since">Since: <a class="link" href="api-index-0-22.html#api-index-0.22">0.22</a></p>
866
864
  </div>
867
865
  <hr>
868
866
  <div class="refsect2">
@@ -874,11 +872,11 @@ poppler_document_new_from_gfile (<em class="parameter"><code><a href="/home/vagr
874
872
  <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
875
873
  <p>Creates a new <a class="link" href="PopplerDocument.html" title="PopplerDocument"><span class="type">PopplerDocument</span></a> reading the PDF contents from <em class="parameter"><code>file</code></em>
876
874
  .
877
- Possible errors include those in the <a class="link" href="poppler-poppler.html#POPPLER-ERROR:CAPS" title="POPPLER_ERROR"><span class="type">POPPLER_ERROR</span></a> and <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-File-Utilities.html#G-FILE-ERROR:CAPS"><span class="type">G_FILE_ERROR</span></a>
875
+ Possible errors include those in the <a class="link" href="poppler-Error-handling.html#POPPLER-ERROR:CAPS" title="POPPLER_ERROR"><span class="type">POPPLER_ERROR</span></a> and <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-File-Utilities.html#G-FILE-ERROR:CAPS"><span class="type">G_FILE_ERROR</span></a>
878
876
  domains.</p>
879
877
  <div class="refsect3">
880
- <a name="id-1.2.3.9.5.5"></a><h4>Parameters</h4>
881
- <div class="informaltable"><table width="100%" border="0">
878
+ <a name="id-1.2.2.9.5.5"></a><h4>Parameters</h4>
879
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
882
880
  <colgroup>
883
881
  <col width="150px" class="parameters_name">
884
882
  <col class="parameters_description">
@@ -909,11 +907,11 @@ domains.</p>
909
907
  </table></div>
910
908
  </div>
911
909
  <div class="refsect3">
912
- <a name="id-1.2.3.9.5.6"></a><h4>Returns</h4>
910
+ <a name="id-1.2.2.9.5.6"></a><h4>Returns</h4>
913
911
  <p> a new <a class="link" href="PopplerDocument.html" title="PopplerDocument"><span class="type">PopplerDocument</span></a>, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p>
914
912
  <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
915
913
  </div>
916
- <p class="since">Since 0.22</p>
914
+ <p class="since">Since: <a class="link" href="api-index-0-22.html#api-index-0.22">0.22</a></p>
917
915
  </div>
918
916
  <hr>
919
917
  <div class="refsect2">
@@ -930,8 +928,8 @@ If <em class="parameter"><code>error</code></em>
930
928
  is set, <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> will be returned. Possible errors
931
929
  include those in the <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-File-Utilities.html#G-FILE-ERROR:CAPS"><span class="type">G_FILE_ERROR</span></a> domain.</p>
932
930
  <div class="refsect3">
933
- <a name="id-1.2.3.9.6.5"></a><h4>Parameters</h4>
934
- <div class="informaltable"><table width="100%" border="0">
931
+ <a name="id-1.2.2.9.6.5"></a><h4>Parameters</h4>
932
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
935
933
  <colgroup>
936
934
  <col width="150px" class="parameters_name">
937
935
  <col class="parameters_description">
@@ -957,9 +955,8 @@ include those in the <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local
957
955
  </table></div>
958
956
  </div>
959
957
  <div class="refsect3">
960
- <a name="id-1.2.3.9.6.6"></a><h4>Returns</h4>
958
+ <a name="id-1.2.2.9.6.6"></a><h4>Returns</h4>
961
959
  <p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, if the document was successfully saved</p>
962
- <p></p>
963
960
  </div>
964
961
  </div>
965
962
  <hr>
@@ -977,8 +974,8 @@ If <em class="parameter"><code>error</code></em>
977
974
  is set, <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> will be returned. Possible errors
978
975
  include those in the <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-File-Utilities.html#G-FILE-ERROR:CAPS"><span class="type">G_FILE_ERROR</span></a> domain.</p>
979
976
  <div class="refsect3">
980
- <a name="id-1.2.3.9.7.5"></a><h4>Parameters</h4>
981
- <div class="informaltable"><table width="100%" border="0">
977
+ <a name="id-1.2.2.9.7.5"></a><h4>Parameters</h4>
978
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
982
979
  <colgroup>
983
980
  <col width="150px" class="parameters_name">
984
981
  <col class="parameters_description">
@@ -1004,9 +1001,8 @@ include those in the <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local
1004
1001
  </table></div>
1005
1002
  </div>
1006
1003
  <div class="refsect3">
1007
- <a name="id-1.2.3.9.7.6"></a><h4>Returns</h4>
1004
+ <a name="id-1.2.2.9.7.6"></a><h4>Returns</h4>
1008
1005
  <p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, if the document was successfully saved</p>
1009
- <p></p>
1010
1006
  </div>
1011
1007
  </div>
1012
1008
  <hr>
@@ -1026,8 +1022,8 @@ the file contents at the time it was last updated.</p>
1026
1022
  <p>Note that returned strings are not null-terminated, they have a fixed
1027
1023
  size of 32 bytes.</p>
1028
1024
  <div class="refsect3">
1029
- <a name="id-1.2.3.9.8.6"></a><h4>Parameters</h4>
1030
- <div class="informaltable"><table width="100%" border="0">
1025
+ <a name="id-1.2.2.9.8.6"></a><h4>Parameters</h4>
1026
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1031
1027
  <colgroup>
1032
1028
  <col width="150px" class="parameters_name">
1033
1029
  <col class="parameters_description">
@@ -1053,12 +1049,11 @@ size of 32 bytes.</p>
1053
1049
  </table></div>
1054
1050
  </div>
1055
1051
  <div class="refsect3">
1056
- <a name="id-1.2.3.9.8.7"></a><h4>Returns</h4>
1052
+ <a name="id-1.2.2.9.8.7"></a><h4>Returns</h4>
1057
1053
  <p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the <em class="parameter"><code>document</code></em>
1058
1054
  contains an id, <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise</p>
1059
- <p></p>
1060
1055
  </div>
1061
- <p class="since">Since 0.16</p>
1056
+ <p class="since">Since: <a class="link" href="api-index-0-16.html#api-index-0.16">0.16</a></p>
1062
1057
  </div>
1063
1058
  <hr>
1064
1059
  <div class="refsect2">
@@ -1069,8 +1064,8 @@ poppler_document_get_pdf_version_string
1069
1064
  <p>Returns the PDF version of <em class="parameter"><code>document</code></em>
1070
1065
  as a string (e.g. PDF-1.6)</p>
1071
1066
  <div class="refsect3">
1072
- <a name="id-1.2.3.9.9.5"></a><h4>Parameters</h4>
1073
- <div class="informaltable"><table width="100%" border="0">
1067
+ <a name="id-1.2.2.9.9.5"></a><h4>Parameters</h4>
1068
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1074
1069
  <colgroup>
1075
1070
  <col width="150px" class="parameters_name">
1076
1071
  <col class="parameters_description">
@@ -1084,13 +1079,12 @@ poppler_document_get_pdf_version_string
1084
1079
  </table></div>
1085
1080
  </div>
1086
1081
  <div class="refsect3">
1087
- <a name="id-1.2.3.9.9.6"></a><h4>Returns</h4>
1082
+ <a name="id-1.2.2.9.9.6"></a><h4>Returns</h4>
1088
1083
  <p> a new allocated string containing the PDF version
1089
1084
  of <em class="parameter"><code>document</code></em>
1090
1085
  , or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p>
1091
- <p></p>
1092
1086
  </div>
1093
- <p class="since">Since 0.16</p>
1087
+ <p class="since">Since: <a class="link" href="api-index-0-16.html#api-index-0.16">0.16</a></p>
1094
1088
  </div>
1095
1089
  <hr>
1096
1090
  <div class="refsect2">
@@ -1100,8 +1094,8 @@ poppler_document_get_pdf_version (<em class="parameter"><code><a class="link" hr
1100
1094
  <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> *major_version</code></em>,
1101
1095
  <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> *minor_version</code></em>);</pre>
1102
1096
  <div class="refsect3">
1103
- <a name="id-1.2.3.9.10.4"></a><h4>Parameters</h4>
1104
- <div class="informaltable"><table width="100%" border="0">
1097
+ <a name="id-1.2.2.9.10.4"></a><h4>Parameters</h4>
1098
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1105
1099
  <colgroup>
1106
1100
  <col width="150px" class="parameters_name">
1107
1101
  <col class="parameters_description">
@@ -1127,11 +1121,10 @@ poppler_document_get_pdf_version (<em class="parameter"><code><a class="link" hr
1127
1121
  </table></div>
1128
1122
  </div>
1129
1123
  <div class="refsect3">
1130
- <a name="id-1.2.3.9.10.5"></a><h4>Returns</h4>
1124
+ <a name="id-1.2.2.9.10.5"></a><h4>Returns</h4>
1131
1125
  <p> the major and minor PDF version numbers</p>
1132
- <p></p>
1133
1126
  </div>
1134
- <p class="since">Since 0.16</p>
1127
+ <p class="since">Since: <a class="link" href="api-index-0-16.html#api-index-0.16">0.16</a></p>
1135
1128
  </div>
1136
1129
  <hr>
1137
1130
  <div class="refsect2">
@@ -1140,8 +1133,8 @@ poppler_document_get_pdf_version (<em class="parameter"><code><a class="link" hr
1140
1133
  poppler_document_get_title (<em class="parameter"><code><a class="link" href="PopplerDocument.html" title="PopplerDocument"><span class="type">PopplerDocument</span></a> *document</code></em>);</pre>
1141
1134
  <p>Returns the document's title</p>
1142
1135
  <div class="refsect3">
1143
- <a name="id-1.2.3.9.11.5"></a><h4>Parameters</h4>
1144
- <div class="informaltable"><table width="100%" border="0">
1136
+ <a name="id-1.2.2.9.11.5"></a><h4>Parameters</h4>
1137
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1145
1138
  <colgroup>
1146
1139
  <col width="150px" class="parameters_name">
1147
1140
  <col class="parameters_description">
@@ -1155,13 +1148,12 @@ poppler_document_get_title (<em class="parameter"><code><a class="link" href="Po
1155
1148
  </table></div>
1156
1149
  </div>
1157
1150
  <div class="refsect3">
1158
- <a name="id-1.2.3.9.11.6"></a><h4>Returns</h4>
1151
+ <a name="id-1.2.2.9.11.6"></a><h4>Returns</h4>
1159
1152
  <p> a new allocated string containing the title
1160
1153
  of <em class="parameter"><code>document</code></em>
1161
1154
  , or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p>
1162
- <p></p>
1163
1155
  </div>
1164
- <p class="since">Since 0.16</p>
1156
+ <p class="since">Since: <a class="link" href="api-index-0-16.html#api-index-0.16">0.16</a></p>
1165
1157
  </div>
1166
1158
  <hr>
1167
1159
  <div class="refsect2">
@@ -1170,8 +1162,8 @@ of <em class="parameter"><code>document</code></em>
1170
1162
  poppler_document_get_author (<em class="parameter"><code><a class="link" href="PopplerDocument.html" title="PopplerDocument"><span class="type">PopplerDocument</span></a> *document</code></em>);</pre>
1171
1163
  <p>Returns the author of the document</p>
1172
1164
  <div class="refsect3">
1173
- <a name="id-1.2.3.9.12.5"></a><h4>Parameters</h4>
1174
- <div class="informaltable"><table width="100%" border="0">
1165
+ <a name="id-1.2.2.9.12.5"></a><h4>Parameters</h4>
1166
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1175
1167
  <colgroup>
1176
1168
  <col width="150px" class="parameters_name">
1177
1169
  <col class="parameters_description">
@@ -1185,13 +1177,12 @@ poppler_document_get_author (<em class="parameter"><code><a class="link" href="P
1185
1177
  </table></div>
1186
1178
  </div>
1187
1179
  <div class="refsect3">
1188
- <a name="id-1.2.3.9.12.6"></a><h4>Returns</h4>
1180
+ <a name="id-1.2.2.9.12.6"></a><h4>Returns</h4>
1189
1181
  <p> a new allocated string containing the author
1190
1182
  of <em class="parameter"><code>document</code></em>
1191
1183
  , or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p>
1192
- <p></p>
1193
1184
  </div>
1194
- <p class="since">Since 0.16</p>
1185
+ <p class="since">Since: <a class="link" href="api-index-0-16.html#api-index-0.16">0.16</a></p>
1195
1186
  </div>
1196
1187
  <hr>
1197
1188
  <div class="refsect2">
@@ -1200,8 +1191,8 @@ of <em class="parameter"><code>document</code></em>
1200
1191
  poppler_document_get_subject (<em class="parameter"><code><a class="link" href="PopplerDocument.html" title="PopplerDocument"><span class="type">PopplerDocument</span></a> *document</code></em>);</pre>
1201
1192
  <p>Returns the subject of the document</p>
1202
1193
  <div class="refsect3">
1203
- <a name="id-1.2.3.9.13.5"></a><h4>Parameters</h4>
1204
- <div class="informaltable"><table width="100%" border="0">
1194
+ <a name="id-1.2.2.9.13.5"></a><h4>Parameters</h4>
1195
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1205
1196
  <colgroup>
1206
1197
  <col width="150px" class="parameters_name">
1207
1198
  <col class="parameters_description">
@@ -1215,13 +1206,12 @@ poppler_document_get_subject (<em class="parameter"><code><a class="link" href="
1215
1206
  </table></div>
1216
1207
  </div>
1217
1208
  <div class="refsect3">
1218
- <a name="id-1.2.3.9.13.6"></a><h4>Returns</h4>
1209
+ <a name="id-1.2.2.9.13.6"></a><h4>Returns</h4>
1219
1210
  <p> a new allocated string containing the subject
1220
1211
  of <em class="parameter"><code>document</code></em>
1221
1212
  , or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p>
1222
- <p></p>
1223
1213
  </div>
1224
- <p class="since">Since 0.16</p>
1214
+ <p class="since">Since: <a class="link" href="api-index-0-16.html#api-index-0.16">0.16</a></p>
1225
1215
  </div>
1226
1216
  <hr>
1227
1217
  <div class="refsect2">
@@ -1230,8 +1220,8 @@ of <em class="parameter"><code>document</code></em>
1230
1220
  poppler_document_get_keywords (<em class="parameter"><code><a class="link" href="PopplerDocument.html" title="PopplerDocument"><span class="type">PopplerDocument</span></a> *document</code></em>);</pre>
1231
1221
  <p>Returns the keywords associated to the document</p>
1232
1222
  <div class="refsect3">
1233
- <a name="id-1.2.3.9.14.5"></a><h4>Parameters</h4>
1234
- <div class="informaltable"><table width="100%" border="0">
1223
+ <a name="id-1.2.2.9.14.5"></a><h4>Parameters</h4>
1224
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1235
1225
  <colgroup>
1236
1226
  <col width="150px" class="parameters_name">
1237
1227
  <col class="parameters_description">
@@ -1245,13 +1235,12 @@ poppler_document_get_keywords (<em class="parameter"><code><a class="link" href=
1245
1235
  </table></div>
1246
1236
  </div>
1247
1237
  <div class="refsect3">
1248
- <a name="id-1.2.3.9.14.6"></a><h4>Returns</h4>
1238
+ <a name="id-1.2.2.9.14.6"></a><h4>Returns</h4>
1249
1239
  <p> a new allocated string containing keywords associated
1250
1240
  to <em class="parameter"><code>document</code></em>
1251
1241
  , or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p>
1252
- <p></p>
1253
1242
  </div>
1254
- <p class="since">Since 0.16</p>
1243
+ <p class="since">Since: <a class="link" href="api-index-0-16.html#api-index-0.16">0.16</a></p>
1255
1244
  </div>
1256
1245
  <hr>
1257
1246
  <div class="refsect2">
@@ -1262,8 +1251,8 @@ poppler_document_get_creator (<em class="parameter"><code><a class="link" href="
1262
1251
  from another format, the creator is the name of the product
1263
1252
  that created the original document from which it was converted.</p>
1264
1253
  <div class="refsect3">
1265
- <a name="id-1.2.3.9.15.5"></a><h4>Parameters</h4>
1266
- <div class="informaltable"><table width="100%" border="0">
1254
+ <a name="id-1.2.2.9.15.5"></a><h4>Parameters</h4>
1255
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1267
1256
  <colgroup>
1268
1257
  <col width="150px" class="parameters_name">
1269
1258
  <col class="parameters_description">
@@ -1277,13 +1266,12 @@ that created the original document from which it was converted.</p>
1277
1266
  </table></div>
1278
1267
  </div>
1279
1268
  <div class="refsect3">
1280
- <a name="id-1.2.3.9.15.6"></a><h4>Returns</h4>
1269
+ <a name="id-1.2.2.9.15.6"></a><h4>Returns</h4>
1281
1270
  <p> a new allocated string containing the creator
1282
1271
  of <em class="parameter"><code>document</code></em>
1283
1272
  , or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p>
1284
- <p></p>
1285
1273
  </div>
1286
- <p class="since">Since 0.16</p>
1274
+ <p class="since">Since: <a class="link" href="api-index-0-16.html#api-index-0.16">0.16</a></p>
1287
1275
  </div>
1288
1276
  <hr>
1289
1277
  <div class="refsect2">
@@ -1294,8 +1282,8 @@ poppler_document_get_producer (<em class="parameter"><code><a class="link" href=
1294
1282
  from another format, the producer is the name of the product
1295
1283
  that converted it to PDF</p>
1296
1284
  <div class="refsect3">
1297
- <a name="id-1.2.3.9.16.5"></a><h4>Parameters</h4>
1298
- <div class="informaltable"><table width="100%" border="0">
1285
+ <a name="id-1.2.2.9.16.5"></a><h4>Parameters</h4>
1286
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1299
1287
  <colgroup>
1300
1288
  <col width="150px" class="parameters_name">
1301
1289
  <col class="parameters_description">
@@ -1309,13 +1297,12 @@ that converted it to PDF</p>
1309
1297
  </table></div>
1310
1298
  </div>
1311
1299
  <div class="refsect3">
1312
- <a name="id-1.2.3.9.16.6"></a><h4>Returns</h4>
1300
+ <a name="id-1.2.2.9.16.6"></a><h4>Returns</h4>
1313
1301
  <p> a new allocated string containing the producer
1314
1302
  of <em class="parameter"><code>document</code></em>
1315
1303
  , or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p>
1316
- <p></p>
1317
1304
  </div>
1318
- <p class="since">Since 0.16</p>
1305
+ <p class="since">Since: <a class="link" href="api-index-0-16.html#api-index-0.16">0.16</a></p>
1319
1306
  </div>
1320
1307
  <hr>
1321
1308
  <div class="refsect2">
@@ -1324,8 +1311,8 @@ of <em class="parameter"><code>document</code></em>
1324
1311
  poppler_document_get_creation_date (<em class="parameter"><code><a class="link" href="PopplerDocument.html" title="PopplerDocument"><span class="type">PopplerDocument</span></a> *document</code></em>);</pre>
1325
1312
  <p>Returns the date the document was created as seconds since the Epoch</p>
1326
1313
  <div class="refsect3">
1327
- <a name="id-1.2.3.9.17.5"></a><h4>Parameters</h4>
1328
- <div class="informaltable"><table width="100%" border="0">
1314
+ <a name="id-1.2.2.9.17.5"></a><h4>Parameters</h4>
1315
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1329
1316
  <colgroup>
1330
1317
  <col width="150px" class="parameters_name">
1331
1318
  <col class="parameters_description">
@@ -1339,11 +1326,10 @@ poppler_document_get_creation_date (<em class="parameter"><code><a class="link"
1339
1326
  </table></div>
1340
1327
  </div>
1341
1328
  <div class="refsect3">
1342
- <a name="id-1.2.3.9.17.6"></a><h4>Returns</h4>
1329
+ <a name="id-1.2.2.9.17.6"></a><h4>Returns</h4>
1343
1330
  <p> the date the document was created, or -1</p>
1344
- <p></p>
1345
1331
  </div>
1346
- <p class="since">Since 0.16</p>
1332
+ <p class="since">Since: <a class="link" href="api-index-0-16.html#api-index-0.16">0.16</a></p>
1347
1333
  </div>
1348
1334
  <hr>
1349
1335
  <div class="refsect2">
@@ -1353,8 +1339,8 @@ poppler_document_get_modification_date
1353
1339
  (<em class="parameter"><code><a class="link" href="PopplerDocument.html" title="PopplerDocument"><span class="type">PopplerDocument</span></a> *document</code></em>);</pre>
1354
1340
  <p>Returns the date the document was most recently modified as seconds since the Epoch</p>
1355
1341
  <div class="refsect3">
1356
- <a name="id-1.2.3.9.18.5"></a><h4>Parameters</h4>
1357
- <div class="informaltable"><table width="100%" border="0">
1342
+ <a name="id-1.2.2.9.18.5"></a><h4>Parameters</h4>
1343
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1358
1344
  <colgroup>
1359
1345
  <col width="150px" class="parameters_name">
1360
1346
  <col class="parameters_description">
@@ -1368,11 +1354,10 @@ poppler_document_get_modification_date
1368
1354
  </table></div>
1369
1355
  </div>
1370
1356
  <div class="refsect3">
1371
- <a name="id-1.2.3.9.18.6"></a><h4>Returns</h4>
1357
+ <a name="id-1.2.2.9.18.6"></a><h4>Returns</h4>
1372
1358
  <p> the date the document was most recently modified, or -1</p>
1373
- <p></p>
1374
1359
  </div>
1375
- <p class="since">Since 0.16</p>
1360
+ <p class="since">Since: <a class="link" href="api-index-0-16.html#api-index-0.16">0.16</a></p>
1376
1361
  </div>
1377
1362
  <hr>
1378
1363
  <div class="refsect2">
@@ -1381,8 +1366,8 @@ poppler_document_get_modification_date
1381
1366
  poppler_document_get_page_layout (<em class="parameter"><code><a class="link" href="PopplerDocument.html" title="PopplerDocument"><span class="type">PopplerDocument</span></a> *document</code></em>);</pre>
1382
1367
  <p>Returns the page layout that should be used when the document is opened</p>
1383
1368
  <div class="refsect3">
1384
- <a name="id-1.2.3.9.19.5"></a><h4>Parameters</h4>
1385
- <div class="informaltable"><table width="100%" border="0">
1369
+ <a name="id-1.2.2.9.19.5"></a><h4>Parameters</h4>
1370
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1386
1371
  <colgroup>
1387
1372
  <col width="150px" class="parameters_name">
1388
1373
  <col class="parameters_description">
@@ -1396,11 +1381,10 @@ poppler_document_get_page_layout (<em class="parameter"><code><a class="link" hr
1396
1381
  </table></div>
1397
1382
  </div>
1398
1383
  <div class="refsect3">
1399
- <a name="id-1.2.3.9.19.6"></a><h4>Returns</h4>
1384
+ <a name="id-1.2.2.9.19.6"></a><h4>Returns</h4>
1400
1385
  <p> a <a class="link" href="PopplerDocument.html#PopplerPageLayout" title="enum PopplerPageLayout"><span class="type">PopplerPageLayout</span></a> that should be used when the document is opened</p>
1401
- <p></p>
1402
1386
  </div>
1403
- <p class="since">Since 0.16</p>
1387
+ <p class="since">Since: <a class="link" href="api-index-0-16.html#api-index-0.16">0.16</a></p>
1404
1388
  </div>
1405
1389
  <hr>
1406
1390
  <div class="refsect2">
@@ -1410,8 +1394,8 @@ poppler_document_get_page_mode (<em class="parameter"><code><a class="link" href
1410
1394
  <p>Returns a <a class="link" href="PopplerDocument.html#PopplerPageMode" title="enum PopplerPageMode"><span class="type">PopplerPageMode</span></a> representing how the document should
1411
1395
  be initially displayed when opened.</p>
1412
1396
  <div class="refsect3">
1413
- <a name="id-1.2.3.9.20.5"></a><h4>Parameters</h4>
1414
- <div class="informaltable"><table width="100%" border="0">
1397
+ <a name="id-1.2.2.9.20.5"></a><h4>Parameters</h4>
1398
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1415
1399
  <colgroup>
1416
1400
  <col width="150px" class="parameters_name">
1417
1401
  <col class="parameters_description">
@@ -1425,11 +1409,10 @@ be initially displayed when opened.</p>
1425
1409
  </table></div>
1426
1410
  </div>
1427
1411
  <div class="refsect3">
1428
- <a name="id-1.2.3.9.20.6"></a><h4>Returns</h4>
1412
+ <a name="id-1.2.2.9.20.6"></a><h4>Returns</h4>
1429
1413
  <p> a <a class="link" href="PopplerDocument.html#PopplerPageMode" title="enum PopplerPageMode"><span class="type">PopplerPageMode</span></a> that should be used when document is opened</p>
1430
- <p></p>
1431
1414
  </div>
1432
- <p class="since">Since 0.16</p>
1415
+ <p class="since">Since: <a class="link" href="api-index-0-16.html#api-index-0.16">0.16</a></p>
1433
1416
  </div>
1434
1417
  <hr>
1435
1418
  <div class="refsect2">
@@ -1438,8 +1421,8 @@ be initially displayed when opened.</p>
1438
1421
  poppler_document_get_permissions (<em class="parameter"><code><a class="link" href="PopplerDocument.html" title="PopplerDocument"><span class="type">PopplerDocument</span></a> *document</code></em>);</pre>
1439
1422
  <p>Returns the flags specifying which operations are permitted when the document is opened.</p>
1440
1423
  <div class="refsect3">
1441
- <a name="id-1.2.3.9.21.5"></a><h4>Parameters</h4>
1442
- <div class="informaltable"><table width="100%" border="0">
1424
+ <a name="id-1.2.2.9.21.5"></a><h4>Parameters</h4>
1425
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1443
1426
  <colgroup>
1444
1427
  <col width="150px" class="parameters_name">
1445
1428
  <col class="parameters_description">
@@ -1453,11 +1436,10 @@ poppler_document_get_permissions (<em class="parameter"><code><a class="link" hr
1453
1436
  </table></div>
1454
1437
  </div>
1455
1438
  <div class="refsect3">
1456
- <a name="id-1.2.3.9.21.6"></a><h4>Returns</h4>
1439
+ <a name="id-1.2.2.9.21.6"></a><h4>Returns</h4>
1457
1440
  <p> a set of falgs from <a class="link" href="PopplerDocument.html#PopplerPermissions" title="enum PopplerPermissions"><span class="type">PopplerPermissions</span></a> enumeration</p>
1458
- <p></p>
1459
1441
  </div>
1460
- <p class="since">Since 0.16</p>
1442
+ <p class="since">Since: <a class="link" href="api-index-0-16.html#api-index-0.16">0.16</a></p>
1461
1443
  </div>
1462
1444
  <hr>
1463
1445
  <div class="refsect2">
@@ -1466,8 +1448,8 @@ poppler_document_get_permissions (<em class="parameter"><code><a class="link" hr
1466
1448
  poppler_document_get_metadata (<em class="parameter"><code><a class="link" href="PopplerDocument.html" title="PopplerDocument"><span class="type">PopplerDocument</span></a> *document</code></em>);</pre>
1467
1449
  <p>Returns the XML metadata string of the document</p>
1468
1450
  <div class="refsect3">
1469
- <a name="id-1.2.3.9.22.5"></a><h4>Parameters</h4>
1470
- <div class="informaltable"><table width="100%" border="0">
1451
+ <a name="id-1.2.2.9.22.5"></a><h4>Parameters</h4>
1452
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1471
1453
  <colgroup>
1472
1454
  <col width="150px" class="parameters_name">
1473
1455
  <col class="parameters_description">
@@ -1481,12 +1463,11 @@ poppler_document_get_metadata (<em class="parameter"><code><a class="link" href=
1481
1463
  </table></div>
1482
1464
  </div>
1483
1465
  <div class="refsect3">
1484
- <a name="id-1.2.3.9.22.6"></a><h4>Returns</h4>
1466
+ <a name="id-1.2.2.9.22.6"></a><h4>Returns</h4>
1485
1467
  <p> a new allocated string containing the XML
1486
1468
  metadata, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p>
1487
- <p></p>
1488
1469
  </div>
1489
- <p class="since">Since 0.16</p>
1470
+ <p class="since">Since: <a class="link" href="api-index-0-16.html#api-index-0.16">0.16</a></p>
1490
1471
  </div>
1491
1472
  <hr>
1492
1473
  <div class="refsect2">
@@ -1497,8 +1478,8 @@ poppler_document_is_linearized (<em class="parameter"><code><a class="link" href
1497
1478
  is linearized or not. Linearization of PDF
1498
1479
  enables efficient incremental access of the PDF file in a network environment.</p>
1499
1480
  <div class="refsect3">
1500
- <a name="id-1.2.3.9.23.5"></a><h4>Parameters</h4>
1501
- <div class="informaltable"><table width="100%" border="0">
1481
+ <a name="id-1.2.2.9.23.5"></a><h4>Parameters</h4>
1482
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1502
1483
  <colgroup>
1503
1484
  <col width="150px" class="parameters_name">
1504
1485
  <col class="parameters_description">
@@ -1512,12 +1493,11 @@ enables efficient incremental access of the PDF file in a network environment.</
1512
1493
  </table></div>
1513
1494
  </div>
1514
1495
  <div class="refsect3">
1515
- <a name="id-1.2.3.9.23.6"></a><h4>Returns</h4>
1496
+ <a name="id-1.2.2.9.23.6"></a><h4>Returns</h4>
1516
1497
  <p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>document</code></em>
1517
1498
  is linearized, <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwhise</p>
1518
- <p></p>
1519
1499
  </div>
1520
- <p class="since">Since 0.16</p>
1500
+ <p class="since">Since: <a class="link" href="api-index-0-16.html#api-index-0.16">0.16</a></p>
1521
1501
  </div>
1522
1502
  <hr>
1523
1503
  <div class="refsect2">
@@ -1526,8 +1506,8 @@ is linearized, <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share
1526
1506
  poppler_document_get_n_pages (<em class="parameter"><code><a class="link" href="PopplerDocument.html" title="PopplerDocument"><span class="type">PopplerDocument</span></a> *document</code></em>);</pre>
1527
1507
  <p>Returns the number of pages in a loaded document.</p>
1528
1508
  <div class="refsect3">
1529
- <a name="id-1.2.3.9.24.5"></a><h4>Parameters</h4>
1530
- <div class="informaltable"><table width="100%" border="0">
1509
+ <a name="id-1.2.2.9.24.5"></a><h4>Parameters</h4>
1510
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1531
1511
  <colgroup>
1532
1512
  <col width="150px" class="parameters_name">
1533
1513
  <col class="parameters_description">
@@ -1541,9 +1521,8 @@ poppler_document_get_n_pages (<em class="parameter"><code><a class="link" href="
1541
1521
  </table></div>
1542
1522
  </div>
1543
1523
  <div class="refsect3">
1544
- <a name="id-1.2.3.9.24.6"></a><h4>Returns</h4>
1524
+ <a name="id-1.2.2.9.24.6"></a><h4>Returns</h4>
1545
1525
  <p> Number of pages</p>
1546
- <p></p>
1547
1526
  </div>
1548
1527
  </div>
1549
1528
  <hr>
@@ -1556,8 +1535,8 @@ poppler_document_get_page (<em class="parameter"><code><a class="link" href="Pop
1556
1535
  . This object is owned by the
1557
1536
  caller.</p>
1558
1537
  <div class="refsect3">
1559
- <a name="id-1.2.3.9.25.5"></a><h4>Parameters</h4>
1560
- <div class="informaltable"><table width="100%" border="0">
1538
+ <a name="id-1.2.2.9.25.5"></a><h4>Parameters</h4>
1539
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1561
1540
  <colgroup>
1562
1541
  <col width="150px" class="parameters_name">
1563
1542
  <col class="parameters_description">
@@ -1578,10 +1557,9 @@ caller.</p>
1578
1557
  </table></div>
1579
1558
  </div>
1580
1559
  <div class="refsect3">
1581
- <a name="id-1.2.3.9.25.6"></a><h4>Returns</h4>
1560
+ <a name="id-1.2.2.9.25.6"></a><h4>Returns</h4>
1582
1561
  <p> (transfer full) : The <a class="link" href="PopplerPage.html" title="PopplerPage"><span class="type">PopplerPage</span></a> at <em class="parameter"><code>index</code></em>
1583
1562
  </p>
1584
- <p></p>
1585
1563
  </div>
1586
1564
  </div>
1587
1565
  <hr>
@@ -1597,8 +1575,8 @@ caller. <em class="parameter"><code>label</code></em>
1597
1575
  and can be document specific. Typically, it is a value such as "iii" or "3".</p>
1598
1576
  <p>By default, "1" refers to the first page.</p>
1599
1577
  <div class="refsect3">
1600
- <a name="id-1.2.3.9.26.6"></a><h4>Parameters</h4>
1601
- <div class="informaltable"><table width="100%" border="0">
1578
+ <a name="id-1.2.2.9.26.6"></a><h4>Parameters</h4>
1579
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1602
1580
  <colgroup>
1603
1581
  <col width="150px" class="parameters_name">
1604
1582
  <col class="parameters_description">
@@ -1619,10 +1597,9 @@ and can be document specific. Typically, it is a value such as "iii" or "3".</p
1619
1597
  </table></div>
1620
1598
  </div>
1621
1599
  <div class="refsect3">
1622
- <a name="id-1.2.3.9.26.7"></a><h4>Returns</h4>
1600
+ <a name="id-1.2.2.9.26.7"></a><h4>Returns</h4>
1623
1601
  <p> (transfer full) :The <a class="link" href="PopplerPage.html" title="PopplerPage"><span class="type">PopplerPage</span></a> referenced by <em class="parameter"><code>label</code></em>
1624
1602
  </p>
1625
- <p></p>
1626
1603
  </div>
1627
1604
  </div>
1628
1605
  <hr>
@@ -1635,8 +1612,8 @@ poppler_document_find_dest (<em class="parameter"><code><a class="link" href="Po
1635
1612
  in <em class="parameter"><code>document</code></em>
1636
1613
  </p>
1637
1614
  <div class="refsect3">
1638
- <a name="id-1.2.3.9.27.5"></a><h4>Parameters</h4>
1639
- <div class="informaltable"><table width="100%" border="0">
1615
+ <a name="id-1.2.2.9.27.5"></a><h4>Parameters</h4>
1616
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1640
1617
  <colgroup>
1641
1618
  <col width="150px" class="parameters_name">
1642
1619
  <col class="parameters_description">
@@ -1657,12 +1634,11 @@ poppler_document_find_dest (<em class="parameter"><code><a class="link" href="Po
1657
1634
  </table></div>
1658
1635
  </div>
1659
1636
  <div class="refsect3">
1660
- <a name="id-1.2.3.9.27.6"></a><h4>Returns</h4>
1637
+ <a name="id-1.2.2.9.27.6"></a><h4>Returns</h4>
1661
1638
  <p> The <a class="link" href="poppler-PopplerAction.html#PopplerDest" title="PopplerDest"><span class="type">PopplerDest</span></a> destination or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if
1662
1639
  <em class="parameter"><code>link_name</code></em>
1663
1640
  is not a destination. Returned value must
1664
1641
  be freed with <a class="link" href="poppler-PopplerAction.html#poppler-dest-free" title="poppler_dest_free ()"><span class="type">poppler_dest_free</span></a></p>
1665
- <p></p>
1666
1642
  </div>
1667
1643
  </div>
1668
1644
  <hr>
@@ -1673,8 +1649,8 @@ poppler_document_get_n_attachments (<em class="parameter"><code><a class="link"
1673
1649
  <p>Returns the number of attachments in a loaded document.
1674
1650
  See also <a class="link" href="PopplerDocument.html#poppler-document-get-attachments" title="poppler_document_get_attachments ()"><code class="function">poppler_document_get_attachments()</code></a></p>
1675
1651
  <div class="refsect3">
1676
- <a name="id-1.2.3.9.28.5"></a><h4>Parameters</h4>
1677
- <div class="informaltable"><table width="100%" border="0">
1652
+ <a name="id-1.2.2.9.28.5"></a><h4>Parameters</h4>
1653
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1678
1654
  <colgroup>
1679
1655
  <col width="150px" class="parameters_name">
1680
1656
  <col class="parameters_description">
@@ -1688,11 +1664,10 @@ See also <a class="link" href="PopplerDocument.html#poppler-document-get-attachm
1688
1664
  </table></div>
1689
1665
  </div>
1690
1666
  <div class="refsect3">
1691
- <a name="id-1.2.3.9.28.6"></a><h4>Returns</h4>
1667
+ <a name="id-1.2.2.9.28.6"></a><h4>Returns</h4>
1692
1668
  <p> Number of attachments</p>
1693
- <p></p>
1694
1669
  </div>
1695
- <p class="since">Since 0.18</p>
1670
+ <p class="since">Since: <a class="link" href="api-index-0-18.html#api-index-0.18">0.18</a></p>
1696
1671
  </div>
1697
1672
  <hr>
1698
1673
  <div class="refsect2">
@@ -1702,8 +1677,8 @@ poppler_document_has_attachments (<em class="parameter"><code><a class="link" hr
1702
1677
  <p>Returns <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> of <em class="parameter"><code>document</code></em>
1703
1678
  has any attachments.</p>
1704
1679
  <div class="refsect3">
1705
- <a name="id-1.2.3.9.29.5"></a><h4>Parameters</h4>
1706
- <div class="informaltable"><table width="100%" border="0">
1680
+ <a name="id-1.2.2.9.29.5"></a><h4>Parameters</h4>
1681
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1707
1682
  <colgroup>
1708
1683
  <col width="150px" class="parameters_name">
1709
1684
  <col class="parameters_description">
@@ -1717,10 +1692,9 @@ poppler_document_has_attachments (<em class="parameter"><code><a class="link" hr
1717
1692
  </table></div>
1718
1693
  </div>
1719
1694
  <div class="refsect3">
1720
- <a name="id-1.2.3.9.29.6"></a><h4>Returns</h4>
1695
+ <a name="id-1.2.2.9.29.6"></a><h4>Returns</h4>
1721
1696
  <p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, if <em class="parameter"><code>document</code></em>
1722
1697
  has attachments.</p>
1723
- <p></p>
1724
1698
  </div>
1725
1699
  </div>
1726
1700
  <hr>
@@ -1732,8 +1706,8 @@ poppler_document_get_attachments (<em class="parameter"><code><a class="link" hr
1732
1706
  are unowned, and must be unreffed, and the list must be freed with
1733
1707
  <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#g-list-free"><code class="function">g_list_free()</code></a>.</p>
1734
1708
  <div class="refsect3">
1735
- <a name="id-1.2.3.9.30.5"></a><h4>Parameters</h4>
1736
- <div class="informaltable"><table width="100%" border="0">
1709
+ <a name="id-1.2.2.9.30.5"></a><h4>Parameters</h4>
1710
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1737
1711
  <colgroup>
1738
1712
  <col width="150px" class="parameters_name">
1739
1713
  <col class="parameters_description">
@@ -1747,7 +1721,7 @@ are unowned, and must be unreffed, and the list must be freed with
1747
1721
  </table></div>
1748
1722
  </div>
1749
1723
  <div class="refsect3">
1750
- <a name="id-1.2.3.9.30.6"></a><h4>Returns</h4>
1724
+ <a name="id-1.2.2.9.30.6"></a><h4>Returns</h4>
1751
1725
  <p> a list of available attachments. </p>
1752
1726
  <p><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> PopplerAttachment][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
1753
1727
  </div>
@@ -1762,8 +1736,8 @@ poppler_document_get_form_field (<em class="parameter"><code><a class="link" hre
1762
1736
  . It must be freed with
1763
1737
  <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a></p>
1764
1738
  <div class="refsect3">
1765
- <a name="id-1.2.3.9.31.5"></a><h4>Parameters</h4>
1766
- <div class="informaltable"><table width="100%" border="0">
1739
+ <a name="id-1.2.2.9.31.5"></a><h4>Parameters</h4>
1740
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1767
1741
  <colgroup>
1768
1742
  <col width="150px" class="parameters_name">
1769
1743
  <col class="parameters_description">
@@ -1784,7 +1758,7 @@ poppler_document_get_form_field (<em class="parameter"><code><a class="link" hre
1784
1758
  </table></div>
1785
1759
  </div>
1786
1760
  <div class="refsect3">
1787
- <a name="id-1.2.3.9.31.6"></a><h4>Returns</h4>
1761
+ <a name="id-1.2.2.9.31.6"></a><h4>Returns</h4>
1788
1762
  <p> a new <a class="link" href="PopplerFormField.html" title="PoppplerFormField"><span class="type">PopplerFormField</span></a> or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if
1789
1763
  not found. </p>
1790
1764
  <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
@@ -1800,7 +1774,7 @@ poppler_index_iter_new (<em class="parameter"><code><a class="link" href="Popple
1800
1774
  freed with <a class="link" href="PopplerDocument.html#poppler-index-iter-free" title="poppler_index_iter_free ()"><code class="function">poppler_index_iter_free()</code></a>.</p>
1801
1775
  <p>Certain documents have an index associated with them. This index can be used
1802
1776
  to help the user navigate the document, and is similar to a table of
1803
- contents. Each node in the index will contain a <a class="link" href="poppler-PopplerAction.html#PopplerAction" title="union PopplerAction"><span class="type">PopplerAction</span></a> that can be
1777
+ contents. Each node in the index will contain a <a class="link" href="poppler-PopplerAction.html#PopplerAction" title="PopplerAction"><span class="type">PopplerAction</span></a> that can be
1804
1778
  displayed to the user — typically a <a class="link" href="poppler-PopplerAction.html#POPPLER-ACTION-GOTO-DEST:CAPS"><span class="type">POPPLER_ACTION_GOTO_DEST</span></a> or a
1805
1779
  <a class="link" href="poppler-PopplerAction.html#POPPLER-ACTION-URI:CAPS"><span class="type">POPPLER_ACTION_URI</span></a>.</p>
1806
1780
  <p>Here is a simple example of some code that walks the full index:</p>
@@ -1826,8 +1800,8 @@ walk_index (PopplerIndexIter *iter)
1826
1800
  }
1827
1801
  </pre></div>
1828
1802
  <div class="refsect3">
1829
- <a name="id-1.2.3.9.32.8"></a><h4>Parameters</h4>
1830
- <div class="informaltable"><table width="100%" border="0">
1803
+ <a name="id-1.2.2.9.32.8"></a><h4>Parameters</h4>
1804
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1831
1805
  <colgroup>
1832
1806
  <col width="150px" class="parameters_name">
1833
1807
  <col class="parameters_description">
@@ -1841,9 +1815,8 @@ walk_index (PopplerIndexIter *iter)
1841
1815
  </table></div>
1842
1816
  </div>
1843
1817
  <div class="refsect3">
1844
- <a name="id-1.2.3.9.32.9"></a><h4>Returns</h4>
1818
+ <a name="id-1.2.2.9.32.9"></a><h4>Returns</h4>
1845
1819
  <p> a new <a class="link" href="PopplerDocument.html#PopplerIndexIter" title="PopplerIndexIter"><span class="type">PopplerIndexIter</span></a></p>
1846
- <p></p>
1847
1820
  </div>
1848
1821
  </div>
1849
1822
  <hr>
@@ -1855,8 +1828,8 @@ poppler_index_iter_copy (<em class="parameter"><code><a class="link" href="Poppl
1855
1828
  . This must be freed with
1856
1829
  <a class="link" href="PopplerDocument.html#poppler-index-iter-free" title="poppler_index_iter_free ()"><code class="function">poppler_index_iter_free()</code></a>.</p>
1857
1830
  <div class="refsect3">
1858
- <a name="id-1.2.3.9.33.5"></a><h4>Parameters</h4>
1859
- <div class="informaltable"><table width="100%" border="0">
1831
+ <a name="id-1.2.2.9.33.5"></a><h4>Parameters</h4>
1832
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1860
1833
  <colgroup>
1861
1834
  <col width="150px" class="parameters_name">
1862
1835
  <col class="parameters_description">
@@ -1870,9 +1843,8 @@ poppler_index_iter_copy (<em class="parameter"><code><a class="link" href="Poppl
1870
1843
  </table></div>
1871
1844
  </div>
1872
1845
  <div class="refsect3">
1873
- <a name="id-1.2.3.9.33.6"></a><h4>Returns</h4>
1846
+ <a name="id-1.2.2.9.33.6"></a><h4>Returns</h4>
1874
1847
  <p> a new <a class="link" href="PopplerDocument.html#PopplerIndexIter" title="PopplerIndexIter"><span class="type">PopplerIndexIter</span></a></p>
1875
- <p></p>
1876
1848
  </div>
1877
1849
  </div>
1878
1850
  <hr>
@@ -1883,8 +1855,8 @@ poppler_index_iter_free (<em class="parameter"><code><a class="link" href="Poppl
1883
1855
  <p>Frees <em class="parameter"><code>iter</code></em>
1884
1856
  .</p>
1885
1857
  <div class="refsect3">
1886
- <a name="id-1.2.3.9.34.5"></a><h4>Parameters</h4>
1887
- <div class="informaltable"><table width="100%" border="0">
1858
+ <a name="id-1.2.2.9.34.5"></a><h4>Parameters</h4>
1859
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1888
1860
  <colgroup>
1889
1861
  <col width="150px" class="parameters_name">
1890
1862
  <col class="parameters_description">
@@ -1907,8 +1879,8 @@ poppler_index_iter_get_child (<em class="parameter"><code><a class="link" href="
1907
1879
  , or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the iter has no child.
1908
1880
  See <a class="link" href="PopplerDocument.html#poppler-index-iter-new" title="poppler_index_iter_new ()"><code class="function">poppler_index_iter_new()</code></a> for more information on this function.</p>
1909
1881
  <div class="refsect3">
1910
- <a name="id-1.2.3.9.35.5"></a><h4>Parameters</h4>
1911
- <div class="informaltable"><table width="100%" border="0">
1882
+ <a name="id-1.2.2.9.35.5"></a><h4>Parameters</h4>
1883
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1912
1884
  <colgroup>
1913
1885
  <col width="150px" class="parameters_name">
1914
1886
  <col class="parameters_description">
@@ -1922,9 +1894,8 @@ See <a class="link" href="PopplerDocument.html#poppler-index-iter-new" title="po
1922
1894
  </table></div>
1923
1895
  </div>
1924
1896
  <div class="refsect3">
1925
- <a name="id-1.2.3.9.35.6"></a><h4>Returns</h4>
1897
+ <a name="id-1.2.2.9.35.6"></a><h4>Returns</h4>
1926
1898
  <p> a new <a class="link" href="PopplerDocument.html#PopplerIndexIter" title="PopplerIndexIter"><span class="type">PopplerIndexIter</span></a></p>
1927
- <p></p>
1928
1899
  </div>
1929
1900
  </div>
1930
1901
  <hr>
@@ -1936,8 +1907,8 @@ poppler_index_iter_is_open (<em class="parameter"><code><a class="link" href="Po
1936
1907
  document can provide a hint as to how the document's index should be expanded
1937
1908
  initially.</p>
1938
1909
  <div class="refsect3">
1939
- <a name="id-1.2.3.9.36.5"></a><h4>Parameters</h4>
1940
- <div class="informaltable"><table width="100%" border="0">
1910
+ <a name="id-1.2.2.9.36.5"></a><h4>Parameters</h4>
1911
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1941
1912
  <colgroup>
1942
1913
  <col width="150px" class="parameters_name">
1943
1914
  <col class="parameters_description">
@@ -1951,23 +1922,22 @@ initially.</p>
1951
1922
  </table></div>
1952
1923
  </div>
1953
1924
  <div class="refsect3">
1954
- <a name="id-1.2.3.9.36.6"></a><h4>Returns</h4>
1925
+ <a name="id-1.2.2.9.36.6"></a><h4>Returns</h4>
1955
1926
  <p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, if the document wants <em class="parameter"><code>iter</code></em>
1956
1927
  to be expanded</p>
1957
- <p></p>
1958
1928
  </div>
1959
1929
  </div>
1960
1930
  <hr>
1961
1931
  <div class="refsect2">
1962
1932
  <a name="poppler-index-iter-get-action"></a><h3>poppler_index_iter_get_action ()</h3>
1963
- <pre class="programlisting"><a class="link" href="poppler-PopplerAction.html#PopplerAction" title="union PopplerAction"><span class="returnvalue">PopplerAction</span></a> *
1933
+ <pre class="programlisting"><a class="link" href="poppler-PopplerAction.html#PopplerAction" title="PopplerAction"><span class="returnvalue">PopplerAction</span></a> *
1964
1934
  poppler_index_iter_get_action (<em class="parameter"><code><a class="link" href="PopplerDocument.html#PopplerIndexIter" title="PopplerIndexIter"><span class="type">PopplerIndexIter</span></a> *iter</code></em>);</pre>
1965
- <p>Returns the <a class="link" href="poppler-PopplerAction.html#PopplerAction" title="union PopplerAction"><span class="type">PopplerAction</span></a> associated with <em class="parameter"><code>iter</code></em>
1935
+ <p>Returns the <a class="link" href="poppler-PopplerAction.html#PopplerAction" title="PopplerAction"><span class="type">PopplerAction</span></a> associated with <em class="parameter"><code>iter</code></em>
1966
1936
  . It must be freed with
1967
1937
  <a class="link" href="poppler-PopplerAction.html#poppler-action-free" title="poppler_action_free ()"><code class="function">poppler_action_free()</code></a>.</p>
1968
1938
  <div class="refsect3">
1969
- <a name="id-1.2.3.9.37.5"></a><h4>Parameters</h4>
1970
- <div class="informaltable"><table width="100%" border="0">
1939
+ <a name="id-1.2.2.9.37.5"></a><h4>Parameters</h4>
1940
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1971
1941
  <colgroup>
1972
1942
  <col width="150px" class="parameters_name">
1973
1943
  <col class="parameters_description">
@@ -1981,9 +1951,8 @@ poppler_index_iter_get_action (<em class="parameter"><code><a class="link" href=
1981
1951
  </table></div>
1982
1952
  </div>
1983
1953
  <div class="refsect3">
1984
- <a name="id-1.2.3.9.37.6"></a><h4>Returns</h4>
1985
- <p> a new <a class="link" href="poppler-PopplerAction.html#PopplerAction" title="union PopplerAction"><span class="type">PopplerAction</span></a></p>
1986
- <p></p>
1954
+ <a name="id-1.2.2.9.37.6"></a><h4>Returns</h4>
1955
+ <p> a new <a class="link" href="poppler-PopplerAction.html#PopplerAction" title="PopplerAction"><span class="type">PopplerAction</span></a></p>
1987
1956
  </div>
1988
1957
  </div>
1989
1958
  <hr>
@@ -1995,8 +1964,8 @@ poppler_index_iter_next (<em class="parameter"><code><a class="link" href="Poppl
1995
1964
  to point to the next action at the current level, if valid. See
1996
1965
  <a class="link" href="PopplerDocument.html#poppler-index-iter-new" title="poppler_index_iter_new ()"><code class="function">poppler_index_iter_new()</code></a> for more information.</p>
1997
1966
  <div class="refsect3">
1998
- <a name="id-1.2.3.9.38.5"></a><h4>Parameters</h4>
1999
- <div class="informaltable"><table width="100%" border="0">
1967
+ <a name="id-1.2.2.9.38.5"></a><h4>Parameters</h4>
1968
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
2000
1969
  <colgroup>
2001
1970
  <col width="150px" class="parameters_name">
2002
1971
  <col class="parameters_description">
@@ -2010,10 +1979,9 @@ poppler_index_iter_next (<em class="parameter"><code><a class="link" href="Poppl
2010
1979
  </table></div>
2011
1980
  </div>
2012
1981
  <div class="refsect3">
2013
- <a name="id-1.2.3.9.38.6"></a><h4>Returns</h4>
1982
+ <a name="id-1.2.2.9.38.6"></a><h4>Returns</h4>
2014
1983
  <p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, if <em class="parameter"><code>iter</code></em>
2015
1984
  was set to the next action</p>
2016
- <p></p>
2017
1985
  </div>
2018
1986
  </div>
2019
1987
  <hr>
@@ -2023,8 +1991,8 @@ was set to the next action</p>
2023
1991
  poppler_font_info_new (<em class="parameter"><code><a class="link" href="PopplerDocument.html" title="PopplerDocument"><span class="type">PopplerDocument</span></a> *document</code></em>);</pre>
2024
1992
  <p>Creates a new <a class="link" href="PopplerDocument.html#PopplerFontInfo" title="PopplerFontInfo"><span class="type">PopplerFontInfo</span></a> object</p>
2025
1993
  <div class="refsect3">
2026
- <a name="id-1.2.3.9.39.5"></a><h4>Parameters</h4>
2027
- <div class="informaltable"><table width="100%" border="0">
1994
+ <a name="id-1.2.2.9.39.5"></a><h4>Parameters</h4>
1995
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
2028
1996
  <colgroup>
2029
1997
  <col width="150px" class="parameters_name">
2030
1998
  <col class="parameters_description">
@@ -2038,9 +2006,8 @@ poppler_font_info_new (<em class="parameter"><code><a class="link" href="Poppler
2038
2006
  </table></div>
2039
2007
  </div>
2040
2008
  <div class="refsect3">
2041
- <a name="id-1.2.3.9.39.6"></a><h4>Returns</h4>
2009
+ <a name="id-1.2.2.9.39.6"></a><h4>Returns</h4>
2042
2010
  <p> a new <a class="link" href="PopplerDocument.html#PopplerFontInfo" title="PopplerFontInfo"><span class="type">PopplerFontInfo</span></a> instance</p>
2043
- <p></p>
2044
2011
  </div>
2045
2012
  </div>
2046
2013
  <hr>
@@ -2070,8 +2037,8 @@ while (poppler_font_info_scan (font_info, 20, &amp;fonts_iter)) {
2070
2037
  }
2071
2038
  </pre></div>
2072
2039
  <div class="refsect3">
2073
- <a name="id-1.2.3.9.40.7"></a><h4>Parameters</h4>
2074
- <div class="informaltable"><table width="100%" border="0">
2040
+ <a name="id-1.2.2.9.40.7"></a><h4>Parameters</h4>
2041
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
2075
2042
  <colgroup>
2076
2043
  <col width="150px" class="parameters_name">
2077
2044
  <col class="parameters_description">
@@ -2097,9 +2064,8 @@ while (poppler_font_info_scan (font_info, 20, &amp;fonts_iter)) {
2097
2064
  </table></div>
2098
2065
  </div>
2099
2066
  <div class="refsect3">
2100
- <a name="id-1.2.3.9.40.8"></a><h4>Returns</h4>
2067
+ <a name="id-1.2.2.9.40.8"></a><h4>Returns</h4>
2101
2068
  <p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, if there are more fonts left to scan</p>
2102
- <p></p>
2103
2069
  </div>
2104
2070
  </div>
2105
2071
  <hr>
@@ -2116,8 +2082,8 @@ poppler_fonts_iter_copy (<em class="parameter"><code><a class="link" href="Poppl
2116
2082
  <p>Creates a copy of <em class="parameter"><code>iter</code></em>
2117
2083
  </p>
2118
2084
  <div class="refsect3">
2119
- <a name="id-1.2.3.9.42.5"></a><h4>Parameters</h4>
2120
- <div class="informaltable"><table width="100%" border="0">
2085
+ <a name="id-1.2.2.9.42.5"></a><h4>Parameters</h4>
2086
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
2121
2087
  <colgroup>
2122
2088
  <col width="150px" class="parameters_name">
2123
2089
  <col class="parameters_description">
@@ -2131,10 +2097,9 @@ poppler_fonts_iter_copy (<em class="parameter"><code><a class="link" href="Poppl
2131
2097
  </table></div>
2132
2098
  </div>
2133
2099
  <div class="refsect3">
2134
- <a name="id-1.2.3.9.42.6"></a><h4>Returns</h4>
2100
+ <a name="id-1.2.2.9.42.6"></a><h4>Returns</h4>
2135
2101
  <p> a new allocated copy of <em class="parameter"><code>iter</code></em>
2136
2102
  </p>
2137
- <p></p>
2138
2103
  </div>
2139
2104
  </div>
2140
2105
  <hr>
@@ -2144,8 +2109,8 @@ poppler_fonts_iter_copy (<em class="parameter"><code><a class="link" href="Poppl
2144
2109
  poppler_fonts_iter_free (<em class="parameter"><code><a class="link" href="PopplerDocument.html#PopplerFontsIter" title="PopplerFontsIter"><span class="type">PopplerFontsIter</span></a> *iter</code></em>);</pre>
2145
2110
  <p>Frees the given <a class="link" href="PopplerDocument.html#PopplerFontsIter" title="PopplerFontsIter"><span class="type">PopplerFontsIter</span></a></p>
2146
2111
  <div class="refsect3">
2147
- <a name="id-1.2.3.9.43.5"></a><h4>Parameters</h4>
2148
- <div class="informaltable"><table width="100%" border="0">
2112
+ <a name="id-1.2.2.9.43.5"></a><h4>Parameters</h4>
2113
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
2149
2114
  <colgroup>
2150
2115
  <col width="150px" class="parameters_name">
2151
2116
  <col class="parameters_description">
@@ -2167,8 +2132,8 @@ poppler_fonts_iter_get_name (<em class="parameter"><code><a class="link" href="P
2167
2132
  <p>Returns the name of the font associated with <em class="parameter"><code>iter</code></em>
2168
2133
  </p>
2169
2134
  <div class="refsect3">
2170
- <a name="id-1.2.3.9.44.5"></a><h4>Parameters</h4>
2171
- <div class="informaltable"><table width="100%" border="0">
2135
+ <a name="id-1.2.2.9.44.5"></a><h4>Parameters</h4>
2136
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
2172
2137
  <colgroup>
2173
2138
  <col width="150px" class="parameters_name">
2174
2139
  <col class="parameters_description">
@@ -2182,9 +2147,8 @@ poppler_fonts_iter_get_name (<em class="parameter"><code><a class="link" href="P
2182
2147
  </table></div>
2183
2148
  </div>
2184
2149
  <div class="refsect3">
2185
- <a name="id-1.2.3.9.44.6"></a><h4>Returns</h4>
2150
+ <a name="id-1.2.2.9.44.6"></a><h4>Returns</h4>
2186
2151
  <p> the font name</p>
2187
- <p></p>
2188
2152
  </div>
2189
2153
  </div>
2190
2154
  <hr>
@@ -2195,8 +2159,8 @@ poppler_fonts_iter_get_full_name (<em class="parameter"><code><a class="link" hr
2195
2159
  <p>Returns the full name of the font associated with <em class="parameter"><code>iter</code></em>
2196
2160
  </p>
2197
2161
  <div class="refsect3">
2198
- <a name="id-1.2.3.9.45.5"></a><h4>Parameters</h4>
2199
- <div class="informaltable"><table width="100%" border="0">
2162
+ <a name="id-1.2.2.9.45.5"></a><h4>Parameters</h4>
2163
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
2200
2164
  <colgroup>
2201
2165
  <col width="150px" class="parameters_name">
2202
2166
  <col class="parameters_description">
@@ -2210,9 +2174,8 @@ poppler_fonts_iter_get_full_name (<em class="parameter"><code><a class="link" hr
2210
2174
  </table></div>
2211
2175
  </div>
2212
2176
  <div class="refsect3">
2213
- <a name="id-1.2.3.9.45.6"></a><h4>Returns</h4>
2177
+ <a name="id-1.2.2.9.45.6"></a><h4>Returns</h4>
2214
2178
  <p> the font full name</p>
2215
- <p></p>
2216
2179
  </div>
2217
2180
  </div>
2218
2181
  <hr>
@@ -2223,8 +2186,8 @@ poppler_fonts_iter_get_font_type (<em class="parameter"><code><a class="link" hr
2223
2186
  <p>Returns the type of the font associated with <em class="parameter"><code>iter</code></em>
2224
2187
  </p>
2225
2188
  <div class="refsect3">
2226
- <a name="id-1.2.3.9.46.5"></a><h4>Parameters</h4>
2227
- <div class="informaltable"><table width="100%" border="0">
2189
+ <a name="id-1.2.2.9.46.5"></a><h4>Parameters</h4>
2190
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
2228
2191
  <colgroup>
2229
2192
  <col width="150px" class="parameters_name">
2230
2193
  <col class="parameters_description">
@@ -2238,9 +2201,8 @@ poppler_fonts_iter_get_font_type (<em class="parameter"><code><a class="link" hr
2238
2201
  </table></div>
2239
2202
  </div>
2240
2203
  <div class="refsect3">
2241
- <a name="id-1.2.3.9.46.6"></a><h4>Returns</h4>
2204
+ <a name="id-1.2.2.9.46.6"></a><h4>Returns</h4>
2242
2205
  <p> the font type</p>
2243
- <p></p>
2244
2206
  </div>
2245
2207
  </div>
2246
2208
  <hr>
@@ -2253,8 +2215,8 @@ poppler_fonts_iter_get_substitute_name
2253
2215
  or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if
2254
2216
  the font is embedded</p>
2255
2217
  <div class="refsect3">
2256
- <a name="id-1.2.3.9.47.5"></a><h4>Parameters</h4>
2257
- <div class="informaltable"><table width="100%" border="0">
2218
+ <a name="id-1.2.2.9.47.5"></a><h4>Parameters</h4>
2219
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
2258
2220
  <colgroup>
2259
2221
  <col width="150px" class="parameters_name">
2260
2222
  <col class="parameters_description">
@@ -2268,11 +2230,10 @@ the font is embedded</p>
2268
2230
  </table></div>
2269
2231
  </div>
2270
2232
  <div class="refsect3">
2271
- <a name="id-1.2.3.9.47.6"></a><h4>Returns</h4>
2233
+ <a name="id-1.2.2.9.47.6"></a><h4>Returns</h4>
2272
2234
  <p> the name of the substitute font or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if font is embedded</p>
2273
- <p></p>
2274
2235
  </div>
2275
- <p class="since">Since 0.20</p>
2236
+ <p class="since">Since: <a class="link" href="api-index-0-20.html#api-index-0.20">0.20</a></p>
2276
2237
  </div>
2277
2238
  <hr>
2278
2239
  <div class="refsect2">
@@ -2283,8 +2244,8 @@ poppler_fonts_iter_get_file_name (<em class="parameter"><code><a class="link" hr
2283
2244
  or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if
2284
2245
  the font is embedded</p>
2285
2246
  <div class="refsect3">
2286
- <a name="id-1.2.3.9.48.5"></a><h4>Parameters</h4>
2287
- <div class="informaltable"><table width="100%" border="0">
2247
+ <a name="id-1.2.2.9.48.5"></a><h4>Parameters</h4>
2248
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
2288
2249
  <colgroup>
2289
2250
  <col width="150px" class="parameters_name">
2290
2251
  <col class="parameters_description">
@@ -2298,9 +2259,8 @@ the font is embedded</p>
2298
2259
  </table></div>
2299
2260
  </div>
2300
2261
  <div class="refsect3">
2301
- <a name="id-1.2.3.9.48.6"></a><h4>Returns</h4>
2262
+ <a name="id-1.2.2.9.48.6"></a><h4>Returns</h4>
2302
2263
  <p> the filename of the font or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if font is embedded</p>
2303
- <p></p>
2304
2264
  </div>
2305
2265
  </div>
2306
2266
  <hr>
@@ -2311,8 +2271,8 @@ poppler_fonts_iter_get_encoding (<em class="parameter"><code><a class="link" hre
2311
2271
  <p>Returns the encoding of the font associated with <em class="parameter"><code>iter</code></em>
2312
2272
  </p>
2313
2273
  <div class="refsect3">
2314
- <a name="id-1.2.3.9.49.5"></a><h4>Parameters</h4>
2315
- <div class="informaltable"><table width="100%" border="0">
2274
+ <a name="id-1.2.2.9.49.5"></a><h4>Parameters</h4>
2275
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
2316
2276
  <colgroup>
2317
2277
  <col width="150px" class="parameters_name">
2318
2278
  <col class="parameters_description">
@@ -2326,11 +2286,10 @@ poppler_fonts_iter_get_encoding (<em class="parameter"><code><a class="link" hre
2326
2286
  </table></div>
2327
2287
  </div>
2328
2288
  <div class="refsect3">
2329
- <a name="id-1.2.3.9.49.6"></a><h4>Returns</h4>
2289
+ <a name="id-1.2.2.9.49.6"></a><h4>Returns</h4>
2330
2290
  <p> the font encoding</p>
2331
- <p></p>
2332
2291
  </div>
2333
- <p class="since">Since 0.20</p>
2292
+ <p class="since">Since: <a class="link" href="api-index-0-20.html#api-index-0.20">0.20</a></p>
2334
2293
  </div>
2335
2294
  <hr>
2336
2295
  <div class="refsect2">
@@ -2340,8 +2299,8 @@ poppler_fonts_iter_is_embedded (<em class="parameter"><code><a class="link" href
2340
2299
  <p>Returns whether the font associated with <em class="parameter"><code>iter</code></em>
2341
2300
  is embedded in the document</p>
2342
2301
  <div class="refsect3">
2343
- <a name="id-1.2.3.9.50.5"></a><h4>Parameters</h4>
2344
- <div class="informaltable"><table width="100%" border="0">
2302
+ <a name="id-1.2.2.9.50.5"></a><h4>Parameters</h4>
2303
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
2345
2304
  <colgroup>
2346
2305
  <col width="150px" class="parameters_name">
2347
2306
  <col class="parameters_description">
@@ -2355,9 +2314,8 @@ poppler_fonts_iter_is_embedded (<em class="parameter"><code><a class="link" href
2355
2314
  </table></div>
2356
2315
  </div>
2357
2316
  <div class="refsect3">
2358
- <a name="id-1.2.3.9.50.6"></a><h4>Returns</h4>
2317
+ <a name="id-1.2.2.9.50.6"></a><h4>Returns</h4>
2359
2318
  <p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if font is emebdded, <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise</p>
2360
- <p></p>
2361
2319
  </div>
2362
2320
  </div>
2363
2321
  <hr>
@@ -2368,8 +2326,8 @@ poppler_fonts_iter_is_subset (<em class="parameter"><code><a class="link" href="
2368
2326
  <p>Returns whether the font associated with <em class="parameter"><code>iter</code></em>
2369
2327
  is a subset of another font</p>
2370
2328
  <div class="refsect3">
2371
- <a name="id-1.2.3.9.51.5"></a><h4>Parameters</h4>
2372
- <div class="informaltable"><table width="100%" border="0">
2329
+ <a name="id-1.2.2.9.51.5"></a><h4>Parameters</h4>
2330
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
2373
2331
  <colgroup>
2374
2332
  <col width="150px" class="parameters_name">
2375
2333
  <col class="parameters_description">
@@ -2383,9 +2341,8 @@ poppler_fonts_iter_is_subset (<em class="parameter"><code><a class="link" href="
2383
2341
  </table></div>
2384
2342
  </div>
2385
2343
  <div class="refsect3">
2386
- <a name="id-1.2.3.9.51.6"></a><h4>Returns</h4>
2344
+ <a name="id-1.2.2.9.51.6"></a><h4>Returns</h4>
2387
2345
  <p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if font is a subset, <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise</p>
2388
- <p></p>
2389
2346
  </div>
2390
2347
  </div>
2391
2348
  <hr>
@@ -2396,8 +2353,8 @@ poppler_fonts_iter_next (<em class="parameter"><code><a class="link" href="Poppl
2396
2353
  <p>Sets <em class="parameter"><code>iter</code></em>
2397
2354
  to point to the next font</p>
2398
2355
  <div class="refsect3">
2399
- <a name="id-1.2.3.9.52.5"></a><h4>Parameters</h4>
2400
- <div class="informaltable"><table width="100%" border="0">
2356
+ <a name="id-1.2.2.9.52.5"></a><h4>Parameters</h4>
2357
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
2401
2358
  <colgroup>
2402
2359
  <col width="150px" class="parameters_name">
2403
2360
  <col class="parameters_description">
@@ -2411,10 +2368,9 @@ poppler_fonts_iter_next (<em class="parameter"><code><a class="link" href="Poppl
2411
2368
  </table></div>
2412
2369
  </div>
2413
2370
  <div class="refsect3">
2414
- <a name="id-1.2.3.9.52.6"></a><h4>Returns</h4>
2371
+ <a name="id-1.2.2.9.52.6"></a><h4>Returns</h4>
2415
2372
  <p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, if <em class="parameter"><code>iter</code></em>
2416
2373
  was set to the next font</p>
2417
- <p></p>
2418
2374
  </div>
2419
2375
  </div>
2420
2376
  <hr>
@@ -2423,8 +2379,8 @@ was set to the next font</p>
2423
2379
  <pre class="programlisting"><a class="link" href="PopplerDocument.html#PopplerLayersIter" title="PopplerLayersIter"><span class="returnvalue">PopplerLayersIter</span></a> *
2424
2380
  poppler_layers_iter_new (<em class="parameter"><code><a class="link" href="PopplerDocument.html" title="PopplerDocument"><span class="type">PopplerDocument</span></a> *document</code></em>);</pre>
2425
2381
  <div class="refsect3">
2426
- <a name="id-1.2.3.9.53.4"></a><h4>Parameters</h4>
2427
- <div class="informaltable"><table width="100%" border="0">
2382
+ <a name="id-1.2.2.9.53.4"></a><h4>Parameters</h4>
2383
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
2428
2384
  <colgroup>
2429
2385
  <col width="150px" class="parameters_name">
2430
2386
  <col class="parameters_description">
@@ -2437,7 +2393,7 @@ poppler_layers_iter_new (<em class="parameter"><code><a class="link" href="Poppl
2437
2393
  </tr></tbody>
2438
2394
  </table></div>
2439
2395
  </div>
2440
- <p class="since">Since 0.12</p>
2396
+ <p class="since">Since: <a class="link" href="api-index-0-12.html#api-index-0.12">0.12</a></p>
2441
2397
  </div>
2442
2398
  <hr>
2443
2399
  <div class="refsect2">
@@ -2448,8 +2404,8 @@ poppler_layers_iter_copy (<em class="parameter"><code><a class="link" href="Popp
2448
2404
  . This must be freed with
2449
2405
  <a class="link" href="PopplerDocument.html#poppler-layers-iter-free" title="poppler_layers_iter_free ()"><code class="function">poppler_layers_iter_free()</code></a>.</p>
2450
2406
  <div class="refsect3">
2451
- <a name="id-1.2.3.9.54.5"></a><h4>Parameters</h4>
2452
- <div class="informaltable"><table width="100%" border="0">
2407
+ <a name="id-1.2.2.9.54.5"></a><h4>Parameters</h4>
2408
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
2453
2409
  <colgroup>
2454
2410
  <col width="150px" class="parameters_name">
2455
2411
  <col class="parameters_description">
@@ -2463,10 +2419,9 @@ poppler_layers_iter_copy (<em class="parameter"><code><a class="link" href="Popp
2463
2419
  </table></div>
2464
2420
  </div>
2465
2421
  <div class="refsect3">
2466
- <a name="id-1.2.3.9.54.6"></a><h4>Returns</h4>
2422
+ <a name="id-1.2.2.9.54.6"></a><h4>Returns</h4>
2467
2423
  <p> a new <a class="link" href="PopplerDocument.html#PopplerLayersIter" title="PopplerLayersIter"><span class="type">PopplerLayersIter</span></a></p>
2468
2424
  <p>Since 0.12</p>
2469
- <p></p>
2470
2425
  </div>
2471
2426
  </div>
2472
2427
  <hr>
@@ -2477,8 +2432,8 @@ poppler_layers_iter_free (<em class="parameter"><code><a class="link" href="Popp
2477
2432
  <p>Frees <em class="parameter"><code>iter</code></em>
2478
2433
  .</p>
2479
2434
  <div class="refsect3">
2480
- <a name="id-1.2.3.9.55.5"></a><h4>Parameters</h4>
2481
- <div class="informaltable"><table width="100%" border="0">
2435
+ <a name="id-1.2.2.9.55.5"></a><h4>Parameters</h4>
2436
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
2482
2437
  <colgroup>
2483
2438
  <col width="150px" class="parameters_name">
2484
2439
  <col class="parameters_description">
@@ -2491,7 +2446,7 @@ poppler_layers_iter_free (<em class="parameter"><code><a class="link" href="Popp
2491
2446
  </tr></tbody>
2492
2447
  </table></div>
2493
2448
  </div>
2494
- <p class="since">Since 0.12</p>
2449
+ <p class="since">Since: <a class="link" href="api-index-0-12.html#api-index-0.12">0.12</a></p>
2495
2450
  </div>
2496
2451
  <hr>
2497
2452
  <div class="refsect2">
@@ -2502,8 +2457,8 @@ poppler_layers_iter_get_child (<em class="parameter"><code><a class="link" href=
2502
2457
  , or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the iter has no child.
2503
2458
  See <a class="link" href="PopplerDocument.html#poppler-layers-iter-new" title="poppler_layers_iter_new ()"><code class="function">poppler_layers_iter_new()</code></a> for more information on this function.</p>
2504
2459
  <div class="refsect3">
2505
- <a name="id-1.2.3.9.56.5"></a><h4>Parameters</h4>
2506
- <div class="informaltable"><table width="100%" border="0">
2460
+ <a name="id-1.2.2.9.56.5"></a><h4>Parameters</h4>
2461
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
2507
2462
  <colgroup>
2508
2463
  <col width="150px" class="parameters_name">
2509
2464
  <col class="parameters_description">
@@ -2517,11 +2472,10 @@ See <a class="link" href="PopplerDocument.html#poppler-layers-iter-new" title="p
2517
2472
  </table></div>
2518
2473
  </div>
2519
2474
  <div class="refsect3">
2520
- <a name="id-1.2.3.9.56.6"></a><h4>Returns</h4>
2475
+ <a name="id-1.2.2.9.56.6"></a><h4>Returns</h4>
2521
2476
  <p> a new <a class="link" href="PopplerDocument.html#PopplerLayersIter" title="PopplerLayersIter"><span class="type">PopplerLayersIter</span></a>, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p>
2522
- <p></p>
2523
2477
  </div>
2524
- <p class="since">Since 0.12</p>
2478
+ <p class="since">Since: <a class="link" href="api-index-0-12.html#api-index-0.12">0.12</a></p>
2525
2479
  </div>
2526
2480
  <hr>
2527
2481
  <div class="refsect2">
@@ -2531,8 +2485,8 @@ poppler_layers_iter_get_layer (<em class="parameter"><code><a class="link" href=
2531
2485
  <p>Returns the <a class="link" href="PopplerLayer.html" title="PopplerLayer"><span class="type">PopplerLayer</span></a> associated with <em class="parameter"><code>iter</code></em>
2532
2486
  .</p>
2533
2487
  <div class="refsect3">
2534
- <a name="id-1.2.3.9.57.5"></a><h4>Parameters</h4>
2535
- <div class="informaltable"><table width="100%" border="0">
2488
+ <a name="id-1.2.2.9.57.5"></a><h4>Parameters</h4>
2489
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
2536
2490
  <colgroup>
2537
2491
  <col width="150px" class="parameters_name">
2538
2492
  <col class="parameters_description">
@@ -2546,13 +2500,13 @@ poppler_layers_iter_get_layer (<em class="parameter"><code><a class="link" href=
2546
2500
  </table></div>
2547
2501
  </div>
2548
2502
  <div class="refsect3">
2549
- <a name="id-1.2.3.9.57.6"></a><h4>Returns</h4>
2503
+ <a name="id-1.2.2.9.57.6"></a><h4>Returns</h4>
2550
2504
  <p> a new <a class="link" href="PopplerLayer.html" title="PopplerLayer"><span class="type">PopplerLayer</span></a>, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if
2551
2505
  there isn't any layer associated with <em class="parameter"><code>iter</code></em>
2552
2506
  . </p>
2553
2507
  <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
2554
2508
  </div>
2555
- <p class="since">Since 0.12</p>
2509
+ <p class="since">Since: <a class="link" href="api-index-0-12.html#api-index-0.12">0.12</a></p>
2556
2510
  </div>
2557
2511
  <hr>
2558
2512
  <div class="refsect2">
@@ -2563,8 +2517,8 @@ poppler_layers_iter_get_title (<em class="parameter"><code><a class="link" href=
2563
2517
  . It must be freed with
2564
2518
  <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.</p>
2565
2519
  <div class="refsect3">
2566
- <a name="id-1.2.3.9.58.5"></a><h4>Parameters</h4>
2567
- <div class="informaltable"><table width="100%" border="0">
2520
+ <a name="id-1.2.2.9.58.5"></a><h4>Parameters</h4>
2521
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
2568
2522
  <colgroup>
2569
2523
  <col width="150px" class="parameters_name">
2570
2524
  <col class="parameters_description">
@@ -2578,14 +2532,13 @@ poppler_layers_iter_get_title (<em class="parameter"><code><a class="link" href=
2578
2532
  </table></div>
2579
2533
  </div>
2580
2534
  <div class="refsect3">
2581
- <a name="id-1.2.3.9.58.6"></a><h4>Returns</h4>
2535
+ <a name="id-1.2.2.9.58.6"></a><h4>Returns</h4>
2582
2536
  <p> a new string containing the <em class="parameter"><code>iter</code></em>
2583
2537
  's title or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>iter</code></em>
2584
2538
  doesn't have a title.
2585
2539
  The returned string should be freed with <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a> when no longer needed.</p>
2586
- <p></p>
2587
2540
  </div>
2588
- <p class="since">Since 0.12</p>
2541
+ <p class="since">Since: <a class="link" href="api-index-0-12.html#api-index-0.12">0.12</a></p>
2589
2542
  </div>
2590
2543
  <hr>
2591
2544
  <div class="refsect2">
@@ -2596,8 +2549,8 @@ poppler_layers_iter_next (<em class="parameter"><code><a class="link" href="Popp
2596
2549
  to point to the next action at the current level, if valid. See
2597
2550
  <a class="link" href="PopplerDocument.html#poppler-layers-iter-new" title="poppler_layers_iter_new ()"><code class="function">poppler_layers_iter_new()</code></a> for more information.</p>
2598
2551
  <div class="refsect3">
2599
- <a name="id-1.2.3.9.59.5"></a><h4>Parameters</h4>
2600
- <div class="informaltable"><table width="100%" border="0">
2552
+ <a name="id-1.2.2.9.59.5"></a><h4>Parameters</h4>
2553
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
2601
2554
  <colgroup>
2602
2555
  <col width="150px" class="parameters_name">
2603
2556
  <col class="parameters_description">
@@ -2611,12 +2564,11 @@ poppler_layers_iter_next (<em class="parameter"><code><a class="link" href="Popp
2611
2564
  </table></div>
2612
2565
  </div>
2613
2566
  <div class="refsect3">
2614
- <a name="id-1.2.3.9.59.6"></a><h4>Returns</h4>
2567
+ <a name="id-1.2.2.9.59.6"></a><h4>Returns</h4>
2615
2568
  <p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, if <em class="parameter"><code>iter</code></em>
2616
2569
  was set to the next action</p>
2617
- <p></p>
2618
2570
  </div>
2619
- <p class="since">Since 0.12</p>
2571
+ <p class="since">Since: <a class="link" href="api-index-0-12.html#api-index-0.12">0.12</a></p>
2620
2572
  </div>
2621
2573
  <hr>
2622
2574
  <div class="refsect2">
@@ -2628,8 +2580,8 @@ poppler_ps_file_new (<em class="parameter"><code><a class="link" href="PopplerDo
2628
2580
  <em class="parameter"><code><span class="type">int</span> n_pages</code></em>);</pre>
2629
2581
  <p>Create a new postscript file to render to</p>
2630
2582
  <div class="refsect3">
2631
- <a name="id-1.2.3.9.60.5"></a><h4>Parameters</h4>
2632
- <div class="informaltable"><table width="100%" border="0">
2583
+ <a name="id-1.2.2.9.60.5"></a><h4>Parameters</h4>
2584
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
2633
2585
  <colgroup>
2634
2586
  <col width="150px" class="parameters_name">
2635
2587
  <col class="parameters_description">
@@ -2660,9 +2612,8 @@ poppler_ps_file_new (<em class="parameter"><code><a class="link" href="PopplerDo
2660
2612
  </table></div>
2661
2613
  </div>
2662
2614
  <div class="refsect3">
2663
- <a name="id-1.2.3.9.60.6"></a><h4>Returns</h4>
2615
+ <a name="id-1.2.2.9.60.6"></a><h4>Returns</h4>
2664
2616
  <p> a PopplerPSFile </p>
2665
- <p></p>
2666
2617
  </div>
2667
2618
  </div>
2668
2619
  <hr>
@@ -2673,8 +2624,8 @@ poppler_ps_file_free (<em class="parameter"><code><a class="link" href="PopplerD
2673
2624
  <p>Frees <em class="parameter"><code>ps_file</code></em>
2674
2625
  </p>
2675
2626
  <div class="refsect3">
2676
- <a name="id-1.2.3.9.61.5"></a><h4>Parameters</h4>
2677
- <div class="informaltable"><table width="100%" border="0">
2627
+ <a name="id-1.2.2.9.61.5"></a><h4>Parameters</h4>
2628
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
2678
2629
  <colgroup>
2679
2630
  <col width="150px" class="parameters_name">
2680
2631
  <col class="parameters_description">
@@ -2699,8 +2650,8 @@ poppler_ps_file_set_paper_size (<em class="parameter"><code><a class="link" href
2699
2650
  DocumentMedia, the BoundingBox DSC comments and other places in the
2700
2651
  generated PostScript.</p>
2701
2652
  <div class="refsect3">
2702
- <a name="id-1.2.3.9.62.5"></a><h4>Parameters</h4>
2703
- <div class="informaltable"><table width="100%" border="0">
2653
+ <a name="id-1.2.2.9.62.5"></a><h4>Parameters</h4>
2654
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
2704
2655
  <colgroup>
2705
2656
  <col width="150px" class="parameters_name">
2706
2657
  <col class="parameters_description">
@@ -2734,8 +2685,8 @@ poppler_ps_file_set_duplex (<em class="parameter"><code><a class="link" href="Po
2734
2685
  <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> duplex</code></em>);</pre>
2735
2686
  <p>Enable or disable Duplex printing.</p>
2736
2687
  <div class="refsect3">
2737
- <a name="id-1.2.3.9.63.5"></a><h4>Parameters</h4>
2738
- <div class="informaltable"><table width="100%" border="0">
2688
+ <a name="id-1.2.2.9.63.5"></a><h4>Parameters</h4>
2689
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
2739
2690
  <colgroup>
2740
2691
  <col width="150px" class="parameters_name">
2741
2692
  <col class="parameters_description">
@@ -2783,8 +2734,8 @@ poppler_ps_file_set_duplex (<em class="parameter"><code><a class="link" href="Po
2783
2734
  <a name="PopplerPageLayout"></a><h3>enum PopplerPageLayout</h3>
2784
2735
  <p>Page layout types</p>
2785
2736
  <div class="refsect3">
2786
- <a name="id-1.2.3.10.6.4"></a><h4>Members</h4>
2787
- <div class="informaltable"><table width="100%" border="0">
2737
+ <a name="id-1.2.2.10.6.4"></a><h4>Members</h4>
2738
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
2788
2739
  <colgroup>
2789
2740
  <col width="300px" class="enum_members_name">
2790
2741
  <col class="enum_members_description">
@@ -2849,8 +2800,8 @@ poppler_ps_file_set_duplex (<em class="parameter"><code><a class="link" href="Po
2849
2800
  <a name="PopplerPageMode"></a><h3>enum PopplerPageMode</h3>
2850
2801
  <p>Page modes</p>
2851
2802
  <div class="refsect3">
2852
- <a name="id-1.2.3.10.7.4"></a><h4>Members</h4>
2853
- <div class="informaltable"><table width="100%" border="0">
2803
+ <a name="id-1.2.2.10.7.4"></a><h4>Members</h4>
2804
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
2854
2805
  <colgroup>
2855
2806
  <col width="300px" class="enum_members_name">
2856
2807
  <col class="enum_members_description">
@@ -2913,17 +2864,15 @@ poppler_ps_file_set_duplex (<em class="parameter"><code><a class="link" href="Po
2913
2864
  <hr>
2914
2865
  <div class="refsect2">
2915
2866
  <a name="PopplerFontInfo"></a><h3>PopplerFontInfo</h3>
2916
- <pre class="programlisting">typedef struct {
2917
- } PopplerFontInfo;
2918
- </pre>
2867
+ <pre class="programlisting">typedef struct _PopplerFontInfo PopplerFontInfo;</pre>
2919
2868
  </div>
2920
2869
  <hr>
2921
2870
  <div class="refsect2">
2922
2871
  <a name="PopplerFontType"></a><h3>enum PopplerFontType</h3>
2923
2872
  <p>Font types</p>
2924
2873
  <div class="refsect3">
2925
- <a name="id-1.2.3.10.9.4"></a><h4>Members</h4>
2926
- <div class="informaltable"><table width="100%" border="0">
2874
+ <a name="id-1.2.2.10.9.4"></a><h4>Members</h4>
2875
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
2927
2876
  <colgroup>
2928
2877
  <col width="300px" class="enum_members_name">
2929
2878
  <col class="enum_members_description">
@@ -3021,17 +2970,15 @@ poppler_ps_file_set_duplex (<em class="parameter"><code><a class="link" href="Po
3021
2970
  <hr>
3022
2971
  <div class="refsect2">
3023
2972
  <a name="PopplerPSFile"></a><h3>PopplerPSFile</h3>
3024
- <pre class="programlisting">typedef struct {
3025
- } PopplerPSFile;
3026
- </pre>
2973
+ <pre class="programlisting">typedef struct _PopplerPSFile PopplerPSFile;</pre>
3027
2974
  </div>
3028
2975
  <hr>
3029
2976
  <div class="refsect2">
3030
2977
  <a name="PopplerViewerPreferences"></a><h3>enum PopplerViewerPreferences</h3>
3031
2978
  <p>Viewer preferences</p>
3032
2979
  <div class="refsect3">
3033
- <a name="id-1.2.3.10.11.4"></a><h4>Members</h4>
3034
- <div class="informaltable"><table width="100%" border="0">
2980
+ <a name="id-1.2.2.10.11.4"></a><h4>Members</h4>
2981
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
3035
2982
  <colgroup>
3036
2983
  <col width="300px" class="enum_members_name">
3037
2984
  <col class="enum_members_description">
@@ -3103,8 +3050,8 @@ poppler_ps_file_set_duplex (<em class="parameter"><code><a class="link" href="Po
3103
3050
  <a name="PopplerPermissions"></a><h3>enum PopplerPermissions</h3>
3104
3051
  <p>Permissions</p>
3105
3052
  <div class="refsect3">
3106
- <a name="id-1.2.3.10.12.4"></a><h4>Members</h4>
3107
- <div class="informaltable"><table width="100%" border="0">
3053
+ <a name="id-1.2.2.10.12.4"></a><h4>Members</h4>
3054
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
3108
3055
  <colgroup>
3109
3056
  <col width="300px" class="enum_members_name">
3110
3057
  <col class="enum_members_description">
@@ -3322,7 +3269,6 @@ bookmarks or thumbnail images). Since 0.18</p>
3322
3269
  </div>
3323
3270
  </div>
3324
3271
  <div class="footer">
3325
- <hr>
3326
- Generated by GTK-Doc V1.21</div>
3272
+ <hr>Generated by GTK-Doc V1.24</div>
3327
3273
  </body>
3328
3274
  </html>