poppler 3.2.1-x86-mingw32 → 3.2.2-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 (70) hide show
  1. checksums.yaml +5 -5
  2. data/dependency-check/Rakefile +1 -1
  3. data/lib/poppler/page.rb +10 -0
  4. data/test/test-page.rb +31 -0
  5. data/vendor/local/bin/cjpeg.exe +0 -0
  6. data/vendor/local/bin/djpeg.exe +0 -0
  7. data/vendor/local/bin/jpegtran.exe +0 -0
  8. data/vendor/local/bin/libjpeg-9.dll +0 -0
  9. data/vendor/local/bin/libopenjp2.dll +0 -0
  10. data/vendor/local/bin/libpoppler-59.dll +0 -0
  11. data/vendor/local/bin/libpoppler-cpp-0.dll +0 -0
  12. data/vendor/local/bin/libpoppler-glib-8.dll +0 -0
  13. data/vendor/local/bin/libsqlite3-0.dll +0 -0
  14. data/vendor/local/bin/opj_compress.exe +0 -0
  15. data/vendor/local/bin/opj_decompress.exe +0 -0
  16. data/vendor/local/bin/opj_dump.exe +0 -0
  17. data/vendor/local/bin/pdfdetach.exe +0 -0
  18. data/vendor/local/bin/pdffonts.exe +0 -0
  19. data/vendor/local/bin/pdfimages.exe +0 -0
  20. data/vendor/local/bin/pdfinfo.exe +0 -0
  21. data/vendor/local/bin/pdfseparate.exe +0 -0
  22. data/vendor/local/bin/pdftocairo.exe +0 -0
  23. data/vendor/local/bin/pdftohtml.exe +0 -0
  24. data/vendor/local/bin/pdftoppm.exe +0 -0
  25. data/vendor/local/bin/pdftops.exe +0 -0
  26. data/vendor/local/bin/pdftotext.exe +0 -0
  27. data/vendor/local/bin/pdfunite.exe +0 -0
  28. data/vendor/local/bin/rdjpgcom.exe +0 -0
  29. data/vendor/local/bin/sqlite3.exe +0 -0
  30. data/vendor/local/bin/wrjpgcom.exe +0 -0
  31. data/vendor/local/include/poppler/glib/poppler-enums.h +15 -15
  32. data/vendor/local/lib/libjpeg.a +0 -0
  33. data/vendor/local/lib/libjpeg.dll.a +0 -0
  34. data/vendor/local/lib/libjpeg.la +2 -2
  35. data/vendor/local/lib/libopenjp2.dll.a +0 -0
  36. data/vendor/local/lib/libpoppler-cpp.a +0 -0
  37. data/vendor/local/lib/libpoppler-cpp.dll.a +0 -0
  38. data/vendor/local/lib/libpoppler-cpp.la +2 -2
  39. data/vendor/local/lib/libpoppler-glib.a +0 -0
  40. data/vendor/local/lib/libpoppler-glib.dll.a +0 -0
  41. data/vendor/local/lib/libpoppler-glib.la +2 -2
  42. data/vendor/local/lib/libpoppler.a +0 -0
  43. data/vendor/local/lib/libpoppler.dll.a +0 -0
  44. data/vendor/local/lib/libpoppler.la +2 -2
  45. data/vendor/local/lib/libsqlite3.a +0 -0
  46. data/vendor/local/lib/libsqlite3.dll.a +0 -0
  47. data/vendor/local/lib/libsqlite3.la +2 -2
  48. data/vendor/local/lib/openjpeg-2.1/OpenJPEGTargets.cmake +7 -1
  49. data/vendor/local/lib/pkgconfig/libopenjp2.pc +1 -1
  50. data/vendor/local/lib/pkgconfig/poppler-cairo.pc +1 -1
  51. data/vendor/local/lib/pkgconfig/poppler-cpp.pc +1 -1
  52. data/vendor/local/lib/pkgconfig/poppler-glib.pc +1 -1
  53. data/vendor/local/lib/pkgconfig/poppler-splash.pc +1 -1
  54. data/vendor/local/lib/pkgconfig/poppler.pc +1 -1
  55. data/vendor/local/lib/pkgconfig/sqlite3.pc +1 -1
  56. data/vendor/local/share/gtk-doc/html/poppler/PopplerAnnot.html +75 -75
  57. data/vendor/local/share/gtk-doc/html/poppler/PopplerAttachment.html +26 -26
  58. data/vendor/local/share/gtk-doc/html/poppler/PopplerDocument.html +164 -164
  59. data/vendor/local/share/gtk-doc/html/poppler/PopplerFormField.html +70 -70
  60. data/vendor/local/share/gtk-doc/html/poppler/PopplerLayer.html +11 -11
  61. data/vendor/local/share/gtk-doc/html/poppler/PopplerMedia.html +35 -35
  62. data/vendor/local/share/gtk-doc/html/poppler/PopplerMovie.html +9 -9
  63. data/vendor/local/share/gtk-doc/html/poppler/PopplerPage.html +82 -82
  64. data/vendor/local/share/gtk-doc/html/poppler/PopplerStructureElement.html +131 -131
  65. data/vendor/local/share/gtk-doc/html/poppler/poppler-Error-handling.html +1 -1
  66. data/vendor/local/share/gtk-doc/html/poppler/poppler-PDF-Utility-functions.html +5 -5
  67. data/vendor/local/share/gtk-doc/html/poppler/poppler-PopplerAction.html +5 -5
  68. data/vendor/local/share/gtk-doc/html/poppler/poppler-PopplerColor.html +3 -3
  69. data/vendor/local/share/gtk-doc/html/poppler/poppler-Version-and-Features-Information.html +1 -1
  70. metadata +9 -9
@@ -42,7 +42,7 @@
42
42
  <tbody>
43
43
  <tr>
44
44
  <td class="function_type">
45
- <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>
45
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
46
46
  </td>
47
47
  <td class="function_name">
48
48
  <span class="c_punctuation">(</span><a class="link" href="PopplerAttachment.html#PopplerAttachmentSaveFunc" title="PopplerAttachmentSaveFunc ()">*PopplerAttachmentSaveFunc</a><span class="c_punctuation">)</span> <span class="c_punctuation">()</span>
@@ -50,7 +50,7 @@
50
50
  </tr>
51
51
  <tr>
52
52
  <td class="function_type">
53
- <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>
53
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
54
54
  </td>
55
55
  <td class="function_name">
56
56
  <a class="link" href="PopplerAttachment.html#poppler-attachment-save" title="poppler_attachment_save ()">poppler_attachment_save</a> <span class="c_punctuation">()</span>
@@ -58,7 +58,7 @@
58
58
  </tr>
59
59
  <tr>
60
60
  <td class="function_type">
61
- <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>
61
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
62
62
  </td>
63
63
  <td class="function_name">
64
64
  <a class="link" href="PopplerAttachment.html#poppler-attachment-save-to-callback" title="poppler_attachment_save_to_callback ()">poppler_attachment_save_to_callback</a> <span class="c_punctuation">()</span>
@@ -82,7 +82,7 @@
82
82
  </div>
83
83
  <div class="refsect1">
84
84
  <a name="PopplerAttachment.object-hierarchy"></a><h2>Object Hierarchy</h2>
85
- <pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
85
+ <pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
86
86
  <span class="lineart">╰──</span> PopplerAttachment
87
87
  </pre>
88
88
  </div>
@@ -98,17 +98,17 @@
98
98
  <a name="PopplerAttachment.functions_details"></a><h2>Functions</h2>
99
99
  <div class="refsect2">
100
100
  <a name="PopplerAttachmentSaveFunc"></a><h3>PopplerAttachmentSaveFunc ()</h3>
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
- <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><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
- <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
- <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>
101
+ <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
102
+ <span class="c_punctuation">(</span>*PopplerAttachmentSaveFunc<span class="c_punctuation">)</span> (<em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *buf</code></em>,
103
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gsize"><span class="type">gsize</span></a> count</code></em>,
104
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>,
105
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/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
107
107
  <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>. It is called once for each block of
108
108
  bytes that is "written" by <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>. If
109
- successful it should return <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 an error occurs it should set
109
+ successful it should return <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>. If an error occurs it should set
110
110
  <em class="parameter"><code>error</code></em>
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>
111
+ and return <a href="https://developer.gnome.org/glib/unstable/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
114
  <a name="id-1.2.5.8.2.5"></a><h4>Parameters</h4>
@@ -138,7 +138,7 @@ bytes to be written. </p></td>
138
138
  </tr>
139
139
  <tr>
140
140
  <td class="parameter_name"><p>error</p></td>
141
- <td class="parameter_description"><p>GError to set on error, 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></td>
141
+ <td class="parameter_description"><p>GError to set on error, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
142
142
  <td class="parameter_annotations"> </td>
143
143
  </tr>
144
144
  </tbody>
@@ -146,22 +146,22 @@ bytes to be written. </p></td>
146
146
  </div>
147
147
  <div class="refsect3">
148
148
  <a name="id-1.2.5.8.2.6"></a><h4>Returns</h4>
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>
149
+ <p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if successful, <a href="https://developer.gnome.org/glib/unstable/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
151
  </div>
152
152
  </div>
153
153
  <hr>
154
154
  <div class="refsect2">
155
155
  <a name="poppler-attachment-save"></a><h3>poppler_attachment_save ()</h3>
156
- <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>
156
+ <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
157
157
  poppler_attachment_save (<em class="parameter"><code><a class="link" href="PopplerAttachment.html" title="PopplerAttachment"><span class="type">PopplerAttachment</span></a> *attachment</code></em>,
158
158
  <em class="parameter"><code>const <span class="type">char</span> *filename</code></em>,
159
- <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>
159
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
160
160
  <p>Saves <em class="parameter"><code>attachment</code></em>
161
161
  to a file indicated by <em class="parameter"><code>filename</code></em>
162
162
  . If <em class="parameter"><code>error</code></em>
163
- 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>
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
163
+ is set, <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>
164
+ will be returned. Possible errors include those in the <a href="https://developer.gnome.org/glib/unstable/glib-File-Utilities.html#G-FILE-ERROR:CAPS"><span class="type">G_FILE_ERROR</span></a> domain
165
165
  and whatever the save function generates.</p>
166
166
  <div class="refsect3">
167
167
  <a name="id-1.2.5.8.3.5"></a><h4>Parameters</h4>
@@ -184,7 +184,7 @@ and whatever the save function generates.</p>
184
184
  </tr>
185
185
  <tr>
186
186
  <td class="parameter_name"><p>error</p></td>
187
- <td class="parameter_description"><p> return location for error, 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></td>
187
+ <td class="parameter_description"><p> return location for error, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
188
188
  <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
189
189
  </tr>
190
190
  </tbody>
@@ -192,24 +192,24 @@ and whatever the save function generates.</p>
192
192
  </div>
193
193
  <div class="refsect3">
194
194
  <a name="id-1.2.5.8.3.6"></a><h4>Returns</h4>
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>
195
+ <p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, if the file successfully saved</p>
196
196
  </div>
197
197
  </div>
198
198
  <hr>
199
199
  <div class="refsect2">
200
200
  <a name="poppler-attachment-save-to-callback"></a><h3>poppler_attachment_save_to_callback ()</h3>
201
- <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>
201
+ <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
202
202
  poppler_attachment_save_to_callback (<em class="parameter"><code><a class="link" href="PopplerAttachment.html" title="PopplerAttachment"><span class="type">PopplerAttachment</span></a> *attachment</code></em>,
203
203
  <em class="parameter"><code><a class="link" href="PopplerAttachment.html#PopplerAttachmentSaveFunc" title="PopplerAttachmentSaveFunc ()"><span class="type">PopplerAttachmentSaveFunc</span></a> save_func</code></em>,
204
- <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> user_data</code></em>,
205
- <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>
204
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>,
205
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
206
206
  <p>Saves <em class="parameter"><code>attachment</code></em>
207
207
  by feeding the produced data to <em class="parameter"><code>save_func</code></em>
208
208
  . Can be used
209
209
  when you want to store the attachment to something other than a file, such as
210
210
  an in-memory buffer or a socket. If <em class="parameter"><code>error</code></em>
211
- 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
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
211
+ is set, <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> will be
212
+ returned. Possible errors include those in the <a href="https://developer.gnome.org/glib/unstable/glib-File-Utilities.html#G-FILE-ERROR:CAPS"><span class="type">G_FILE_ERROR</span></a> domain and
213
213
  whatever the save function generates.</p>
214
214
  <div class="refsect3">
215
215
  <a name="id-1.2.5.8.4.5"></a><h4>Parameters</h4>
@@ -237,7 +237,7 @@ whatever the save function generates.</p>
237
237
  </tr>
238
238
  <tr>
239
239
  <td class="parameter_name"><p>error</p></td>
240
- <td class="parameter_description"><p> return location for error, 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></td>
240
+ <td class="parameter_description"><p> return location for error, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
241
241
  <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
242
242
  </tr>
243
243
  </tbody>
@@ -245,7 +245,7 @@ whatever the save function generates.</p>
245
245
  </div>
246
246
  <div class="refsect3">
247
247
  <a name="id-1.2.5.8.4.6"></a><h4>Returns</h4>
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>
248
+ <p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, if the save successfully completed</p>
249
249
  </div>
250
250
  </div>
251
251
  </div>
@@ -75,7 +75,7 @@
75
75
  </tr>
76
76
  <tr>
77
77
  <td class="function_type">
78
- <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>
78
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
79
79
  </td>
80
80
  <td class="function_name">
81
81
  <a class="link" href="PopplerDocument.html#poppler-document-save" title="poppler_document_save ()">poppler_document_save</a> <span class="c_punctuation">()</span>
@@ -83,7 +83,7 @@
83
83
  </tr>
84
84
  <tr>
85
85
  <td class="function_type">
86
- <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>
86
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
87
87
  </td>
88
88
  <td class="function_name">
89
89
  <a class="link" href="PopplerDocument.html#poppler-document-save-a-copy" title="poppler_document_save_a_copy ()">poppler_document_save_a_copy</a> <span class="c_punctuation">()</span>
@@ -91,7 +91,7 @@
91
91
  </tr>
92
92
  <tr>
93
93
  <td class="function_type">
94
- <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>
94
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
95
95
  </td>
96
96
  <td class="function_name">
97
97
  <a class="link" href="PopplerDocument.html#poppler-document-get-id" title="poppler_document_get_id ()">poppler_document_get_id</a> <span class="c_punctuation">()</span>
@@ -99,7 +99,7 @@
99
99
  </tr>
100
100
  <tr>
101
101
  <td class="function_type">
102
- <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
102
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
103
103
  </td>
104
104
  <td class="function_name">
105
105
  <a class="link" href="PopplerDocument.html#poppler-document-get-pdf-version-string" title="poppler_document_get_pdf_version_string ()">poppler_document_get_pdf_version_string</a> <span class="c_punctuation">()</span>
@@ -115,7 +115,7 @@
115
115
  </tr>
116
116
  <tr>
117
117
  <td class="function_type">
118
- <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
118
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
119
119
  </td>
120
120
  <td class="function_name">
121
121
  <a class="link" href="PopplerDocument.html#poppler-document-get-title" title="poppler_document_get_title ()">poppler_document_get_title</a> <span class="c_punctuation">()</span>
@@ -123,7 +123,7 @@
123
123
  </tr>
124
124
  <tr>
125
125
  <td class="function_type">
126
- <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
126
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
127
127
  </td>
128
128
  <td class="function_name">
129
129
  <a class="link" href="PopplerDocument.html#poppler-document-get-author" title="poppler_document_get_author ()">poppler_document_get_author</a> <span class="c_punctuation">()</span>
@@ -131,7 +131,7 @@
131
131
  </tr>
132
132
  <tr>
133
133
  <td class="function_type">
134
- <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
134
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
135
135
  </td>
136
136
  <td class="function_name">
137
137
  <a class="link" href="PopplerDocument.html#poppler-document-get-subject" title="poppler_document_get_subject ()">poppler_document_get_subject</a> <span class="c_punctuation">()</span>
@@ -139,7 +139,7 @@
139
139
  </tr>
140
140
  <tr>
141
141
  <td class="function_type">
142
- <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
142
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
143
143
  </td>
144
144
  <td class="function_name">
145
145
  <a class="link" href="PopplerDocument.html#poppler-document-get-keywords" title="poppler_document_get_keywords ()">poppler_document_get_keywords</a> <span class="c_punctuation">()</span>
@@ -147,7 +147,7 @@
147
147
  </tr>
148
148
  <tr>
149
149
  <td class="function_type">
150
- <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
150
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
151
151
  </td>
152
152
  <td class="function_name">
153
153
  <a class="link" href="PopplerDocument.html#poppler-document-get-creator" title="poppler_document_get_creator ()">poppler_document_get_creator</a> <span class="c_punctuation">()</span>
@@ -155,7 +155,7 @@
155
155
  </tr>
156
156
  <tr>
157
157
  <td class="function_type">
158
- <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
158
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
159
159
  </td>
160
160
  <td class="function_name">
161
161
  <a class="link" href="PopplerDocument.html#poppler-document-get-producer" title="poppler_document_get_producer ()">poppler_document_get_producer</a> <span class="c_punctuation">()</span>
@@ -203,7 +203,7 @@
203
203
  </tr>
204
204
  <tr>
205
205
  <td class="function_type">
206
- <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
206
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
207
207
  </td>
208
208
  <td class="function_name">
209
209
  <a class="link" href="PopplerDocument.html#poppler-document-get-metadata" title="poppler_document_get_metadata ()">poppler_document_get_metadata</a> <span class="c_punctuation">()</span>
@@ -211,7 +211,7 @@
211
211
  </tr>
212
212
  <tr>
213
213
  <td class="function_type">
214
- <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>
214
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
215
215
  </td>
216
216
  <td class="function_name">
217
217
  <a class="link" href="PopplerDocument.html#poppler-document-is-linearized" title="poppler_document_is_linearized ()">poppler_document_is_linearized</a> <span class="c_punctuation">()</span>
@@ -251,7 +251,7 @@
251
251
  </tr>
252
252
  <tr>
253
253
  <td class="function_type">
254
- <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
254
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
255
255
  </td>
256
256
  <td class="function_name">
257
257
  <a class="link" href="PopplerDocument.html#poppler-document-get-n-attachments" title="poppler_document_get_n_attachments ()">poppler_document_get_n_attachments</a> <span class="c_punctuation">()</span>
@@ -259,7 +259,7 @@
259
259
  </tr>
260
260
  <tr>
261
261
  <td class="function_type">
262
- <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>
262
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
263
263
  </td>
264
264
  <td class="function_name">
265
265
  <a class="link" href="PopplerDocument.html#poppler-document-has-attachments" title="poppler_document_has_attachments ()">poppler_document_has_attachments</a> <span class="c_punctuation">()</span>
@@ -267,7 +267,7 @@
267
267
  </tr>
268
268
  <tr>
269
269
  <td class="function_type">
270
- <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *
270
+ <a href="https://developer.gnome.org/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *
271
271
  </td>
272
272
  <td class="function_name">
273
273
  <a class="link" href="PopplerDocument.html#poppler-document-get-attachments" title="poppler_document_get_attachments ()">poppler_document_get_attachments</a> <span class="c_punctuation">()</span>
@@ -315,7 +315,7 @@
315
315
  </tr>
316
316
  <tr>
317
317
  <td class="function_type">
318
- <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>
318
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
319
319
  </td>
320
320
  <td class="function_name">
321
321
  <a class="link" href="PopplerDocument.html#poppler-index-iter-is-open" title="poppler_index_iter_is_open ()">poppler_index_iter_is_open</a> <span class="c_punctuation">()</span>
@@ -331,7 +331,7 @@
331
331
  </tr>
332
332
  <tr>
333
333
  <td class="function_type">
334
- <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>
334
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
335
335
  </td>
336
336
  <td class="function_name">
337
337
  <a class="link" href="PopplerDocument.html#poppler-index-iter-next" title="poppler_index_iter_next ()">poppler_index_iter_next</a> <span class="c_punctuation">()</span>
@@ -347,7 +347,7 @@
347
347
  </tr>
348
348
  <tr>
349
349
  <td class="function_type">
350
- <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>
350
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
351
351
  </td>
352
352
  <td class="function_name">
353
353
  <a class="link" href="PopplerDocument.html#poppler-font-info-scan" title="poppler_font_info_scan ()">poppler_font_info_scan</a> <span class="c_punctuation">()</span>
@@ -422,7 +422,7 @@
422
422
  </tr>
423
423
  <tr>
424
424
  <td class="function_type">
425
- <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>
425
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
426
426
  </td>
427
427
  <td class="function_name">
428
428
  <a class="link" href="PopplerDocument.html#poppler-fonts-iter-is-embedded" title="poppler_fonts_iter_is_embedded ()">poppler_fonts_iter_is_embedded</a> <span class="c_punctuation">()</span>
@@ -430,7 +430,7 @@
430
430
  </tr>
431
431
  <tr>
432
432
  <td class="function_type">
433
- <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>
433
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
434
434
  </td>
435
435
  <td class="function_name">
436
436
  <a class="link" href="PopplerDocument.html#poppler-fonts-iter-is-subset" title="poppler_fonts_iter_is_subset ()">poppler_fonts_iter_is_subset</a> <span class="c_punctuation">()</span>
@@ -438,7 +438,7 @@
438
438
  </tr>
439
439
  <tr>
440
440
  <td class="function_type">
441
- <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>
441
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
442
442
  </td>
443
443
  <td class="function_name">
444
444
  <a class="link" href="PopplerDocument.html#poppler-fonts-iter-next" title="poppler_fonts_iter_next ()">poppler_fonts_iter_next</a> <span class="c_punctuation">()</span>
@@ -486,7 +486,7 @@
486
486
  </tr>
487
487
  <tr>
488
488
  <td class="function_type">
489
- <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
489
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
490
490
  </td>
491
491
  <td class="function_name">
492
492
  <a class="link" href="PopplerDocument.html#poppler-layers-iter-get-title" title="poppler_layers_iter_get_title ()">poppler_layers_iter_get_title</a> <span class="c_punctuation">()</span>
@@ -494,7 +494,7 @@
494
494
  </tr>
495
495
  <tr>
496
496
  <td class="function_type">
497
- <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>
497
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
498
498
  </td>
499
499
  <td class="function_name">
500
500
  <a class="link" href="PopplerDocument.html#poppler-layers-iter-next" title="poppler_layers_iter_next ()">poppler_layers_iter_next</a> <span class="c_punctuation">()</span>
@@ -546,56 +546,56 @@
546
546
  <tbody>
547
547
  <tr>
548
548
  <td class="property_type">
549
- <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> *</td>
549
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
550
550
  <td class="property_name"><a class="link" href="PopplerDocument.html#PopplerDocument--author" title="The “author” property">author</a></td>
551
551
  <td class="property_flags">Read</td>
552
552
  </tr>
553
553
  <tr>
554
- <td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
554
+ <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
555
555
  <td class="property_name"><a class="link" href="PopplerDocument.html#PopplerDocument--creation-date" title="The “creation-date” property">creation-date</a></td>
556
556
  <td class="property_flags">Read</td>
557
557
  </tr>
558
558
  <tr>
559
559
  <td class="property_type">
560
- <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> *</td>
560
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
561
561
  <td class="property_name"><a class="link" href="PopplerDocument.html#PopplerDocument--creator" title="The “creator” property">creator</a></td>
562
562
  <td class="property_flags">Read</td>
563
563
  </tr>
564
564
  <tr>
565
565
  <td class="property_type">
566
- <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> *</td>
566
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
567
567
  <td class="property_name"><a class="link" href="PopplerDocument.html#PopplerDocument--format" title="The “format” property">format</a></td>
568
568
  <td class="property_flags">Read</td>
569
569
  </tr>
570
570
  <tr>
571
- <td class="property_type"><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></td>
571
+ <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td>
572
572
  <td class="property_name"><a class="link" href="PopplerDocument.html#PopplerDocument--format-major" title="The “format-major” property">format-major</a></td>
573
573
  <td class="property_flags">Read</td>
574
574
  </tr>
575
575
  <tr>
576
- <td class="property_type"><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></td>
576
+ <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td>
577
577
  <td class="property_name"><a class="link" href="PopplerDocument.html#PopplerDocument--format-minor" title="The “format-minor” property">format-minor</a></td>
578
578
  <td class="property_flags">Read</td>
579
579
  </tr>
580
580
  <tr>
581
581
  <td class="property_type">
582
- <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> *</td>
582
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
583
583
  <td class="property_name"><a class="link" href="PopplerDocument.html#PopplerDocument--keywords" title="The “keywords” property">keywords</a></td>
584
584
  <td class="property_flags">Read</td>
585
585
  </tr>
586
586
  <tr>
587
- <td class="property_type"><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></td>
587
+ <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
588
588
  <td class="property_name"><a class="link" href="PopplerDocument.html#PopplerDocument--linearized" title="The “linearized” property">linearized</a></td>
589
589
  <td class="property_flags">Read</td>
590
590
  </tr>
591
591
  <tr>
592
592
  <td class="property_type">
593
- <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> *</td>
593
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
594
594
  <td class="property_name"><a class="link" href="PopplerDocument.html#PopplerDocument--metadata" title="The “metadata” property">metadata</a></td>
595
595
  <td class="property_flags">Read</td>
596
596
  </tr>
597
597
  <tr>
598
- <td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
598
+ <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
599
599
  <td class="property_name"><a class="link" href="PopplerDocument.html#PopplerDocument--mod-date" title="The “mod-date” property">mod-date</a></td>
600
600
  <td class="property_flags">Read</td>
601
601
  </tr>
@@ -616,19 +616,19 @@
616
616
  </tr>
617
617
  <tr>
618
618
  <td class="property_type">
619
- <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> *</td>
619
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
620
620
  <td class="property_name"><a class="link" href="PopplerDocument.html#PopplerDocument--producer" title="The “producer” property">producer</a></td>
621
621
  <td class="property_flags">Read</td>
622
622
  </tr>
623
623
  <tr>
624
624
  <td class="property_type">
625
- <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> *</td>
625
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
626
626
  <td class="property_name"><a class="link" href="PopplerDocument.html#PopplerDocument--subject" title="The “subject” property">subject</a></td>
627
627
  <td class="property_flags">Read</td>
628
628
  </tr>
629
629
  <tr>
630
630
  <td class="property_type">
631
- <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> *</td>
631
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
632
632
  <td class="property_name"><a class="link" href="PopplerDocument.html#PopplerDocument--title" title="The “title” property">title</a></td>
633
633
  <td class="property_flags">Read</td>
634
634
  </tr>
@@ -697,7 +697,7 @@
697
697
  </div>
698
698
  <div class="refsect1">
699
699
  <a name="PopplerDocument.object-hierarchy"></a><h2>Object Hierarchy</h2>
700
- <pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
700
+ <pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
701
701
  <span class="lineart">╰──</span> PopplerDocument
702
702
  </pre>
703
703
  </div>
@@ -717,10 +717,10 @@
717
717
  <pre class="programlisting"><a class="link" href="PopplerDocument.html" title="PopplerDocument"><span class="returnvalue">PopplerDocument</span></a> *
718
718
  poppler_document_new_from_file (<em class="parameter"><code>const <span class="type">char</span> *uri</code></em>,
719
719
  <em class="parameter"><code>const <span class="type">char</span> *password</code></em>,
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
- <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>
720
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
721
+ <p>Creates a new <a class="link" href="PopplerDocument.html" title="PopplerDocument"><span class="type">PopplerDocument</span></a>. If <a href="https://developer.gnome.org/glib/unstable/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-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>
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="https://developer.gnome.org/glib/unstable/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
726
  <a name="id-1.2.2.9.2.5"></a><h4>Parameters</h4>
@@ -738,12 +738,12 @@ domains.</p>
738
738
  </tr>
739
739
  <tr>
740
740
  <td class="parameter_name"><p>password</p></td>
741
- <td class="parameter_description"><p> password to unlock the file with, 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></td>
741
+ <td class="parameter_description"><p> password to unlock the file with, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
742
742
  <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
743
743
  </tr>
744
744
  <tr>
745
745
  <td class="parameter_name"><p>error</p></td>
746
- <td class="parameter_description"><p> Return location for an error, 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></td>
746
+ <td class="parameter_description"><p> Return location for an error, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
747
747
  <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
748
748
  </tr>
749
749
  </tbody>
@@ -751,7 +751,7 @@ domains.</p>
751
751
  </div>
752
752
  <div class="refsect3">
753
753
  <a name="id-1.2.2.9.2.6"></a><h4>Returns</h4>
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>
754
+ <p> A newly created <a class="link" href="PopplerDocument.html" title="PopplerDocument"><span class="type">PopplerDocument</span></a>, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p>
755
755
  </div>
756
756
  </div>
757
757
  <hr>
@@ -761,10 +761,10 @@ domains.</p>
761
761
  poppler_document_new_from_data (<em class="parameter"><code><span class="type">char</span> *data</code></em>,
762
762
  <em class="parameter"><code><span class="type">int</span> length</code></em>,
763
763
  <em class="parameter"><code>const <span class="type">char</span> *password</code></em>,
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>
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>
764
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
765
+ <p>Creates a new <a class="link" href="PopplerDocument.html" title="PopplerDocument"><span class="type">PopplerDocument</span></a>. If <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> is returned, then <em class="parameter"><code>error</code></em>
766
766
  will be
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>
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="https://developer.gnome.org/glib/unstable/glib-File-Utilities.html#G-FILE-ERROR:CAPS"><span class="type">G_FILE_ERROR</span></a>
768
768
  domains.</p>
769
769
  <div class="refsect3">
770
770
  <a name="id-1.2.2.9.3.5"></a><h4>Parameters</h4>
@@ -787,12 +787,12 @@ domains.</p>
787
787
  </tr>
788
788
  <tr>
789
789
  <td class="parameter_name"><p>password</p></td>
790
- <td class="parameter_description"><p> password to unlock the file with, 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></td>
790
+ <td class="parameter_description"><p> password to unlock the file with, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
791
791
  <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
792
792
  </tr>
793
793
  <tr>
794
794
  <td class="parameter_name"><p>error</p></td>
795
- <td class="parameter_description"><p> Return location for an error, 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></td>
795
+ <td class="parameter_description"><p> Return location for an error, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
796
796
  <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
797
797
  </tr>
798
798
  </tbody>
@@ -800,23 +800,23 @@ domains.</p>
800
800
  </div>
801
801
  <div class="refsect3">
802
802
  <a name="id-1.2.2.9.3.6"></a><h4>Returns</h4>
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>
803
+ <p> A newly created <a class="link" href="PopplerDocument.html" title="PopplerDocument"><span class="type">PopplerDocument</span></a>, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p>
804
804
  </div>
805
805
  </div>
806
806
  <hr>
807
807
  <div class="refsect2">
808
808
  <a name="poppler-document-new-from-stream"></a><h3>poppler_document_new_from_stream ()</h3>
809
809
  <pre class="programlisting"><a class="link" href="PopplerDocument.html" title="PopplerDocument"><span class="returnvalue">PopplerDocument</span></a> *
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>,
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>,
810
+ poppler_document_new_from_stream (<em class="parameter"><code><a href="https://developer.gnome.org/gio/unstable/GInputStream.html"><span class="type">GInputStream</span></a> *stream</code></em>,
811
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#goffset"><span class="type">goffset</span></a> length</code></em>,
812
812
  <em class="parameter"><code>const <span class="type">char</span> *password</code></em>,
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>,
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>
813
+ <em class="parameter"><code><a href="https://developer.gnome.org/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
814
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
815
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>
816
816
  .
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>
817
+ Note that the given <a href="https://developer.gnome.org/gio/unstable/GInputStream.html"><span class="type">GInputStream</span></a> must be seekable or <a href="https://developer.gnome.org/gio/unstable/gio-GIOError.html#G-IO-ERROR-NOT-SUPPORTED:CAPS"><code class="literal">G_IO_ERROR_NOT_SUPPORTED</code></a>
818
818
  will be returned.
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>
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="https://developer.gnome.org/glib/unstable/glib-File-Utilities.html#G-FILE-ERROR:CAPS"><span class="type">G_FILE_ERROR</span></a>
820
820
  domains.</p>
821
821
  <div class="refsect3">
822
822
  <a name="id-1.2.2.9.4.5"></a><h4>Parameters</h4>
@@ -829,7 +829,7 @@ domains.</p>
829
829
  <tbody>
830
830
  <tr>
831
831
  <td class="parameter_name"><p>stream</p></td>
832
- <td class="parameter_description"><p>a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GInputStream.html"><span class="type">GInputStream</span></a> to read from</p></td>
832
+ <td class="parameter_description"><p>a <a href="https://developer.gnome.org/gio/unstable/GInputStream.html"><span class="type">GInputStream</span></a> to read from</p></td>
833
833
  <td class="parameter_annotations"> </td>
834
834
  </tr>
835
835
  <tr>
@@ -839,17 +839,17 @@ domains.</p>
839
839
  </tr>
840
840
  <tr>
841
841
  <td class="parameter_name"><p>password</p></td>
842
- <td class="parameter_description"><p> password to unlock the file with, 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></td>
842
+ <td class="parameter_description"><p> password to unlock the file with, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
843
843
  <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
844
844
  </tr>
845
845
  <tr>
846
846
  <td class="parameter_name"><p>cancellable</p></td>
847
- <td class="parameter_description"><p> a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GCancellable.html"><span class="type">GCancellable</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></td>
847
+ <td class="parameter_description"><p> a <a href="https://developer.gnome.org/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a>, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
848
848
  <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
849
849
  </tr>
850
850
  <tr>
851
851
  <td class="parameter_name"><p>error</p></td>
852
- <td class="parameter_description"><p> Return location for an error, 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></td>
852
+ <td class="parameter_description"><p> Return location for an error, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
853
853
  <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
854
854
  </tr>
855
855
  </tbody>
@@ -857,7 +857,7 @@ domains.</p>
857
857
  </div>
858
858
  <div class="refsect3">
859
859
  <a name="id-1.2.2.9.4.6"></a><h4>Returns</h4>
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>
860
+ <p> a new <a class="link" href="PopplerDocument.html" title="PopplerDocument"><span class="type">PopplerDocument</span></a>, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p>
861
861
  <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
862
862
  </div>
863
863
  <p class="since">Since: <a class="link" href="api-index-0-22.html#api-index-0.22">0.22</a></p>
@@ -866,13 +866,13 @@ domains.</p>
866
866
  <div class="refsect2">
867
867
  <a name="poppler-document-new-from-gfile"></a><h3>poppler_document_new_from_gfile ()</h3>
868
868
  <pre class="programlisting"><a class="link" href="PopplerDocument.html" title="PopplerDocument"><span class="returnvalue">PopplerDocument</span></a> *
869
- poppler_document_new_from_gfile (<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GFile.html"><span class="type">GFile</span></a> *file</code></em>,
869
+ poppler_document_new_from_gfile (<em class="parameter"><code><a href="https://developer.gnome.org/gio/unstable/GFile.html"><span class="type">GFile</span></a> *file</code></em>,
870
870
  <em class="parameter"><code>const <span class="type">char</span> *password</code></em>,
871
- <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>,
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>
871
+ <em class="parameter"><code><a href="https://developer.gnome.org/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
872
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
873
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>
874
874
  .
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>
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="https://developer.gnome.org/glib/unstable/glib-File-Utilities.html#G-FILE-ERROR:CAPS"><span class="type">G_FILE_ERROR</span></a>
876
876
  domains.</p>
877
877
  <div class="refsect3">
878
878
  <a name="id-1.2.2.9.5.5"></a><h4>Parameters</h4>
@@ -885,22 +885,22 @@ domains.</p>
885
885
  <tbody>
886
886
  <tr>
887
887
  <td class="parameter_name"><p>file</p></td>
888
- <td class="parameter_description"><p>a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GFile.html"><span class="type">GFile</span></a> to load</p></td>
888
+ <td class="parameter_description"><p>a <a href="https://developer.gnome.org/gio/unstable/GFile.html"><span class="type">GFile</span></a> to load</p></td>
889
889
  <td class="parameter_annotations"> </td>
890
890
  </tr>
891
891
  <tr>
892
892
  <td class="parameter_name"><p>password</p></td>
893
- <td class="parameter_description"><p> password to unlock the file with, 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></td>
893
+ <td class="parameter_description"><p> password to unlock the file with, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
894
894
  <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
895
895
  </tr>
896
896
  <tr>
897
897
  <td class="parameter_name"><p>cancellable</p></td>
898
- <td class="parameter_description"><p> a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GCancellable.html"><span class="type">GCancellable</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></td>
898
+ <td class="parameter_description"><p> a <a href="https://developer.gnome.org/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a>, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
899
899
  <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
900
900
  </tr>
901
901
  <tr>
902
902
  <td class="parameter_name"><p>error</p></td>
903
- <td class="parameter_description"><p> Return location for an error, 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></td>
903
+ <td class="parameter_description"><p> Return location for an error, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
904
904
  <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
905
905
  </tr>
906
906
  </tbody>
@@ -908,7 +908,7 @@ domains.</p>
908
908
  </div>
909
909
  <div class="refsect3">
910
910
  <a name="id-1.2.2.9.5.6"></a><h4>Returns</h4>
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>
911
+ <p> a new <a class="link" href="PopplerDocument.html" title="PopplerDocument"><span class="type">PopplerDocument</span></a>, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p>
912
912
  <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
913
913
  </div>
914
914
  <p class="since">Since: <a class="link" href="api-index-0-22.html#api-index-0.22">0.22</a></p>
@@ -916,17 +916,17 @@ domains.</p>
916
916
  <hr>
917
917
  <div class="refsect2">
918
918
  <a name="poppler-document-save"></a><h3>poppler_document_save ()</h3>
919
- <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>
919
+ <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
920
920
  poppler_document_save (<em class="parameter"><code><a class="link" href="PopplerDocument.html" title="PopplerDocument"><span class="type">PopplerDocument</span></a> *document</code></em>,
921
921
  <em class="parameter"><code>const <span class="type">char</span> *uri</code></em>,
922
- <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>
922
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
923
923
  <p>Saves <em class="parameter"><code>document</code></em>
924
924
  . Any change made in the document such as
925
925
  form fields filled, annotations added or modified
926
926
  will be saved.
927
927
  If <em class="parameter"><code>error</code></em>
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
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>
928
+ is set, <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> will be returned. Possible errors
929
+ include those in the <a href="https://developer.gnome.org/glib/unstable/glib-File-Utilities.html#G-FILE-ERROR:CAPS"><span class="type">G_FILE_ERROR</span></a> domain.</p>
930
930
  <div class="refsect3">
931
931
  <a name="id-1.2.2.9.6.5"></a><h4>Parameters</h4>
932
932
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
@@ -948,7 +948,7 @@ include those in the <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local
948
948
  </tr>
949
949
  <tr>
950
950
  <td class="parameter_name"><p>error</p></td>
951
- <td class="parameter_description"><p> return location for an error, 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></td>
951
+ <td class="parameter_description"><p> return location for an error, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
952
952
  <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
953
953
  </tr>
954
954
  </tbody>
@@ -956,23 +956,23 @@ include those in the <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local
956
956
  </div>
957
957
  <div class="refsect3">
958
958
  <a name="id-1.2.2.9.6.6"></a><h4>Returns</h4>
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>
959
+ <p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, if the document was successfully saved</p>
960
960
  </div>
961
961
  </div>
962
962
  <hr>
963
963
  <div class="refsect2">
964
964
  <a name="poppler-document-save-a-copy"></a><h3>poppler_document_save_a_copy ()</h3>
965
- <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>
965
+ <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
966
966
  poppler_document_save_a_copy (<em class="parameter"><code><a class="link" href="PopplerDocument.html" title="PopplerDocument"><span class="type">PopplerDocument</span></a> *document</code></em>,
967
967
  <em class="parameter"><code>const <span class="type">char</span> *uri</code></em>,
968
- <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>
968
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
969
969
  <p>Saves a copy of the original <em class="parameter"><code>document</code></em>
970
970
  .
971
971
  Any change made in the document such as
972
972
  form fields filled by the user will not be saved.
973
973
  If <em class="parameter"><code>error</code></em>
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
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>
974
+ is set, <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> will be returned. Possible errors
975
+ include those in the <a href="https://developer.gnome.org/glib/unstable/glib-File-Utilities.html#G-FILE-ERROR:CAPS"><span class="type">G_FILE_ERROR</span></a> domain.</p>
976
976
  <div class="refsect3">
977
977
  <a name="id-1.2.2.9.7.5"></a><h4>Parameters</h4>
978
978
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
@@ -994,7 +994,7 @@ include those in the <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local
994
994
  </tr>
995
995
  <tr>
996
996
  <td class="parameter_name"><p>error</p></td>
997
- <td class="parameter_description"><p> return location for an error, 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></td>
997
+ <td class="parameter_description"><p> return location for an error, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
998
998
  <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
999
999
  </tr>
1000
1000
  </tbody>
@@ -1002,16 +1002,16 @@ include those in the <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local
1002
1002
  </div>
1003
1003
  <div class="refsect3">
1004
1004
  <a name="id-1.2.2.9.7.6"></a><h4>Returns</h4>
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>
1005
+ <p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, if the document was successfully saved</p>
1006
1006
  </div>
1007
1007
  </div>
1008
1008
  <hr>
1009
1009
  <div class="refsect2">
1010
1010
  <a name="poppler-document-get-id"></a><h3>poppler_document_get_id ()</h3>
1011
- <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>
1011
+ <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
1012
1012
  poppler_document_get_id (<em class="parameter"><code><a class="link" href="PopplerDocument.html" title="PopplerDocument"><span class="type">PopplerDocument</span></a> *document</code></em>,
1013
- <em class="parameter"><code><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> **permanent_id</code></em>,
1014
- <em class="parameter"><code><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> **update_id</code></em>);</pre>
1013
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> **permanent_id</code></em>,
1014
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> **update_id</code></em>);</pre>
1015
1015
  <p>Returns the PDF file identifier represented as two byte string arrays of size 32.
1016
1016
  <em class="parameter"><code>permanent_id</code></em>
1017
1017
  is the permanent identifier that is built based on the file
@@ -1037,12 +1037,12 @@ size of 32 bytes.</p>
1037
1037
  </tr>
1038
1038
  <tr>
1039
1039
  <td class="parameter_name"><p>permanent_id</p></td>
1040
- <td class="parameter_description"><p> location to store an allocated string, use <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> to free the returned string. </p></td>
1040
+ <td class="parameter_description"><p> location to store an allocated string, use <a href="https://developer.gnome.org/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a> to free the returned string. </p></td>
1041
1041
  <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
1042
1042
  </tr>
1043
1043
  <tr>
1044
1044
  <td class="parameter_name"><p>update_id</p></td>
1045
- <td class="parameter_description"><p> location to store an allocated string, use <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> to free the returned string. </p></td>
1045
+ <td class="parameter_description"><p> location to store an allocated string, use <a href="https://developer.gnome.org/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a> to free the returned string. </p></td>
1046
1046
  <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
1047
1047
  </tr>
1048
1048
  </tbody>
@@ -1050,15 +1050,15 @@ size of 32 bytes.</p>
1050
1050
  </div>
1051
1051
  <div class="refsect3">
1052
1052
  <a name="id-1.2.2.9.8.7"></a><h4>Returns</h4>
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>
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>
1053
+ <p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the <em class="parameter"><code>document</code></em>
1054
+ contains an id, <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise</p>
1055
1055
  </div>
1056
1056
  <p class="since">Since: <a class="link" href="api-index-0-16.html#api-index-0.16">0.16</a></p>
1057
1057
  </div>
1058
1058
  <hr>
1059
1059
  <div class="refsect2">
1060
1060
  <a name="poppler-document-get-pdf-version-string"></a><h3>poppler_document_get_pdf_version_string ()</h3>
1061
- <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
1061
+ <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
1062
1062
  poppler_document_get_pdf_version_string
1063
1063
  (<em class="parameter"><code><a class="link" href="PopplerDocument.html" title="PopplerDocument"><span class="type">PopplerDocument</span></a> *document</code></em>);</pre>
1064
1064
  <p>Returns the PDF version of <em class="parameter"><code>document</code></em>
@@ -1082,7 +1082,7 @@ poppler_document_get_pdf_version_string
1082
1082
  <a name="id-1.2.2.9.9.6"></a><h4>Returns</h4>
1083
1083
  <p> a new allocated string containing the PDF version
1084
1084
  of <em class="parameter"><code>document</code></em>
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>
1085
+ , or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p>
1086
1086
  </div>
1087
1087
  <p class="since">Since: <a class="link" href="api-index-0-16.html#api-index-0.16">0.16</a></p>
1088
1088
  </div>
@@ -1091,8 +1091,8 @@ of <em class="parameter"><code>document</code></em>
1091
1091
  <a name="poppler-document-get-pdf-version"></a><h3>poppler_document_get_pdf_version ()</h3>
1092
1092
  <pre class="programlisting"><span class="returnvalue">void</span>
1093
1093
  poppler_document_get_pdf_version (<em class="parameter"><code><a class="link" href="PopplerDocument.html" title="PopplerDocument"><span class="type">PopplerDocument</span></a> *document</code></em>,
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>,
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>
1094
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> *major_version</code></em>,
1095
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> *minor_version</code></em>);</pre>
1096
1096
  <div class="refsect3">
1097
1097
  <a name="id-1.2.2.9.10.4"></a><h4>Parameters</h4>
1098
1098
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
@@ -1129,7 +1129,7 @@ poppler_document_get_pdf_version (<em class="parameter"><code><a class="link" hr
1129
1129
  <hr>
1130
1130
  <div class="refsect2">
1131
1131
  <a name="poppler-document-get-title"></a><h3>poppler_document_get_title ()</h3>
1132
- <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
1132
+ <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
1133
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>
1134
1134
  <p>Returns the document's title</p>
1135
1135
  <div class="refsect3">
@@ -1151,14 +1151,14 @@ poppler_document_get_title (<em class="parameter"><code><a class="link" href="Po
1151
1151
  <a name="id-1.2.2.9.11.6"></a><h4>Returns</h4>
1152
1152
  <p> a new allocated string containing the title
1153
1153
  of <em class="parameter"><code>document</code></em>
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>
1154
+ , or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p>
1155
1155
  </div>
1156
1156
  <p class="since">Since: <a class="link" href="api-index-0-16.html#api-index-0.16">0.16</a></p>
1157
1157
  </div>
1158
1158
  <hr>
1159
1159
  <div class="refsect2">
1160
1160
  <a name="poppler-document-get-author"></a><h3>poppler_document_get_author ()</h3>
1161
- <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
1161
+ <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
1162
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>
1163
1163
  <p>Returns the author of the document</p>
1164
1164
  <div class="refsect3">
@@ -1180,14 +1180,14 @@ poppler_document_get_author (<em class="parameter"><code><a class="link" href="P
1180
1180
  <a name="id-1.2.2.9.12.6"></a><h4>Returns</h4>
1181
1181
  <p> a new allocated string containing the author
1182
1182
  of <em class="parameter"><code>document</code></em>
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>
1183
+ , or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p>
1184
1184
  </div>
1185
1185
  <p class="since">Since: <a class="link" href="api-index-0-16.html#api-index-0.16">0.16</a></p>
1186
1186
  </div>
1187
1187
  <hr>
1188
1188
  <div class="refsect2">
1189
1189
  <a name="poppler-document-get-subject"></a><h3>poppler_document_get_subject ()</h3>
1190
- <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
1190
+ <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
1191
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>
1192
1192
  <p>Returns the subject of the document</p>
1193
1193
  <div class="refsect3">
@@ -1209,14 +1209,14 @@ poppler_document_get_subject (<em class="parameter"><code><a class="link" href="
1209
1209
  <a name="id-1.2.2.9.13.6"></a><h4>Returns</h4>
1210
1210
  <p> a new allocated string containing the subject
1211
1211
  of <em class="parameter"><code>document</code></em>
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>
1212
+ , or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p>
1213
1213
  </div>
1214
1214
  <p class="since">Since: <a class="link" href="api-index-0-16.html#api-index-0.16">0.16</a></p>
1215
1215
  </div>
1216
1216
  <hr>
1217
1217
  <div class="refsect2">
1218
1218
  <a name="poppler-document-get-keywords"></a><h3>poppler_document_get_keywords ()</h3>
1219
- <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
1219
+ <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
1220
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>
1221
1221
  <p>Returns the keywords associated to the document</p>
1222
1222
  <div class="refsect3">
@@ -1238,14 +1238,14 @@ poppler_document_get_keywords (<em class="parameter"><code><a class="link" href=
1238
1238
  <a name="id-1.2.2.9.14.6"></a><h4>Returns</h4>
1239
1239
  <p> a new allocated string containing keywords associated
1240
1240
  to <em class="parameter"><code>document</code></em>
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>
1241
+ , or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p>
1242
1242
  </div>
1243
1243
  <p class="since">Since: <a class="link" href="api-index-0-16.html#api-index-0.16">0.16</a></p>
1244
1244
  </div>
1245
1245
  <hr>
1246
1246
  <div class="refsect2">
1247
1247
  <a name="poppler-document-get-creator"></a><h3>poppler_document_get_creator ()</h3>
1248
- <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
1248
+ <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
1249
1249
  poppler_document_get_creator (<em class="parameter"><code><a class="link" href="PopplerDocument.html" title="PopplerDocument"><span class="type">PopplerDocument</span></a> *document</code></em>);</pre>
1250
1250
  <p>Returns the creator of the document. If the document was converted
1251
1251
  from another format, the creator is the name of the product
@@ -1269,14 +1269,14 @@ that created the original document from which it was converted.</p>
1269
1269
  <a name="id-1.2.2.9.15.6"></a><h4>Returns</h4>
1270
1270
  <p> a new allocated string containing the creator
1271
1271
  of <em class="parameter"><code>document</code></em>
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>
1272
+ , or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p>
1273
1273
  </div>
1274
1274
  <p class="since">Since: <a class="link" href="api-index-0-16.html#api-index-0.16">0.16</a></p>
1275
1275
  </div>
1276
1276
  <hr>
1277
1277
  <div class="refsect2">
1278
1278
  <a name="poppler-document-get-producer"></a><h3>poppler_document_get_producer ()</h3>
1279
- <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
1279
+ <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
1280
1280
  poppler_document_get_producer (<em class="parameter"><code><a class="link" href="PopplerDocument.html" title="PopplerDocument"><span class="type">PopplerDocument</span></a> *document</code></em>);</pre>
1281
1281
  <p>Returns the producer of the document. If the document was converted
1282
1282
  from another format, the producer is the name of the product
@@ -1300,7 +1300,7 @@ that converted it to PDF</p>
1300
1300
  <a name="id-1.2.2.9.16.6"></a><h4>Returns</h4>
1301
1301
  <p> a new allocated string containing the producer
1302
1302
  of <em class="parameter"><code>document</code></em>
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>
1303
+ , or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p>
1304
1304
  </div>
1305
1305
  <p class="since">Since: <a class="link" href="api-index-0-16.html#api-index-0.16">0.16</a></p>
1306
1306
  </div>
@@ -1444,7 +1444,7 @@ poppler_document_get_permissions (<em class="parameter"><code><a class="link" hr
1444
1444
  <hr>
1445
1445
  <div class="refsect2">
1446
1446
  <a name="poppler-document-get-metadata"></a><h3>poppler_document_get_metadata ()</h3>
1447
- <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
1447
+ <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
1448
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>
1449
1449
  <p>Returns the XML metadata string of the document</p>
1450
1450
  <div class="refsect3">
@@ -1465,14 +1465,14 @@ poppler_document_get_metadata (<em class="parameter"><code><a class="link" href=
1465
1465
  <div class="refsect3">
1466
1466
  <a name="id-1.2.2.9.22.6"></a><h4>Returns</h4>
1467
1467
  <p> a new allocated string containing the XML
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>
1468
+ metadata, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p>
1469
1469
  </div>
1470
1470
  <p class="since">Since: <a class="link" href="api-index-0-16.html#api-index-0.16">0.16</a></p>
1471
1471
  </div>
1472
1472
  <hr>
1473
1473
  <div class="refsect2">
1474
1474
  <a name="poppler-document-is-linearized"></a><h3>poppler_document_is_linearized ()</h3>
1475
- <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>
1475
+ <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
1476
1476
  poppler_document_is_linearized (<em class="parameter"><code><a class="link" href="PopplerDocument.html" title="PopplerDocument"><span class="type">PopplerDocument</span></a> *document</code></em>);</pre>
1477
1477
  <p>Returns whether <em class="parameter"><code>document</code></em>
1478
1478
  is linearized or not. Linearization of PDF
@@ -1494,8 +1494,8 @@ enables efficient incremental access of the PDF file in a network environment.</
1494
1494
  </div>
1495
1495
  <div class="refsect3">
1496
1496
  <a name="id-1.2.2.9.23.6"></a><h4>Returns</h4>
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>
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>
1497
+ <p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>document</code></em>
1498
+ is linearized, <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwhise</p>
1499
1499
  </div>
1500
1500
  <p class="since">Since: <a class="link" href="api-index-0-16.html#api-index-0.16">0.16</a></p>
1501
1501
  </div>
@@ -1607,7 +1607,7 @@ and can be document specific. Typically, it is a value such as "iii" or "3".</p
1607
1607
  <a name="poppler-document-find-dest"></a><h3>poppler_document_find_dest ()</h3>
1608
1608
  <pre class="programlisting"><a class="link" href="poppler-PopplerAction.html#PopplerDest" title="PopplerDest"><span class="returnvalue">PopplerDest</span></a> *
1609
1609
  poppler_document_find_dest (<em class="parameter"><code><a class="link" href="PopplerDocument.html" title="PopplerDocument"><span class="type">PopplerDocument</span></a> *document</code></em>,
1610
- <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> *link_name</code></em>);</pre>
1610
+ <em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *link_name</code></em>);</pre>
1611
1611
  <p>Finds named destination <em class="parameter"><code>link_name</code></em>
1612
1612
  in <em class="parameter"><code>document</code></em>
1613
1613
  </p>
@@ -1635,7 +1635,7 @@ poppler_document_find_dest (<em class="parameter"><code><a class="link" href="Po
1635
1635
  </div>
1636
1636
  <div class="refsect3">
1637
1637
  <a name="id-1.2.2.9.27.6"></a><h4>Returns</h4>
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
1638
+ <p> The <a class="link" href="poppler-PopplerAction.html#PopplerDest" title="PopplerDest"><span class="type">PopplerDest</span></a> destination or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if
1639
1639
  <em class="parameter"><code>link_name</code></em>
1640
1640
  is not a destination. Returned value must
1641
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>
@@ -1644,7 +1644,7 @@ be freed with <a class="link" href="poppler-PopplerAction.html#poppler-dest-free
1644
1644
  <hr>
1645
1645
  <div class="refsect2">
1646
1646
  <a name="poppler-document-get-n-attachments"></a><h3>poppler_document_get_n_attachments ()</h3>
1647
- <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
1647
+ <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
1648
1648
  poppler_document_get_n_attachments (<em class="parameter"><code><a class="link" href="PopplerDocument.html" title="PopplerDocument"><span class="type">PopplerDocument</span></a> *document</code></em>);</pre>
1649
1649
  <p>Returns the number of attachments in a loaded document.
1650
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>
@@ -1672,9 +1672,9 @@ See also <a class="link" href="PopplerDocument.html#poppler-document-get-attachm
1672
1672
  <hr>
1673
1673
  <div class="refsect2">
1674
1674
  <a name="poppler-document-has-attachments"></a><h3>poppler_document_has_attachments ()</h3>
1675
- <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>
1675
+ <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
1676
1676
  poppler_document_has_attachments (<em class="parameter"><code><a class="link" href="PopplerDocument.html" title="PopplerDocument"><span class="type">PopplerDocument</span></a> *document</code></em>);</pre>
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>
1677
+ <p>Returns <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> of <em class="parameter"><code>document</code></em>
1678
1678
  has any attachments.</p>
1679
1679
  <div class="refsect3">
1680
1680
  <a name="id-1.2.2.9.29.5"></a><h4>Parameters</h4>
@@ -1693,18 +1693,18 @@ poppler_document_has_attachments (<em class="parameter"><code><a class="link" hr
1693
1693
  </div>
1694
1694
  <div class="refsect3">
1695
1695
  <a name="id-1.2.2.9.29.6"></a><h4>Returns</h4>
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>
1696
+ <p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, if <em class="parameter"><code>document</code></em>
1697
1697
  has attachments.</p>
1698
1698
  </div>
1699
1699
  </div>
1700
1700
  <hr>
1701
1701
  <div class="refsect2">
1702
1702
  <a name="poppler-document-get-attachments"></a><h3>poppler_document_get_attachments ()</h3>
1703
- <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *
1703
+ <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *
1704
1704
  poppler_document_get_attachments (<em class="parameter"><code><a class="link" href="PopplerDocument.html" title="PopplerDocument"><span class="type">PopplerDocument</span></a> *document</code></em>);</pre>
1705
- <p>Returns a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> containing <a class="link" href="PopplerAttachment.html" title="PopplerAttachment"><span class="type">PopplerAttachment</span></a>s. These attachments
1705
+ <p>Returns a <a href="https://developer.gnome.org/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> containing <a class="link" href="PopplerAttachment.html" title="PopplerAttachment"><span class="type">PopplerAttachment</span></a>s. These attachments
1706
1706
  are unowned, and must be unreffed, and the list must be freed with
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>
1707
+ <a href="https://developer.gnome.org/glib/unstable/glib-Doubly-Linked-Lists.html#g-list-free"><code class="function">g_list_free()</code></a>.</p>
1708
1708
  <div class="refsect3">
1709
1709
  <a name="id-1.2.2.9.30.5"></a><h4>Parameters</h4>
1710
1710
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
@@ -1731,10 +1731,10 @@ are unowned, and must be unreffed, and the list must be freed with
1731
1731
  <a name="poppler-document-get-form-field"></a><h3>poppler_document_get_form_field ()</h3>
1732
1732
  <pre class="programlisting"><a class="link" href="PopplerFormField.html" title="PoppplerFormField"><span class="returnvalue">PopplerFormField</span></a> *
1733
1733
  poppler_document_get_form_field (<em class="parameter"><code><a class="link" href="PopplerDocument.html" title="PopplerDocument"><span class="type">PopplerDocument</span></a> *document</code></em>,
1734
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> id</code></em>);</pre>
1734
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> id</code></em>);</pre>
1735
1735
  <p>Returns the <a class="link" href="PopplerFormField.html" title="PoppplerFormField"><span class="type">PopplerFormField</span></a> for the given <em class="parameter"><code>id</code></em>
1736
1736
  . It must be freed with
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>
1737
+ <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a></p>
1738
1738
  <div class="refsect3">
1739
1739
  <a name="id-1.2.2.9.31.5"></a><h4>Parameters</h4>
1740
1740
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
@@ -1759,7 +1759,7 @@ poppler_document_get_form_field (<em class="parameter"><code><a class="link" hre
1759
1759
  </div>
1760
1760
  <div class="refsect3">
1761
1761
  <a name="id-1.2.2.9.31.6"></a><h4>Returns</h4>
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
1762
+ <p> a new <a class="link" href="PopplerFormField.html" title="PoppplerFormField"><span class="type">PopplerFormField</span></a> or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if
1763
1763
  not found. </p>
1764
1764
  <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
1765
1765
  </div>
@@ -1770,7 +1770,7 @@ not found. </p>
1770
1770
  <pre class="programlisting"><a class="link" href="PopplerDocument.html#PopplerIndexIter" title="PopplerIndexIter"><span class="returnvalue">PopplerIndexIter</span></a> *
1771
1771
  poppler_index_iter_new (<em class="parameter"><code><a class="link" href="PopplerDocument.html" title="PopplerDocument"><span class="type">PopplerDocument</span></a> *document</code></em>);</pre>
1772
1772
  <p>Returns the root <a class="link" href="PopplerDocument.html#PopplerIndexIter" title="PopplerIndexIter"><span class="type">PopplerIndexIter</span></a> for <em class="parameter"><code>document</code></em>
1773
- , 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>. This must be
1773
+ , or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. This must be
1774
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>
1775
1775
  <p>Certain documents have an index associated with them. This index can be used
1776
1776
  to help the user navigate the document, and is similar to a table of
@@ -1876,7 +1876,7 @@ poppler_index_iter_free (<em class="parameter"><code><a class="link" href="Poppl
1876
1876
  <pre class="programlisting"><a class="link" href="PopplerDocument.html#PopplerIndexIter" title="PopplerIndexIter"><span class="returnvalue">PopplerIndexIter</span></a> *
1877
1877
  poppler_index_iter_get_child (<em class="parameter"><code><a class="link" href="PopplerDocument.html#PopplerIndexIter" title="PopplerIndexIter"><span class="type">PopplerIndexIter</span></a> *parent</code></em>);</pre>
1878
1878
  <p>Returns a newly created child of <em class="parameter"><code>parent</code></em>
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.
1879
+ , or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the iter has no child.
1880
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>
1881
1881
  <div class="refsect3">
1882
1882
  <a name="id-1.2.2.9.35.5"></a><h4>Parameters</h4>
@@ -1901,7 +1901,7 @@ See <a class="link" href="PopplerDocument.html#poppler-index-iter-new" title="po
1901
1901
  <hr>
1902
1902
  <div class="refsect2">
1903
1903
  <a name="poppler-index-iter-is-open"></a><h3>poppler_index_iter_is_open ()</h3>
1904
- <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>
1904
+ <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
1905
1905
  poppler_index_iter_is_open (<em class="parameter"><code><a class="link" href="PopplerDocument.html#PopplerIndexIter" title="PopplerIndexIter"><span class="type">PopplerIndexIter</span></a> *iter</code></em>);</pre>
1906
1906
  <p>Returns whether this node should be expanded by default to the user. The
1907
1907
  document can provide a hint as to how the document's index should be expanded
@@ -1923,7 +1923,7 @@ initially.</p>
1923
1923
  </div>
1924
1924
  <div class="refsect3">
1925
1925
  <a name="id-1.2.2.9.36.6"></a><h4>Returns</h4>
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>
1926
+ <p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, if the document wants <em class="parameter"><code>iter</code></em>
1927
1927
  to be expanded</p>
1928
1928
  </div>
1929
1929
  </div>
@@ -1958,7 +1958,7 @@ poppler_index_iter_get_action (<em class="parameter"><code><a class="link" href=
1958
1958
  <hr>
1959
1959
  <div class="refsect2">
1960
1960
  <a name="poppler-index-iter-next"></a><h3>poppler_index_iter_next ()</h3>
1961
- <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>
1961
+ <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
1962
1962
  poppler_index_iter_next (<em class="parameter"><code><a class="link" href="PopplerDocument.html#PopplerIndexIter" title="PopplerIndexIter"><span class="type">PopplerIndexIter</span></a> *iter</code></em>);</pre>
1963
1963
  <p>Sets <em class="parameter"><code>iter</code></em>
1964
1964
  to point to the next action at the current level, if valid. See
@@ -1980,7 +1980,7 @@ poppler_index_iter_next (<em class="parameter"><code><a class="link" href="Poppl
1980
1980
  </div>
1981
1981
  <div class="refsect3">
1982
1982
  <a name="id-1.2.2.9.38.6"></a><h4>Returns</h4>
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>
1983
+ <p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, if <em class="parameter"><code>iter</code></em>
1984
1984
  was set to the next action</p>
1985
1985
  </div>
1986
1986
  </div>
@@ -2013,7 +2013,7 @@ poppler_font_info_new (<em class="parameter"><code><a class="link" href="Poppler
2013
2013
  <hr>
2014
2014
  <div class="refsect2">
2015
2015
  <a name="poppler-font-info-scan"></a><h3>poppler_font_info_scan ()</h3>
2016
- <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>
2016
+ <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
2017
2017
  poppler_font_info_scan (<em class="parameter"><code><a class="link" href="PopplerDocument.html#PopplerFontInfo" title="PopplerFontInfo"><span class="type">PopplerFontInfo</span></a> *font_info</code></em>,
2018
2018
  <em class="parameter"><code><span class="type">int</span> n_pages</code></em>,
2019
2019
  <em class="parameter"><code><a class="link" href="PopplerDocument.html#PopplerFontsIter" title="PopplerFontsIter"><span class="type">PopplerFontsIter</span></a> **iter</code></em>);</pre>
@@ -2065,7 +2065,7 @@ while (poppler_font_info_scan (font_info, 20, &amp;fonts_iter)) {
2065
2065
  </div>
2066
2066
  <div class="refsect3">
2067
2067
  <a name="id-1.2.2.9.40.8"></a><h4>Returns</h4>
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>
2068
+ <p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, if there are more fonts left to scan</p>
2069
2069
  </div>
2070
2070
  </div>
2071
2071
  <hr>
@@ -2212,7 +2212,7 @@ poppler_fonts_iter_get_font_type (<em class="parameter"><code><a class="link" hr
2212
2212
  poppler_fonts_iter_get_substitute_name
2213
2213
  (<em class="parameter"><code><a class="link" href="PopplerDocument.html#PopplerFontsIter" title="PopplerFontsIter"><span class="type">PopplerFontsIter</span></a> *iter</code></em>);</pre>
2214
2214
  <p>The name of the substitute font of the font associated with <em class="parameter"><code>iter</code></em>
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
2215
+ or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if
2216
2216
  the font is embedded</p>
2217
2217
  <div class="refsect3">
2218
2218
  <a name="id-1.2.2.9.47.5"></a><h4>Parameters</h4>
@@ -2231,7 +2231,7 @@ the font is embedded</p>
2231
2231
  </div>
2232
2232
  <div class="refsect3">
2233
2233
  <a name="id-1.2.2.9.47.6"></a><h4>Returns</h4>
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>
2234
+ <p> the name of the substitute font or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if font is embedded</p>
2235
2235
  </div>
2236
2236
  <p class="since">Since: <a class="link" href="api-index-0-20.html#api-index-0.20">0.20</a></p>
2237
2237
  </div>
@@ -2241,7 +2241,7 @@ the font is embedded</p>
2241
2241
  <pre class="programlisting">const <span class="returnvalue">char</span> *
2242
2242
  poppler_fonts_iter_get_file_name (<em class="parameter"><code><a class="link" href="PopplerDocument.html#PopplerFontsIter" title="PopplerFontsIter"><span class="type">PopplerFontsIter</span></a> *iter</code></em>);</pre>
2243
2243
  <p>The filename of the font associated with <em class="parameter"><code>iter</code></em>
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
2244
+ or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if
2245
2245
  the font is embedded</p>
2246
2246
  <div class="refsect3">
2247
2247
  <a name="id-1.2.2.9.48.5"></a><h4>Parameters</h4>
@@ -2260,7 +2260,7 @@ the font is embedded</p>
2260
2260
  </div>
2261
2261
  <div class="refsect3">
2262
2262
  <a name="id-1.2.2.9.48.6"></a><h4>Returns</h4>
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>
2263
+ <p> the filename of the font or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if font is embedded</p>
2264
2264
  </div>
2265
2265
  </div>
2266
2266
  <hr>
@@ -2294,7 +2294,7 @@ poppler_fonts_iter_get_encoding (<em class="parameter"><code><a class="link" hre
2294
2294
  <hr>
2295
2295
  <div class="refsect2">
2296
2296
  <a name="poppler-fonts-iter-is-embedded"></a><h3>poppler_fonts_iter_is_embedded ()</h3>
2297
- <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>
2297
+ <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
2298
2298
  poppler_fonts_iter_is_embedded (<em class="parameter"><code><a class="link" href="PopplerDocument.html#PopplerFontsIter" title="PopplerFontsIter"><span class="type">PopplerFontsIter</span></a> *iter</code></em>);</pre>
2299
2299
  <p>Returns whether the font associated with <em class="parameter"><code>iter</code></em>
2300
2300
  is embedded in the document</p>
@@ -2315,13 +2315,13 @@ poppler_fonts_iter_is_embedded (<em class="parameter"><code><a class="link" href
2315
2315
  </div>
2316
2316
  <div class="refsect3">
2317
2317
  <a name="id-1.2.2.9.50.6"></a><h4>Returns</h4>
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>
2318
+ <p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if font is emebdded, <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise</p>
2319
2319
  </div>
2320
2320
  </div>
2321
2321
  <hr>
2322
2322
  <div class="refsect2">
2323
2323
  <a name="poppler-fonts-iter-is-subset"></a><h3>poppler_fonts_iter_is_subset ()</h3>
2324
- <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>
2324
+ <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
2325
2325
  poppler_fonts_iter_is_subset (<em class="parameter"><code><a class="link" href="PopplerDocument.html#PopplerFontsIter" title="PopplerFontsIter"><span class="type">PopplerFontsIter</span></a> *iter</code></em>);</pre>
2326
2326
  <p>Returns whether the font associated with <em class="parameter"><code>iter</code></em>
2327
2327
  is a subset of another font</p>
@@ -2342,13 +2342,13 @@ poppler_fonts_iter_is_subset (<em class="parameter"><code><a class="link" href="
2342
2342
  </div>
2343
2343
  <div class="refsect3">
2344
2344
  <a name="id-1.2.2.9.51.6"></a><h4>Returns</h4>
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>
2345
+ <p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if font is a subset, <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise</p>
2346
2346
  </div>
2347
2347
  </div>
2348
2348
  <hr>
2349
2349
  <div class="refsect2">
2350
2350
  <a name="poppler-fonts-iter-next"></a><h3>poppler_fonts_iter_next ()</h3>
2351
- <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>
2351
+ <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
2352
2352
  poppler_fonts_iter_next (<em class="parameter"><code><a class="link" href="PopplerDocument.html#PopplerFontsIter" title="PopplerFontsIter"><span class="type">PopplerFontsIter</span></a> *iter</code></em>);</pre>
2353
2353
  <p>Sets <em class="parameter"><code>iter</code></em>
2354
2354
  to point to the next font</p>
@@ -2369,7 +2369,7 @@ poppler_fonts_iter_next (<em class="parameter"><code><a class="link" href="Poppl
2369
2369
  </div>
2370
2370
  <div class="refsect3">
2371
2371
  <a name="id-1.2.2.9.52.6"></a><h4>Returns</h4>
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>
2372
+ <p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, if <em class="parameter"><code>iter</code></em>
2373
2373
  was set to the next font</p>
2374
2374
  </div>
2375
2375
  </div>
@@ -2454,7 +2454,7 @@ poppler_layers_iter_free (<em class="parameter"><code><a class="link" href="Popp
2454
2454
  <pre class="programlisting"><a class="link" href="PopplerDocument.html#PopplerLayersIter" title="PopplerLayersIter"><span class="returnvalue">PopplerLayersIter</span></a> *
2455
2455
  poppler_layers_iter_get_child (<em class="parameter"><code><a class="link" href="PopplerDocument.html#PopplerLayersIter" title="PopplerLayersIter"><span class="type">PopplerLayersIter</span></a> *parent</code></em>);</pre>
2456
2456
  <p>Returns a newly created child of <em class="parameter"><code>parent</code></em>
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.
2457
+ , or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the iter has no child.
2458
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>
2459
2459
  <div class="refsect3">
2460
2460
  <a name="id-1.2.2.9.56.5"></a><h4>Parameters</h4>
@@ -2473,7 +2473,7 @@ See <a class="link" href="PopplerDocument.html#poppler-layers-iter-new" title="p
2473
2473
  </div>
2474
2474
  <div class="refsect3">
2475
2475
  <a name="id-1.2.2.9.56.6"></a><h4>Returns</h4>
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>
2476
+ <p> a new <a class="link" href="PopplerDocument.html#PopplerLayersIter" title="PopplerLayersIter"><span class="type">PopplerLayersIter</span></a>, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p>
2477
2477
  </div>
2478
2478
  <p class="since">Since: <a class="link" href="api-index-0-12.html#api-index-0.12">0.12</a></p>
2479
2479
  </div>
@@ -2501,7 +2501,7 @@ poppler_layers_iter_get_layer (<em class="parameter"><code><a class="link" href=
2501
2501
  </div>
2502
2502
  <div class="refsect3">
2503
2503
  <a name="id-1.2.2.9.57.6"></a><h4>Returns</h4>
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
2504
+ <p> a new <a class="link" href="PopplerLayer.html" title="PopplerLayer"><span class="type">PopplerLayer</span></a>, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if
2505
2505
  there isn't any layer associated with <em class="parameter"><code>iter</code></em>
2506
2506
  . </p>
2507
2507
  <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
@@ -2511,11 +2511,11 @@ there isn't any layer associated with <em class="parameter"><code>iter</code></e
2511
2511
  <hr>
2512
2512
  <div class="refsect2">
2513
2513
  <a name="poppler-layers-iter-get-title"></a><h3>poppler_layers_iter_get_title ()</h3>
2514
- <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
2514
+ <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
2515
2515
  poppler_layers_iter_get_title (<em class="parameter"><code><a class="link" href="PopplerDocument.html#PopplerLayersIter" title="PopplerLayersIter"><span class="type">PopplerLayersIter</span></a> *iter</code></em>);</pre>
2516
2516
  <p>Returns the title associated with <em class="parameter"><code>iter</code></em>
2517
2517
  . It must be freed with
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>
2518
+ <a href="https://developer.gnome.org/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.</p>
2519
2519
  <div class="refsect3">
2520
2520
  <a name="id-1.2.2.9.58.5"></a><h4>Parameters</h4>
2521
2521
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
@@ -2534,16 +2534,16 @@ poppler_layers_iter_get_title (<em class="parameter"><code><a class="link" href=
2534
2534
  <div class="refsect3">
2535
2535
  <a name="id-1.2.2.9.58.6"></a><h4>Returns</h4>
2536
2536
  <p> a new string containing the <em class="parameter"><code>iter</code></em>
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>
2537
+ 's title or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>iter</code></em>
2538
2538
  doesn't have a title.
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>
2539
+ The returned string should be freed with <a href="https://developer.gnome.org/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a> when no longer needed.</p>
2540
2540
  </div>
2541
2541
  <p class="since">Since: <a class="link" href="api-index-0-12.html#api-index-0.12">0.12</a></p>
2542
2542
  </div>
2543
2543
  <hr>
2544
2544
  <div class="refsect2">
2545
2545
  <a name="poppler-layers-iter-next"></a><h3>poppler_layers_iter_next ()</h3>
2546
- <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>
2546
+ <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
2547
2547
  poppler_layers_iter_next (<em class="parameter"><code><a class="link" href="PopplerDocument.html#PopplerLayersIter" title="PopplerLayersIter"><span class="type">PopplerLayersIter</span></a> *iter</code></em>);</pre>
2548
2548
  <p>Sets <em class="parameter"><code>iter</code></em>
2549
2549
  to point to the next action at the current level, if valid. See
@@ -2565,7 +2565,7 @@ poppler_layers_iter_next (<em class="parameter"><code><a class="link" href="Popp
2565
2565
  </div>
2566
2566
  <div class="refsect3">
2567
2567
  <a name="id-1.2.2.9.59.6"></a><h4>Returns</h4>
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>
2568
+ <p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, if <em class="parameter"><code>iter</code></em>
2569
2569
  was set to the next action</p>
2570
2570
  </div>
2571
2571
  <p class="since">Since: <a class="link" href="api-index-0-12.html#api-index-0.12">0.12</a></p>
@@ -2682,7 +2682,7 @@ generated PostScript.</p>
2682
2682
  <a name="poppler-ps-file-set-duplex"></a><h3>poppler_ps_file_set_duplex ()</h3>
2683
2683
  <pre class="programlisting"><span class="returnvalue">void</span>
2684
2684
  poppler_ps_file_set_duplex (<em class="parameter"><code><a class="link" href="PopplerDocument.html#PopplerPSFile" title="PopplerPSFile"><span class="type">PopplerPSFile</span></a> *ps_file</code></em>,
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>
2685
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> duplex</code></em>);</pre>
2686
2686
  <p>Enable or disable Duplex printing.</p>
2687
2687
  <div class="refsect3">
2688
2688
  <a name="id-1.2.2.9.63.5"></a><h4>Parameters</h4>
@@ -3132,7 +3132,7 @@ bookmarks or thumbnail images). Since 0.18</p>
3132
3132
  <a name="PopplerDocument.property-details"></a><h2>Property Details</h2>
3133
3133
  <div class="refsect2">
3134
3134
  <a name="PopplerDocument--author"></a><h3>The <code class="literal">“author”</code> property</h3>
3135
- <pre class="programlisting"> “author” <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> *</pre>
3135
+ <pre class="programlisting"> “author” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
3136
3136
  <p>The author of the document</p>
3137
3137
  <p>Flags: Read</p>
3138
3138
  <p>Default value: NULL</p>
@@ -3140,7 +3140,7 @@ bookmarks or thumbnail images). Since 0.18</p>
3140
3140
  <hr>
3141
3141
  <div class="refsect2">
3142
3142
  <a name="PopplerDocument--creation-date"></a><h3>The <code class="literal">“creation-date”</code> property</h3>
3143
- <pre class="programlisting"> “creation-date” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
3143
+ <pre class="programlisting"> “creation-date” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
3144
3144
  <p>The date the document was created as seconds since the Epoch, or -1</p>
3145
3145
  <p>Flags: Read</p>
3146
3146
  <p>Allowed values: &gt;= -1</p>
@@ -3149,7 +3149,7 @@ bookmarks or thumbnail images). Since 0.18</p>
3149
3149
  <hr>
3150
3150
  <div class="refsect2">
3151
3151
  <a name="PopplerDocument--creator"></a><h3>The <code class="literal">“creator”</code> property</h3>
3152
- <pre class="programlisting"> “creator” <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> *</pre>
3152
+ <pre class="programlisting"> “creator” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
3153
3153
  <p>The creator of the document. See also <a class="link" href="PopplerDocument.html#poppler-document-get-creator" title="poppler_document_get_creator ()"><code class="function">poppler_document_get_creator()</code></a></p>
3154
3154
  <p>Flags: Read</p>
3155
3155
  <p>Default value: NULL</p>
@@ -3157,7 +3157,7 @@ bookmarks or thumbnail images). Since 0.18</p>
3157
3157
  <hr>
3158
3158
  <div class="refsect2">
3159
3159
  <a name="PopplerDocument--format"></a><h3>The <code class="literal">“format”</code> property</h3>
3160
- <pre class="programlisting"> “format” <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> *</pre>
3160
+ <pre class="programlisting"> “format” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
3161
3161
  <p>The PDF version as string. See also <a class="link" href="PopplerDocument.html#poppler-document-get-pdf-version-string" title="poppler_document_get_pdf_version_string ()"><code class="function">poppler_document_get_pdf_version_string()</code></a></p>
3162
3162
  <p>Flags: Read</p>
3163
3163
  <p>Default value: NULL</p>
@@ -3165,7 +3165,7 @@ bookmarks or thumbnail images). Since 0.18</p>
3165
3165
  <hr>
3166
3166
  <div class="refsect2">
3167
3167
  <a name="PopplerDocument--format-major"></a><h3>The <code class="literal">“format-major”</code> property</h3>
3168
- <pre class="programlisting"> “format-major” <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></pre>
3168
+ <pre class="programlisting"> “format-major” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre>
3169
3169
  <p>The PDF major version number. See also <a class="link" href="PopplerDocument.html#poppler-document-get-pdf-version" title="poppler_document_get_pdf_version ()"><code class="function">poppler_document_get_pdf_version()</code></a></p>
3170
3170
  <p>Flags: Read</p>
3171
3171
  <p>Default value: 1</p>
@@ -3173,7 +3173,7 @@ bookmarks or thumbnail images). Since 0.18</p>
3173
3173
  <hr>
3174
3174
  <div class="refsect2">
3175
3175
  <a name="PopplerDocument--format-minor"></a><h3>The <code class="literal">“format-minor”</code> property</h3>
3176
- <pre class="programlisting"> “format-minor” <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></pre>
3176
+ <pre class="programlisting"> “format-minor” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre>
3177
3177
  <p>The PDF minor version number. See also <a class="link" href="PopplerDocument.html#poppler-document-get-pdf-version" title="poppler_document_get_pdf_version ()"><code class="function">poppler_document_get_pdf_version()</code></a></p>
3178
3178
  <p>Flags: Read</p>
3179
3179
  <p>Default value: 0</p>
@@ -3181,7 +3181,7 @@ bookmarks or thumbnail images). Since 0.18</p>
3181
3181
  <hr>
3182
3182
  <div class="refsect2">
3183
3183
  <a name="PopplerDocument--keywords"></a><h3>The <code class="literal">“keywords”</code> property</h3>
3184
- <pre class="programlisting"> “keywords” <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> *</pre>
3184
+ <pre class="programlisting"> “keywords” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
3185
3185
  <p>The keywords associated to the document</p>
3186
3186
  <p>Flags: Read</p>
3187
3187
  <p>Default value: NULL</p>
@@ -3189,7 +3189,7 @@ bookmarks or thumbnail images). Since 0.18</p>
3189
3189
  <hr>
3190
3190
  <div class="refsect2">
3191
3191
  <a name="PopplerDocument--linearized"></a><h3>The <code class="literal">“linearized”</code> property</h3>
3192
- <pre class="programlisting"> “linearized” <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></pre>
3192
+ <pre class="programlisting"> “linearized” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
3193
3193
  <p>Whether document is linearized. See also <a class="link" href="PopplerDocument.html#poppler-document-is-linearized" title="poppler_document_is_linearized ()"><code class="function">poppler_document_is_linearized()</code></a></p>
3194
3194
  <p>Flags: Read</p>
3195
3195
  <p>Default value: FALSE</p>
@@ -3197,15 +3197,15 @@ bookmarks or thumbnail images). Since 0.18</p>
3197
3197
  <hr>
3198
3198
  <div class="refsect2">
3199
3199
  <a name="PopplerDocument--metadata"></a><h3>The <code class="literal">“metadata”</code> property</h3>
3200
- <pre class="programlisting"> “metadata” <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> *</pre>
3201
- <p>Document metadata in XML format, 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>
3200
+ <pre class="programlisting"> “metadata” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
3201
+ <p>Document metadata in XML format, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p>
3202
3202
  <p>Flags: Read</p>
3203
3203
  <p>Default value: NULL</p>
3204
3204
  </div>
3205
3205
  <hr>
3206
3206
  <div class="refsect2">
3207
3207
  <a name="PopplerDocument--mod-date"></a><h3>The <code class="literal">“mod-date”</code> property</h3>
3208
- <pre class="programlisting"> “mod-date” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
3208
+ <pre class="programlisting"> “mod-date” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
3209
3209
  <p>The date the document was most recently modified as seconds since the Epoch, or -1</p>
3210
3210
  <p>Flags: Read</p>
3211
3211
  <p>Allowed values: &gt;= -1</p>
@@ -3238,7 +3238,7 @@ bookmarks or thumbnail images). Since 0.18</p>
3238
3238
  <hr>
3239
3239
  <div class="refsect2">
3240
3240
  <a name="PopplerDocument--producer"></a><h3>The <code class="literal">“producer”</code> property</h3>
3241
- <pre class="programlisting"> “producer” <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> *</pre>
3241
+ <pre class="programlisting"> “producer” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
3242
3242
  <p>The producer of the document. See also <a class="link" href="PopplerDocument.html#poppler-document-get-producer" title="poppler_document_get_producer ()"><code class="function">poppler_document_get_producer()</code></a></p>
3243
3243
  <p>Flags: Read</p>
3244
3244
  <p>Default value: NULL</p>
@@ -3246,7 +3246,7 @@ bookmarks or thumbnail images). Since 0.18</p>
3246
3246
  <hr>
3247
3247
  <div class="refsect2">
3248
3248
  <a name="PopplerDocument--subject"></a><h3>The <code class="literal">“subject”</code> property</h3>
3249
- <pre class="programlisting"> “subject” <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> *</pre>
3249
+ <pre class="programlisting"> “subject” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
3250
3250
  <p>The subject of the document</p>
3251
3251
  <p>Flags: Read</p>
3252
3252
  <p>Default value: NULL</p>
@@ -3254,8 +3254,8 @@ bookmarks or thumbnail images). Since 0.18</p>
3254
3254
  <hr>
3255
3255
  <div class="refsect2">
3256
3256
  <a name="PopplerDocument--title"></a><h3>The <code class="literal">“title”</code> property</h3>
3257
- <pre class="programlisting"> “title” <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> *</pre>
3258
- <p>The document'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></p>
3257
+ <pre class="programlisting"> “title” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
3258
+ <p>The document's title or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p>
3259
3259
  <p>Flags: Read</p>
3260
3260
  <p>Default value: NULL</p>
3261
3261
  </div>