gsf 3.2.5-x86-mingw32 → 3.2.6-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (30) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +3 -1
  3. data/vendor/local/bin/gsf-office-thumbnailer.exe +0 -0
  4. data/vendor/local/bin/gsf-vba-dump.exe +0 -0
  5. data/vendor/local/bin/gsf.exe +0 -0
  6. data/vendor/local/bin/libgsf-1-114.dll +0 -0
  7. data/vendor/local/bin/libgsf-win32-1-114.dll +0 -0
  8. data/vendor/local/include/libgsf-1/gsf/gsf-input-impl.h +6 -1
  9. data/vendor/local/lib/libgsf-1.a +0 -0
  10. data/vendor/local/lib/libgsf-1.dll.a +0 -0
  11. data/vendor/local/lib/libgsf-1.la +2 -2
  12. data/vendor/local/lib/libgsf-win32-1.a +0 -0
  13. data/vendor/local/lib/libgsf-win32-1.dll.a +0 -0
  14. data/vendor/local/lib/libgsf-win32-1.la +2 -2
  15. data/vendor/local/lib/pkgconfig/libgsf-1.pc +1 -1
  16. data/vendor/local/lib/pkgconfig/libgsf-win32-1.pc +1 -1
  17. data/vendor/local/share/gtk-doc/html/gsf/annotation-glossary.html +15 -1
  18. data/vendor/local/share/gtk-doc/html/gsf/gsf-Infile-reading-structed-files.html +3 -3
  19. data/vendor/local/share/gtk-doc/html/gsf/gsf-Input-from-unstructured-files.html +12 -36
  20. data/vendor/local/share/gtk-doc/html/gsf/gsf-Outfile-writing-structed-files.html +1 -0
  21. data/vendor/local/share/gtk-doc/html/gsf/gsf-Output-to-unstructured-files.html +11 -5
  22. data/vendor/local/share/gtk-doc/html/gsf/gsf-Text.html +4 -3
  23. data/vendor/local/share/gtk-doc/html/gsf/gsf-XML-and-libxml.html +29 -27
  24. data/vendor/local/share/gtk-doc/html/gsf/gsf-index.html +398 -398
  25. data/vendor/local/share/gtk-doc/html/gsf/gsf-memory.html +10 -8
  26. data/vendor/local/share/gtk-doc/html/gsf/gsf-metadata.html +24 -17
  27. data/vendor/local/share/gtk-doc/html/gsf/gsf-utils.html +46 -33
  28. data/vendor/local/share/locale/eo/LC_MESSAGES/libgsf.mo +0 -0
  29. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/libgsf.mo +0 -0
  30. metadata +7 -7
@@ -147,8 +147,8 @@ gsf_input_mmap_new (<em class="parameter"><code><span class="type">char</span> c
147
147
  </tr>
148
148
  <tr>
149
149
  <td class="parameter_name"><p>err</p></td>
150
- <td class="parameter_description"><p>A <span class="type">GError</span>, or optionally <code class="literal">NULL</code></p></td>
151
- <td class="parameter_annotations"> </td>
150
+ <td class="parameter_description"><p> A <span class="type">GError</span>. </p></td>
151
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
152
152
  </tr>
153
153
  </tbody>
154
154
  </table></div>
@@ -176,8 +176,8 @@ gsf_input_memory_new (<em class="parameter"><code><span class="type">guint8</spa
176
176
  <tbody>
177
177
  <tr>
178
178
  <td class="parameter_name"><p>buf</p></td>
179
- <td class="parameter_description"><p>The input bytes</p></td>
180
- <td class="parameter_annotations"> </td>
179
+ <td class="parameter_description"><p> The input bytes. </p></td>
180
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=length]</span></td>
181
181
  </tr>
182
182
  <tr>
183
183
  <td class="parameter_name"><p>length</p></td>
@@ -215,8 +215,8 @@ gsf_input_memory_new_clone (<em class="parameter"><code><span class="type">guint
215
215
  <tbody>
216
216
  <tr>
217
217
  <td class="parameter_name"><p>buf</p></td>
218
- <td class="parameter_description"><p>The input bytes</p></td>
219
- <td class="parameter_annotations"> </td>
218
+ <td class="parameter_description"><p> The input bytes. </p></td>
219
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=length]</span></td>
220
220
  </tr>
221
221
  <tr>
222
222
  <td class="parameter_name"><p>length</p></td>
@@ -288,7 +288,8 @@ gsf_output_memory_get_bytes (<em class="parameter"><code><a class="link" href="g
288
288
  <div class="refsect3">
289
289
  <a name="gsf-output-memory-get-bytes.returns"></a><h4>Returns</h4>
290
290
  <p> The data that has been written to <em class="parameter"><code>mem</code></em>
291
- , or <code class="literal">NULL</code></p>
291
+ . </p>
292
+ <p><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
292
293
  </div>
293
294
  </div>
294
295
  <hr>
@@ -298,7 +299,8 @@ gsf_output_memory_get_bytes (<em class="parameter"><code><a class="link" href="g
298
299
  gsf_output_memory_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
299
300
  <div class="refsect3">
300
301
  <a name="gsf-output-memory-new.returns"></a><h4>Returns</h4>
301
- <p> a new file or <code class="literal">NULL</code>.</p>
302
+ <p> a new file. </p>
303
+ <p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
302
304
  </div>
303
305
  </div>
304
306
  </div>
@@ -545,10 +545,11 @@ gsf_doc_meta_data_lookup (<em class="parameter"><code><a class="link" href="gsf-
545
545
  </div>
546
546
  <div class="refsect3">
547
547
  <a name="gsf-doc-meta-data-lookup.returns"></a><h4>Returns</h4>
548
- <p> the property with name <em class="parameter"><code>id</code></em>
548
+ <p> the property with <em class="parameter"><code>name</code></em>
549
549
  in <em class="parameter"><code>meta</code></em>
550
- . The caller can modify the
551
- property value and link but not the name.</p>
550
+ . The caller can
551
+ modify the property value and link but not the name. </p>
552
+ <p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
552
553
  </div>
553
554
  </div>
554
555
  <hr>
@@ -580,13 +581,13 @@ If a property exists with <em class="parameter"><code>name</code></em>
580
581
  </tr>
581
582
  <tr>
582
583
  <td class="parameter_name"><p>name</p></td>
583
- <td class="parameter_description"><p>the id.</p></td>
584
- <td class="parameter_annotations"> </td>
584
+ <td class="parameter_description"><p> the id. </p></td>
585
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></td>
585
586
  </tr>
586
587
  <tr>
587
588
  <td class="parameter_name"><p>value</p></td>
588
- <td class="parameter_description"><p><span class="type">GValue</span></p></td>
589
- <td class="parameter_annotations"> </td>
589
+ <td class="parameter_description"><p> <span class="type">GValue</span>. </p></td>
590
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></td>
590
591
  </tr>
591
592
  </tbody>
592
593
  </table></div>
@@ -646,6 +647,13 @@ gsf_doc_meta_data_steal (<em class="parameter"><code><a class="link" href="gsf-m
646
647
  </tr></tbody>
647
648
  </table></div>
648
649
  </div>
650
+ <div class="refsect3">
651
+ <a name="gsf-doc-meta-data-steal.returns"></a><h4>Returns</h4>
652
+ <p> the property with <em class="parameter"><code>name</code></em>
653
+ in <em class="parameter"><code>meta</code></em>
654
+ . </p>
655
+ <p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
656
+ </div>
649
657
  </div>
650
658
  <hr>
651
659
  <div class="refsect2">
@@ -705,8 +713,8 @@ gsf_doc_meta_data_foreach (<em class="parameter"><code><a class="link" href="gsf
705
713
  </tr>
706
714
  <tr>
707
715
  <td class="parameter_name"><p>user_data</p></td>
708
- <td class="parameter_description"><p>any supplied user data or <code class="literal">NULL</code></p></td>
709
- <td class="parameter_annotations"> </td>
716
+ <td class="parameter_description"><p> any supplied user data. </p></td>
717
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
710
718
  </tr>
711
719
  </tbody>
712
720
  </table></div>
@@ -853,8 +861,8 @@ gsf_doc_meta_data_write_to_odf (<em class="parameter"><code><a class="link" href
853
861
  </tr>
854
862
  <tr>
855
863
  <td class="parameter_name"><p>output</p></td>
856
- <td class="parameter_description"><p>a pointer to a <a class="link" href="gsf-Output-to-unstructured-files.html#GsfOutput"><span class="type">GsfOutput</span></a>.</p></td>
857
- <td class="parameter_annotations"> </td>
864
+ <td class="parameter_description"><p> a pointer to a <a class="link" href="gsf-Output-to-unstructured-files.html#GsfOutput"><span class="type">GsfOutput</span></a>. </p></td>
865
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> GsfXMLOut]</span></td>
858
866
  </tr>
859
867
  </tbody>
860
868
  </table></div>
@@ -975,8 +983,7 @@ gsf_doc_prop_new (<em class="parameter"><code><span class="type">char</span> *na
975
983
  <a name="gsf-doc-prop-free"></a><h3>gsf_doc_prop_free ()</h3>
976
984
  <pre class="programlisting"><span class="returnvalue">void</span>
977
985
  gsf_doc_prop_free (<em class="parameter"><code><a class="link" href="gsf-metadata.html#GsfDocProp" title="GsfDocProp"><span class="type">GsfDocProp</span></a> *prop</code></em>);</pre>
978
- <p>If <em class="parameter"><code>prop</code></em>
979
- is non <code class="literal">NULL</code> free the memory associated with it</p>
986
+ <p>Release the given property.</p>
980
987
  <div class="refsect3">
981
988
  <a name="gsf-doc-prop-free.parameters"></a><h4>Parameters</h4>
982
989
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
@@ -988,7 +995,7 @@ gsf_doc_prop_free (<em class="parameter"><code><a class="link" href="gsf-metadat
988
995
  <tbody><tr>
989
996
  <td class="parameter_name"><p>prop</p></td>
990
997
  <td class="parameter_description"><p> <a class="link" href="gsf-metadata.html#GsfDocProp" title="GsfDocProp"><span class="type">GsfDocProp</span></a>. </p></td>
991
- <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>
998
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
992
999
  </tr></tbody>
993
1000
  </table></div>
994
1001
  </div>
@@ -1100,7 +1107,7 @@ gsf_doc_prop_get_link (<em class="parameter"><code><a class="link" href="gsf-met
1100
1107
  <a name="gsf-doc-prop-get-link.returns"></a><h4>Returns</h4>
1101
1108
  <p> the current link descriptor of <em class="parameter"><code>prop</code></em>
1102
1109
  . </p>
1103
- <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
1110
+ <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
1104
1111
  </div>
1105
1112
  </div>
1106
1113
  <hr>
@@ -1128,8 +1135,8 @@ gsf_doc_prop_set_link (<em class="parameter"><code><a class="link" href="gsf-met
1128
1135
  </tr>
1129
1136
  <tr>
1130
1137
  <td class="parameter_name"><p>link</p></td>
1131
- <td class="parameter_description"><p> optionally <code class="literal">NULL</code>. </p></td>
1132
- <td class="parameter_annotations"><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></td>
1138
+ <td class="parameter_description"><p> a link. </p></td>
1139
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
1133
1140
  </tr>
1134
1141
  </tbody>
1135
1142
  </table></div>
@@ -948,8 +948,8 @@ gsf_base64_encode_simple (<em class="parameter"><code><span class="type">guint8<
948
948
  <tbody>
949
949
  <tr>
950
950
  <td class="parameter_name"><p>data</p></td>
951
- <td class="parameter_description"><p>data stream</p></td>
952
- <td class="parameter_annotations"> </td>
951
+ <td class="parameter_description"><p> data stream. </p></td>
952
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym>]</span></td>
953
953
  </tr>
954
954
  <tr>
955
955
  <td class="parameter_name"><p>len</p></td>
@@ -987,8 +987,8 @@ flush off the last little bit.</p>
987
987
  <tbody>
988
988
  <tr>
989
989
  <td class="parameter_name"><p>in</p></td>
990
- <td class="parameter_description"><p>Data to be encoded</p></td>
991
- <td class="parameter_annotations"> </td>
990
+ <td class="parameter_description"><p> Data to be encoded. </p></td>
991
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=inlen]</span></td>
992
992
  </tr>
993
993
  <tr>
994
994
  <td class="parameter_name"><p>inlen</p></td>
@@ -1002,19 +1002,19 @@ flush off the last little bit.</p>
1002
1002
  </tr>
1003
1003
  <tr>
1004
1004
  <td class="parameter_name"><p>out</p></td>
1005
- <td class="parameter_description"><p>Encoded data.</p></td>
1006
- <td class="parameter_annotations"> </td>
1005
+ <td class="parameter_description"><p> Encoded data. </p></td>
1006
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym>]</span></td>
1007
1007
  </tr>
1008
1008
  <tr>
1009
1009
  <td class="parameter_name"><p>state</p></td>
1010
- <td class="parameter_description"><p>holds the number of bits that are stored in <em class="parameter"><code>save</code></em>
1011
- </p></td>
1012
- <td class="parameter_annotations"> </td>
1010
+ <td class="parameter_description"><p> holds the number of bits that are stored in <em class="parameter"><code>save</code></em>
1011
+ . </p></td>
1012
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for input and for returning results. Default is transfer full."><span class="acronym">inout</span></acronym>]</span></td>
1013
1013
  </tr>
1014
1014
  <tr>
1015
1015
  <td class="parameter_name"><p>save</p></td>
1016
- <td class="parameter_description"><p>leftover bits that have not yet been decoded</p></td>
1017
- <td class="parameter_annotations"> </td>
1016
+ <td class="parameter_description"><p> leftover bits that have not yet been decoded. </p></td>
1017
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for input and for returning results. Default is transfer full."><span class="acronym">inout</span></acronym>]</span></td>
1018
1018
  </tr>
1019
1019
  </tbody>
1020
1020
  </table></div>
@@ -1052,8 +1052,8 @@ the output <em class="parameter"><code>out</code></em>
1052
1052
  <tbody>
1053
1053
  <tr>
1054
1054
  <td class="parameter_name"><p>in</p></td>
1055
- <td class="parameter_description"><p>input stream</p></td>
1056
- <td class="parameter_annotations"> </td>
1055
+ <td class="parameter_description"><p> input stream. </p></td>
1056
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym>]</span></td>
1057
1057
  </tr>
1058
1058
  <tr>
1059
1059
  <td class="parameter_name"><p>len</p></td>
@@ -1067,19 +1067,19 @@ the output <em class="parameter"><code>out</code></em>
1067
1067
  </tr>
1068
1068
  <tr>
1069
1069
  <td class="parameter_name"><p>out</p></td>
1070
- <td class="parameter_description"><p>output stream</p></td>
1071
- <td class="parameter_annotations"> </td>
1070
+ <td class="parameter_description"><p> output stream. </p></td>
1071
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym>]</span></td>
1072
1072
  </tr>
1073
1073
  <tr>
1074
1074
  <td class="parameter_name"><p>state</p></td>
1075
- <td class="parameter_description"><p>holds the number of bits that are stored in <em class="parameter"><code>save</code></em>
1076
- </p></td>
1077
- <td class="parameter_annotations"> </td>
1075
+ <td class="parameter_description"><p> holds the number of bits that are stored in <em class="parameter"><code>save</code></em>
1076
+ . </p></td>
1077
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for input and for returning results. Default is transfer full."><span class="acronym">inout</span></acronym>]</span></td>
1078
1078
  </tr>
1079
1079
  <tr>
1080
1080
  <td class="parameter_name"><p>save</p></td>
1081
- <td class="parameter_description"><p>leftover bits that have not yet been decoded</p></td>
1082
- <td class="parameter_annotations"> </td>
1081
+ <td class="parameter_description"><p> leftover bits that have not yet been decoded. </p></td>
1082
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for input and for returning results. Default is transfer full."><span class="acronym">inout</span></acronym>]</span></td>
1083
1083
  </tr>
1084
1084
  </tbody>
1085
1085
  </table></div>
@@ -1109,8 +1109,8 @@ gsf_base64_decode_simple (<em class="parameter"><code><span class="type">guint8<
1109
1109
  <tbody>
1110
1110
  <tr>
1111
1111
  <td class="parameter_name"><p>data</p></td>
1112
- <td class="parameter_description"><p>data stream</p></td>
1113
- <td class="parameter_annotations"> </td>
1112
+ <td class="parameter_description"><p> data stream. </p></td>
1113
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym>]</span></td>
1114
1114
  </tr>
1115
1115
  <tr>
1116
1116
  <td class="parameter_name"><p>len</p></td>
@@ -1146,8 +1146,8 @@ gsf_base64_decode_step (<em class="parameter"><code><span class="type">guint8</s
1146
1146
  <tbody>
1147
1147
  <tr>
1148
1148
  <td class="parameter_name"><p>in</p></td>
1149
- <td class="parameter_description"><p>input stream</p></td>
1150
- <td class="parameter_annotations"> </td>
1149
+ <td class="parameter_description"><p> input stream. </p></td>
1150
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym>]</span></td>
1151
1151
  </tr>
1152
1152
  <tr>
1153
1153
  <td class="parameter_name"><p>len</p></td>
@@ -1156,19 +1156,19 @@ gsf_base64_decode_step (<em class="parameter"><code><span class="type">guint8</s
1156
1156
  </tr>
1157
1157
  <tr>
1158
1158
  <td class="parameter_name"><p>out</p></td>
1159
- <td class="parameter_description"><p>output stream</p></td>
1160
- <td class="parameter_annotations"> </td>
1159
+ <td class="parameter_description"><p> output stream. </p></td>
1160
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym>]</span></td>
1161
1161
  </tr>
1162
1162
  <tr>
1163
1163
  <td class="parameter_name"><p>state</p></td>
1164
- <td class="parameter_description"><p>holds the number of bits that are stored in <em class="parameter"><code>save</code></em>
1165
- </p></td>
1166
- <td class="parameter_annotations"> </td>
1164
+ <td class="parameter_description"><p> holds the number of bits that are stored in <em class="parameter"><code>save</code></em>
1165
+ . </p></td>
1166
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for input and for returning results. Default is transfer full."><span class="acronym">inout</span></acronym>]</span></td>
1167
1167
  </tr>
1168
1168
  <tr>
1169
1169
  <td class="parameter_name"><p>save</p></td>
1170
- <td class="parameter_description"><p>leftover bits that have not yet been decoded</p></td>
1171
- <td class="parameter_annotations"> </td>
1170
+ <td class="parameter_description"><p> leftover bits that have not yet been decoded. </p></td>
1171
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for input and for returning results. Default is transfer full."><span class="acronym">inout</span></acronym>]</span></td>
1172
1172
  </tr>
1173
1173
  </tbody>
1174
1174
  </table></div>
@@ -2323,8 +2323,21 @@ values, terminated by a <code class="literal">NULL</code>.</p></td>
2323
2323
  <pre class="programlisting"><span class="returnvalue">void</span>
2324
2324
  gsf_property_settings_free (<em class="parameter"><code><span class="type">GParameter</span> *params</code></em>,
2325
2325
  <em class="parameter"><code><span class="type">size_t</span> n_params</code></em>);</pre>
2326
- <p>
2327
- </p>
2326
+ <div class="refsect3">
2327
+ <a name="gsf-property-settings-free.parameters"></a><h4>Parameters</h4>
2328
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
2329
+ <colgroup>
2330
+ <col width="150px" class="parameters_name">
2331
+ <col class="parameters_description">
2332
+ <col width="200px" class="parameters_annotations">
2333
+ </colgroup>
2334
+ <tbody><tr>
2335
+ <td class="parameter_name"><p>params</p></td>
2336
+ <td class="parameter_description"><p>. </p></td>
2337
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=n_params][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></td>
2338
+ </tr></tbody>
2339
+ </table></div>
2340
+ </div>
2328
2341
  </div>
2329
2342
  </div>
2330
2343
  <div class="refsect1">
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gsf
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.5
4
+ version: 3.2.6
5
5
  platform: x86-mingw32
6
6
  authors:
7
7
  - The Ruby-GNOME2 Project Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-05-02 00:00:00.000000000 Z
11
+ date: 2018-06-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gio2
@@ -16,28 +16,28 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 3.2.5
19
+ version: 3.2.6
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 3.2.5
26
+ version: 3.2.6
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: gobject-introspection
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - '='
32
32
  - !ruby/object:Gem::Version
33
- version: 3.2.5
33
+ version: 3.2.6
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - '='
39
39
  - !ruby/object:Gem::Version
40
- version: 3.2.5
40
+ version: 3.2.6
41
41
  description: Ruby/GSF is a Ruby binding of GSF.
42
42
  email: ruby-gnome2-devel-en@lists.sourceforge.net
43
43
  executables: []
@@ -208,7 +208,7 @@ files:
208
208
  - vendor/local/share/man/man1/gsf-vba-dump.1
209
209
  - vendor/local/share/man/man1/gsf.1
210
210
  - vendor/local/share/thumbnailers/gsf-office.thumbnailer
211
- homepage: http://ruby-gnome2.sourceforge.jp/
211
+ homepage: https://ruby-gnome2.osdn.jp/
212
212
  licenses:
213
213
  - LGPL-2.1+
214
214
  metadata: {}