gsf 3.0.9-x64-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/Rakefile +55 -0
- data/lib/gsf/input.rb +26 -0
- data/lib/gsf/loader.rb +57 -0
- data/lib/gsf.rb +53 -0
- data/test/gsf-test-utils.rb +22 -0
- data/test/run-test.rb +46 -0
- data/test/test-input-stdio.rb +25 -0
- data/vendor/local/bin/gsf-office-thumbnailer.exe +0 -0
- data/vendor/local/bin/gsf-vba-dump.exe +0 -0
- data/vendor/local/bin/gsf.exe +0 -0
- data/vendor/local/bin/libgsf-1-114.dll +0 -0
- data/vendor/local/bin/libgsf-win32-1-114.dll +0 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-blob.h +39 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-clip-data.h +72 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-doc-meta-data.h +66 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-docprop-vector.h +47 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-fwd.h +121 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-impl-utils.h +156 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-infile-impl.h +50 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-infile-msole.h +45 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-infile-msvba.h +49 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-infile-stdio.h +43 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-infile-tar.h +40 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-infile-zip.h +43 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-infile.h +46 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-bzip.h +34 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-gio.h +44 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-gzip.h +43 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-http.h +45 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-impl.h +68 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-iochannel.h +35 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-memory.h +46 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-proxy.h +46 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-stdio.h +48 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-textline.h +46 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input.h +69 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-libxml.h +225 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-meta-names.h +482 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-msole-utils.h +70 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-open-pkg-utils.h +95 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-opendoc-utils.h +162 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-outfile-impl.h +46 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-outfile-msole.h +47 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-outfile-stdio.h +49 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-outfile-zip.h +61 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-outfile.h +49 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output-bzip.h +43 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output-csv.h +84 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output-gio.h +44 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output-gzip.h +43 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output-iconv.h +47 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output-impl.h +37 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output-iochannel.h +43 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output-memory.h +44 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output-stdio.h +52 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output.h +99 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-shared-memory.h +51 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-structured-blob.h +45 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-timestamp.h +70 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-utils.h +340 -0
- data/vendor/local/include/libgsf-1/gsf/gsf.h +98 -0
- data/vendor/local/include/libgsf-1/gsf-win32/gsf-input-win32.h +41 -0
- data/vendor/local/include/libgsf-1/gsf-win32/gsf-output-win32.h +41 -0
- data/vendor/local/lib/libgsf-1.a +0 -0
- data/vendor/local/lib/libgsf-1.dll.a +0 -0
- data/vendor/local/lib/libgsf-1.la +41 -0
- data/vendor/local/lib/libgsf-win32-1.a +0 -0
- data/vendor/local/lib/libgsf-win32-1.dll.a +0 -0
- data/vendor/local/lib/libgsf-win32-1.la +41 -0
- data/vendor/local/lib/pkgconfig/libgsf-1.pc +11 -0
- data/vendor/local/lib/pkgconfig/libgsf-win32-1.pc +11 -0
- data/vendor/local/share/gtk-doc/html/gsf/annotation-glossary.html +56 -0
- data/vendor/local/share/gtk-doc/html/gsf/api.html +107 -0
- data/vendor/local/share/gtk-doc/html/gsf/dependencies.html +109 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-Compression.html +369 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-GIO.html +307 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-GIOChannel.html +119 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-Infile-reading-structed-files.html +397 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-Input-from-unstructured-files.html +887 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-MS-OLE2.html +894 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-OASIS-Open-Document.html +398 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-Outfile-writing-structed-files.html +237 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-Output-to-unstructured-files.html +830 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-Reading-and-Writing-from-local-files-and-directories.html +593 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-Text.html +523 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-XML-and-libxml.html +2032 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-Zip.html +338 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-blobs.html +56 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-clip-data.html +444 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-index.html +875 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-memory.html +332 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-metadata.html +1762 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-users.html +73 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-utils.html +2503 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf.devhelp2 +440 -0
- data/vendor/local/share/gtk-doc/html/gsf/history.html +45 -0
- data/vendor/local/share/gtk-doc/html/gsf/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/gsf/index.html +98 -0
- data/vendor/local/share/gtk-doc/html/gsf/index.sgml +572 -0
- data/vendor/local/share/gtk-doc/html/gsf/intro.html +39 -0
- data/vendor/local/share/gtk-doc/html/gsf/io.html +38 -0
- data/vendor/local/share/gtk-doc/html/gsf/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gsf/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/gsf/misc.html +33 -0
- data/vendor/local/share/gtk-doc/html/gsf/parsers.html +59 -0
- data/vendor/local/share/gtk-doc/html/gsf/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gsf/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/gsf/sources.html +50 -0
- data/vendor/local/share/gtk-doc/html/gsf/style.css +461 -0
- data/vendor/local/share/gtk-doc/html/gsf/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gsf/up.png +0 -0
- data/vendor/local/share/license/libgsf/AUTHORS +3 -0
- data/vendor/local/share/license/libgsf/COPYING +340 -0
- data/vendor/local/share/license/libgsf/COPYING.LIB +504 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/bs/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/nn/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/ta/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/tg/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/man/man1/gsf-office-thumbnailer.1 +71 -0
- data/vendor/local/share/man/man1/gsf-vba-dump.1 +61 -0
- data/vendor/local/share/man/man1/gsf.1 +91 -0
- data/vendor/local/share/thumbnailers/gsf-office.thumbnailer +4 -0
- metadata +235 -0
@@ -0,0 +1,572 @@
|
|
1
|
+
<ANCHOR id="gsf-Input-from-unstructured-files" href="gsf/gsf-Input-from-unstructured-files.html">
|
2
|
+
<ANCHOR id="gsf-Input-from-unstructured-files.functions" href="gsf/gsf-Input-from-unstructured-files.html#gsf-Input-from-unstructured-files.functions">
|
3
|
+
<ANCHOR id="gsf-Input-from-unstructured-files.properties" href="gsf/gsf-Input-from-unstructured-files.html#gsf-Input-from-unstructured-files.properties">
|
4
|
+
<ANCHOR id="GsfInput" href="gsf/gsf-Input-from-unstructured-files.html#GsfInput">
|
5
|
+
<ANCHOR id="GsfInputProxy" href="gsf/gsf-Input-from-unstructured-files.html#GsfInputProxy">
|
6
|
+
<ANCHOR id="gsf-Input-from-unstructured-files.other" href="gsf/gsf-Input-from-unstructured-files.html#gsf-Input-from-unstructured-files.other">
|
7
|
+
<ANCHOR id="gsf-Input-from-unstructured-files.object-hierarchy" href="gsf/gsf-Input-from-unstructured-files.html#gsf-Input-from-unstructured-files.object-hierarchy">
|
8
|
+
<ANCHOR id="gsf-Input-from-unstructured-files.description" href="gsf/gsf-Input-from-unstructured-files.html#gsf-Input-from-unstructured-files.description">
|
9
|
+
<ANCHOR id="gsf-Input-from-unstructured-files.functions_details" href="gsf/gsf-Input-from-unstructured-files.html#gsf-Input-from-unstructured-files.functions_details">
|
10
|
+
<ANCHOR id="gsf-input-read" href="gsf/gsf-Input-from-unstructured-files.html#gsf-input-read">
|
11
|
+
<ANCHOR id="gsf-input-tell" href="gsf/gsf-Input-from-unstructured-files.html#gsf-input-tell">
|
12
|
+
<ANCHOR id="gsf-input-seek" href="gsf/gsf-Input-from-unstructured-files.html#gsf-input-seek">
|
13
|
+
<ANCHOR id="gsf-input-container" href="gsf/gsf-Input-from-unstructured-files.html#gsf-input-container">
|
14
|
+
<ANCHOR id="gsf-input-dup" href="gsf/gsf-Input-from-unstructured-files.html#gsf-input-dup">
|
15
|
+
<ANCHOR id="gsf-input-size" href="gsf/gsf-Input-from-unstructured-files.html#gsf-input-size">
|
16
|
+
<ANCHOR id="gsf-input-eof" href="gsf/gsf-Input-from-unstructured-files.html#gsf-input-eof">
|
17
|
+
<ANCHOR id="gsf-input-remaining" href="gsf/gsf-Input-from-unstructured-files.html#gsf-input-remaining">
|
18
|
+
<ANCHOR id="gsf-input-error-id" href="gsf/gsf-Input-from-unstructured-files.html#gsf-input-error-id">
|
19
|
+
<ANCHOR id="gsf-input-sibling" href="gsf/gsf-Input-from-unstructured-files.html#gsf-input-sibling">
|
20
|
+
<ANCHOR id="gsf-input-error" href="gsf/gsf-Input-from-unstructured-files.html#gsf-input-error">
|
21
|
+
<ANCHOR id="gsf-input-name" href="gsf/gsf-Input-from-unstructured-files.html#gsf-input-name">
|
22
|
+
<ANCHOR id="gsf-input-set-name-from-filename" href="gsf/gsf-Input-from-unstructured-files.html#gsf-input-set-name-from-filename">
|
23
|
+
<ANCHOR id="gsf-input-proxy-new" href="gsf/gsf-Input-from-unstructured-files.html#gsf-input-proxy-new">
|
24
|
+
<ANCHOR id="gsf-input-proxy-new-section" href="gsf/gsf-Input-from-unstructured-files.html#gsf-input-proxy-new-section">
|
25
|
+
<ANCHOR id="gsf-input-copy" href="gsf/gsf-Input-from-unstructured-files.html#gsf-input-copy">
|
26
|
+
<ANCHOR id="gsf-input-uncompress" href="gsf/gsf-Input-from-unstructured-files.html#gsf-input-uncompress">
|
27
|
+
<ANCHOR id="gsf-Input-from-unstructured-files.other_details" href="gsf/gsf-Input-from-unstructured-files.html#gsf-Input-from-unstructured-files.other_details">
|
28
|
+
<ANCHOR id="GsfInput-struct" href="gsf/gsf-Input-from-unstructured-files.html#GsfInput-struct">
|
29
|
+
<ANCHOR id="GsfInputProxy-struct" href="gsf/gsf-Input-from-unstructured-files.html#GsfInputProxy-struct">
|
30
|
+
<ANCHOR id="gsf-Input-from-unstructured-files.property-details" href="gsf/gsf-Input-from-unstructured-files.html#gsf-Input-from-unstructured-files.property-details">
|
31
|
+
<ANCHOR id="GsfInput--container" href="gsf/gsf-Input-from-unstructured-files.html#GsfInput--container">
|
32
|
+
<ANCHOR id="GsfInput--eof" href="gsf/gsf-Input-from-unstructured-files.html#GsfInput--eof">
|
33
|
+
<ANCHOR id="GsfInput--modtime" href="gsf/gsf-Input-from-unstructured-files.html#GsfInput--modtime">
|
34
|
+
<ANCHOR id="GsfInput--name" href="gsf/gsf-Input-from-unstructured-files.html#GsfInput--name">
|
35
|
+
<ANCHOR id="GsfInput--position" href="gsf/gsf-Input-from-unstructured-files.html#GsfInput--position">
|
36
|
+
<ANCHOR id="GsfInput--remaining" href="gsf/gsf-Input-from-unstructured-files.html#GsfInput--remaining">
|
37
|
+
<ANCHOR id="GsfInput--size" href="gsf/gsf-Input-from-unstructured-files.html#GsfInput--size">
|
38
|
+
<ANCHOR id="gsf-Output-to-unstructured-files" href="gsf/gsf-Output-to-unstructured-files.html">
|
39
|
+
<ANCHOR id="gsf-Output-to-unstructured-files.functions" href="gsf/gsf-Output-to-unstructured-files.html#gsf-Output-to-unstructured-files.functions">
|
40
|
+
<ANCHOR id="gsf-Output-to-unstructured-files.properties" href="gsf/gsf-Output-to-unstructured-files.html#gsf-Output-to-unstructured-files.properties">
|
41
|
+
<ANCHOR id="GsfOutput" href="gsf/gsf-Output-to-unstructured-files.html#GsfOutput">
|
42
|
+
<ANCHOR id="gsf-Output-to-unstructured-files.other" href="gsf/gsf-Output-to-unstructured-files.html#gsf-Output-to-unstructured-files.other">
|
43
|
+
<ANCHOR id="gsf-Output-to-unstructured-files.object-hierarchy" href="gsf/gsf-Output-to-unstructured-files.html#gsf-Output-to-unstructured-files.object-hierarchy">
|
44
|
+
<ANCHOR id="gsf-Output-to-unstructured-files.description" href="gsf/gsf-Output-to-unstructured-files.html#gsf-Output-to-unstructured-files.description">
|
45
|
+
<ANCHOR id="gsf-Output-to-unstructured-files.functions_details" href="gsf/gsf-Output-to-unstructured-files.html#gsf-Output-to-unstructured-files.functions_details">
|
46
|
+
<ANCHOR id="gsf-output-size" href="gsf/gsf-Output-to-unstructured-files.html#gsf-output-size">
|
47
|
+
<ANCHOR id="gsf-output-close" href="gsf/gsf-Output-to-unstructured-files.html#gsf-output-close">
|
48
|
+
<ANCHOR id="gsf-output-tell" href="gsf/gsf-Output-to-unstructured-files.html#gsf-output-tell">
|
49
|
+
<ANCHOR id="gsf-output-seek" href="gsf/gsf-Output-to-unstructured-files.html#gsf-output-seek">
|
50
|
+
<ANCHOR id="gsf-output-write" href="gsf/gsf-Output-to-unstructured-files.html#gsf-output-write">
|
51
|
+
<ANCHOR id="gsf-output-puts" href="gsf/gsf-Output-to-unstructured-files.html#gsf-output-puts">
|
52
|
+
<ANCHOR id="gsf-output-printf" href="gsf/gsf-Output-to-unstructured-files.html#gsf-output-printf">
|
53
|
+
<ANCHOR id="gsf-output-vprintf" href="gsf/gsf-Output-to-unstructured-files.html#gsf-output-vprintf">
|
54
|
+
<ANCHOR id="gsf-output-container" href="gsf/gsf-Output-to-unstructured-files.html#gsf-output-container">
|
55
|
+
<ANCHOR id="gsf-output-name" href="gsf/gsf-Output-to-unstructured-files.html#gsf-output-name">
|
56
|
+
<ANCHOR id="gsf-output-set-name-from-filename" href="gsf/gsf-Output-to-unstructured-files.html#gsf-output-set-name-from-filename">
|
57
|
+
<ANCHOR id="gsf-output-error-id" href="gsf/gsf-Output-to-unstructured-files.html#gsf-output-error-id">
|
58
|
+
<ANCHOR id="gsf-output-set-error" href="gsf/gsf-Output-to-unstructured-files.html#gsf-output-set-error">
|
59
|
+
<ANCHOR id="gsf-output-error" href="gsf/gsf-Output-to-unstructured-files.html#gsf-output-error">
|
60
|
+
<ANCHOR id="gsf-output-is-closed" href="gsf/gsf-Output-to-unstructured-files.html#gsf-output-is-closed">
|
61
|
+
<ANCHOR id="gsf-output-wrap" href="gsf/gsf-Output-to-unstructured-files.html#gsf-output-wrap">
|
62
|
+
<ANCHOR id="gsf-output-unwrap" href="gsf/gsf-Output-to-unstructured-files.html#gsf-output-unwrap">
|
63
|
+
<ANCHOR id="gsf-Output-to-unstructured-files.other_details" href="gsf/gsf-Output-to-unstructured-files.html#gsf-Output-to-unstructured-files.other_details">
|
64
|
+
<ANCHOR id="GsfOutput-struct" href="gsf/gsf-Output-to-unstructured-files.html#GsfOutput-struct">
|
65
|
+
<ANCHOR id="gsf-Output-to-unstructured-files.property-details" href="gsf/gsf-Output-to-unstructured-files.html#gsf-Output-to-unstructured-files.property-details">
|
66
|
+
<ANCHOR id="GsfOutput--container" href="gsf/gsf-Output-to-unstructured-files.html#GsfOutput--container">
|
67
|
+
<ANCHOR id="GsfOutput--is-closed" href="gsf/gsf-Output-to-unstructured-files.html#GsfOutput--is-closed">
|
68
|
+
<ANCHOR id="GsfOutput--modtime" href="gsf/gsf-Output-to-unstructured-files.html#GsfOutput--modtime">
|
69
|
+
<ANCHOR id="GsfOutput--name" href="gsf/gsf-Output-to-unstructured-files.html#GsfOutput--name">
|
70
|
+
<ANCHOR id="GsfOutput--position" href="gsf/gsf-Output-to-unstructured-files.html#GsfOutput--position">
|
71
|
+
<ANCHOR id="GsfOutput--size" href="gsf/gsf-Output-to-unstructured-files.html#GsfOutput--size">
|
72
|
+
<ANCHOR id="gsf-Infile-reading-structed-files" href="gsf/gsf-Infile-reading-structed-files.html">
|
73
|
+
<ANCHOR id="gsf-Infile-reading-structed-files.functions" href="gsf/gsf-Infile-reading-structed-files.html#gsf-Infile-reading-structed-files.functions">
|
74
|
+
<ANCHOR id="GsfInfile" href="gsf/gsf-Infile-reading-structed-files.html#GsfInfile">
|
75
|
+
<ANCHOR id="gsf-Infile-reading-structed-files.other" href="gsf/gsf-Infile-reading-structed-files.html#gsf-Infile-reading-structed-files.other">
|
76
|
+
<ANCHOR id="gsf-Infile-reading-structed-files.object-hierarchy" href="gsf/gsf-Infile-reading-structed-files.html#gsf-Infile-reading-structed-files.object-hierarchy">
|
77
|
+
<ANCHOR id="gsf-Infile-reading-structed-files.description" href="gsf/gsf-Infile-reading-structed-files.html#gsf-Infile-reading-structed-files.description">
|
78
|
+
<ANCHOR id="gsf-Infile-reading-structed-files.functions_details" href="gsf/gsf-Infile-reading-structed-files.html#gsf-Infile-reading-structed-files.functions_details">
|
79
|
+
<ANCHOR id="gsf-infile-num-children" href="gsf/gsf-Infile-reading-structed-files.html#gsf-infile-num-children">
|
80
|
+
<ANCHOR id="gsf-infile-child-by-index" href="gsf/gsf-Infile-reading-structed-files.html#gsf-infile-child-by-index">
|
81
|
+
<ANCHOR id="gsf-infile-child-by-name" href="gsf/gsf-Infile-reading-structed-files.html#gsf-infile-child-by-name">
|
82
|
+
<ANCHOR id="gsf-infile-child-by-vname" href="gsf/gsf-Infile-reading-structed-files.html#gsf-infile-child-by-vname">
|
83
|
+
<ANCHOR id="gsf-infile-child-by-aname" href="gsf/gsf-Infile-reading-structed-files.html#gsf-infile-child-by-aname">
|
84
|
+
<ANCHOR id="gsf-infile-child-by-vaname" href="gsf/gsf-Infile-reading-structed-files.html#gsf-infile-child-by-vaname">
|
85
|
+
<ANCHOR id="gsf-infile-name-by-index" href="gsf/gsf-Infile-reading-structed-files.html#gsf-infile-name-by-index">
|
86
|
+
<ANCHOR id="gsf-Infile-reading-structed-files.other_details" href="gsf/gsf-Infile-reading-structed-files.html#gsf-Infile-reading-structed-files.other_details">
|
87
|
+
<ANCHOR id="GsfInfile-struct" href="gsf/gsf-Infile-reading-structed-files.html#GsfInfile-struct">
|
88
|
+
<ANCHOR id="gsf-Outfile-writing-structed-files" href="gsf/gsf-Outfile-writing-structed-files.html">
|
89
|
+
<ANCHOR id="gsf-Outfile-writing-structed-files.functions" href="gsf/gsf-Outfile-writing-structed-files.html#gsf-Outfile-writing-structed-files.functions">
|
90
|
+
<ANCHOR id="GsfOutfile" href="gsf/gsf-Outfile-writing-structed-files.html#GsfOutfile">
|
91
|
+
<ANCHOR id="gsf-Outfile-writing-structed-files.other" href="gsf/gsf-Outfile-writing-structed-files.html#gsf-Outfile-writing-structed-files.other">
|
92
|
+
<ANCHOR id="gsf-Outfile-writing-structed-files.object-hierarchy" href="gsf/gsf-Outfile-writing-structed-files.html#gsf-Outfile-writing-structed-files.object-hierarchy">
|
93
|
+
<ANCHOR id="gsf-Outfile-writing-structed-files.description" href="gsf/gsf-Outfile-writing-structed-files.html#gsf-Outfile-writing-structed-files.description">
|
94
|
+
<ANCHOR id="gsf-Outfile-writing-structed-files.functions_details" href="gsf/gsf-Outfile-writing-structed-files.html#gsf-Outfile-writing-structed-files.functions_details">
|
95
|
+
<ANCHOR id="gsf-outfile-new-child" href="gsf/gsf-Outfile-writing-structed-files.html#gsf-outfile-new-child">
|
96
|
+
<ANCHOR id="gsf-outfile-new-child-full" href="gsf/gsf-Outfile-writing-structed-files.html#gsf-outfile-new-child-full">
|
97
|
+
<ANCHOR id="gsf-outfile-new-child-varg" href="gsf/gsf-Outfile-writing-structed-files.html#gsf-outfile-new-child-varg">
|
98
|
+
<ANCHOR id="gsf-Outfile-writing-structed-files.other_details" href="gsf/gsf-Outfile-writing-structed-files.html#gsf-Outfile-writing-structed-files.other_details">
|
99
|
+
<ANCHOR id="GsfOutfile-struct" href="gsf/gsf-Outfile-writing-structed-files.html#GsfOutfile-struct">
|
100
|
+
<ANCHOR id="gsf-Reading-and-Writing-from-local-files-and-directories" href="gsf/gsf-Reading-and-Writing-from-local-files-and-directories.html">
|
101
|
+
<ANCHOR id="gsf-Reading-and-Writing-from-local-files-and-directories.functions" href="gsf/gsf-Reading-and-Writing-from-local-files-and-directories.html#gsf-Reading-and-Writing-from-local-files-and-directories.functions">
|
102
|
+
<ANCHOR id="GsfInputStdio" href="gsf/gsf-Reading-and-Writing-from-local-files-and-directories.html#GsfInputStdio">
|
103
|
+
<ANCHOR id="GsfOutputStdio" href="gsf/gsf-Reading-and-Writing-from-local-files-and-directories.html#GsfOutputStdio">
|
104
|
+
<ANCHOR id="GsfOutfileStdio" href="gsf/gsf-Reading-and-Writing-from-local-files-and-directories.html#GsfOutfileStdio">
|
105
|
+
<ANCHOR id="GsfInfileStdio" href="gsf/gsf-Reading-and-Writing-from-local-files-and-directories.html#GsfInfileStdio">
|
106
|
+
<ANCHOR id="gsf-Reading-and-Writing-from-local-files-and-directories.other" href="gsf/gsf-Reading-and-Writing-from-local-files-and-directories.html#gsf-Reading-and-Writing-from-local-files-and-directories.other">
|
107
|
+
<ANCHOR id="gsf-Reading-and-Writing-from-local-files-and-directories.object-hierarchy" href="gsf/gsf-Reading-and-Writing-from-local-files-and-directories.html#gsf-Reading-and-Writing-from-local-files-and-directories.object-hierarchy">
|
108
|
+
<ANCHOR id="gsf-Reading-and-Writing-from-local-files-and-directories.description" href="gsf/gsf-Reading-and-Writing-from-local-files-and-directories.html#gsf-Reading-and-Writing-from-local-files-and-directories.description">
|
109
|
+
<ANCHOR id="gsf-Reading-and-Writing-from-local-files-and-directories.functions_details" href="gsf/gsf-Reading-and-Writing-from-local-files-and-directories.html#gsf-Reading-and-Writing-from-local-files-and-directories.functions_details">
|
110
|
+
<ANCHOR id="gsf-input-stdio-new" href="gsf/gsf-Reading-and-Writing-from-local-files-and-directories.html#gsf-input-stdio-new">
|
111
|
+
<ANCHOR id="gsf-input-stdio-new-FILE" href="gsf/gsf-Reading-and-Writing-from-local-files-and-directories.html#gsf-input-stdio-new-FILE">
|
112
|
+
<ANCHOR id="gsf-output-stdio-new" href="gsf/gsf-Reading-and-Writing-from-local-files-and-directories.html#gsf-output-stdio-new">
|
113
|
+
<ANCHOR id="gsf-output-stdio-new-full" href="gsf/gsf-Reading-and-Writing-from-local-files-and-directories.html#gsf-output-stdio-new-full">
|
114
|
+
<ANCHOR id="gsf-output-stdio-new-valist" href="gsf/gsf-Reading-and-Writing-from-local-files-and-directories.html#gsf-output-stdio-new-valist">
|
115
|
+
<ANCHOR id="gsf-output-stdio-new-FILE" href="gsf/gsf-Reading-and-Writing-from-local-files-and-directories.html#gsf-output-stdio-new-FILE">
|
116
|
+
<ANCHOR id="gsf-outfile-stdio-new" href="gsf/gsf-Reading-and-Writing-from-local-files-and-directories.html#gsf-outfile-stdio-new">
|
117
|
+
<ANCHOR id="gsf-outfile-stdio-new-full" href="gsf/gsf-Reading-and-Writing-from-local-files-and-directories.html#gsf-outfile-stdio-new-full">
|
118
|
+
<ANCHOR id="gsf-outfile-stdio-new-valist" href="gsf/gsf-Reading-and-Writing-from-local-files-and-directories.html#gsf-outfile-stdio-new-valist">
|
119
|
+
<ANCHOR id="gsf-infile-stdio-new" href="gsf/gsf-Reading-and-Writing-from-local-files-and-directories.html#gsf-infile-stdio-new">
|
120
|
+
<ANCHOR id="gsf-Reading-and-Writing-from-local-files-and-directories.other_details" href="gsf/gsf-Reading-and-Writing-from-local-files-and-directories.html#gsf-Reading-and-Writing-from-local-files-and-directories.other_details">
|
121
|
+
<ANCHOR id="GsfInputStdio-struct" href="gsf/gsf-Reading-and-Writing-from-local-files-and-directories.html#GsfInputStdio-struct">
|
122
|
+
<ANCHOR id="GsfOutputStdio-struct" href="gsf/gsf-Reading-and-Writing-from-local-files-and-directories.html#GsfOutputStdio-struct">
|
123
|
+
<ANCHOR id="GsfOutfileStdio-struct" href="gsf/gsf-Reading-and-Writing-from-local-files-and-directories.html#GsfOutfileStdio-struct">
|
124
|
+
<ANCHOR id="GsfInfileStdio-struct" href="gsf/gsf-Reading-and-Writing-from-local-files-and-directories.html#GsfInfileStdio-struct">
|
125
|
+
<ANCHOR id="gsf-memory" href="gsf/gsf-memory.html">
|
126
|
+
<ANCHOR id="gsf-memory.functions" href="gsf/gsf-memory.html#gsf-memory.functions">
|
127
|
+
<ANCHOR id="GsfInputMemory" href="gsf/gsf-memory.html#GsfInputMemory">
|
128
|
+
<ANCHOR id="GsfOutputMemory" href="gsf/gsf-memory.html#GsfOutputMemory">
|
129
|
+
<ANCHOR id="GsfSharedMemory" href="gsf/gsf-memory.html#GsfSharedMemory">
|
130
|
+
<ANCHOR id="gsf-memory.other" href="gsf/gsf-memory.html#gsf-memory.other">
|
131
|
+
<ANCHOR id="gsf-memory.object-hierarchy" href="gsf/gsf-memory.html#gsf-memory.object-hierarchy">
|
132
|
+
<ANCHOR id="gsf-memory.description" href="gsf/gsf-memory.html#gsf-memory.description">
|
133
|
+
<ANCHOR id="gsf-memory.functions_details" href="gsf/gsf-memory.html#gsf-memory.functions_details">
|
134
|
+
<ANCHOR id="gsf-input-mmap-new" href="gsf/gsf-memory.html#gsf-input-mmap-new">
|
135
|
+
<ANCHOR id="gsf-input-memory-new" href="gsf/gsf-memory.html#gsf-input-memory-new">
|
136
|
+
<ANCHOR id="gsf-input-memory-new-clone" href="gsf/gsf-memory.html#gsf-input-memory-new-clone">
|
137
|
+
<ANCHOR id="gsf-input-memory-new-from-iochannel" href="gsf/gsf-memory.html#gsf-input-memory-new-from-iochannel">
|
138
|
+
<ANCHOR id="gsf-output-memory-get-bytes" href="gsf/gsf-memory.html#gsf-output-memory-get-bytes">
|
139
|
+
<ANCHOR id="gsf-output-memory-new" href="gsf/gsf-memory.html#gsf-output-memory-new">
|
140
|
+
<ANCHOR id="gsf-memory.other_details" href="gsf/gsf-memory.html#gsf-memory.other_details">
|
141
|
+
<ANCHOR id="GsfInputMemory-struct" href="gsf/gsf-memory.html#GsfInputMemory-struct">
|
142
|
+
<ANCHOR id="GsfOutputMemory-struct" href="gsf/gsf-memory.html#GsfOutputMemory-struct">
|
143
|
+
<ANCHOR id="gsf-GIOChannel" href="gsf/gsf-GIOChannel.html">
|
144
|
+
<ANCHOR id="gsf-GIOChannel.functions" href="gsf/gsf-GIOChannel.html#gsf-GIOChannel.functions">
|
145
|
+
<ANCHOR id="GsfOutputIOChannel" href="gsf/gsf-GIOChannel.html#GsfOutputIOChannel">
|
146
|
+
<ANCHOR id="gsf-GIOChannel.other" href="gsf/gsf-GIOChannel.html#gsf-GIOChannel.other">
|
147
|
+
<ANCHOR id="gsf-GIOChannel.object-hierarchy" href="gsf/gsf-GIOChannel.html#gsf-GIOChannel.object-hierarchy">
|
148
|
+
<ANCHOR id="gsf-GIOChannel.description" href="gsf/gsf-GIOChannel.html#gsf-GIOChannel.description">
|
149
|
+
<ANCHOR id="gsf-GIOChannel.functions_details" href="gsf/gsf-GIOChannel.html#gsf-GIOChannel.functions_details">
|
150
|
+
<ANCHOR id="gsf-output-iochannel-new" href="gsf/gsf-GIOChannel.html#gsf-output-iochannel-new">
|
151
|
+
<ANCHOR id="gsf-GIOChannel.other_details" href="gsf/gsf-GIOChannel.html#gsf-GIOChannel.other_details">
|
152
|
+
<ANCHOR id="GsfOutputIOChannel-struct" href="gsf/gsf-GIOChannel.html#GsfOutputIOChannel-struct">
|
153
|
+
<ANCHOR id="gsf-GIO" href="gsf/gsf-GIO.html">
|
154
|
+
<ANCHOR id="gsf-GIO.functions" href="gsf/gsf-GIO.html#gsf-GIO.functions">
|
155
|
+
<ANCHOR id="gsf-GIO.other" href="gsf/gsf-GIO.html#gsf-GIO.other">
|
156
|
+
<ANCHOR id="gsf-GIO.object-hierarchy" href="gsf/gsf-GIO.html#gsf-GIO.object-hierarchy">
|
157
|
+
<ANCHOR id="gsf-GIO.description" href="gsf/gsf-GIO.html#gsf-GIO.description">
|
158
|
+
<ANCHOR id="gsf-GIO.functions_details" href="gsf/gsf-GIO.html#gsf-GIO.functions_details">
|
159
|
+
<ANCHOR id="gsf-input-gio-new" href="gsf/gsf-GIO.html#gsf-input-gio-new">
|
160
|
+
<ANCHOR id="gsf-input-gio-new-for-path" href="gsf/gsf-GIO.html#gsf-input-gio-new-for-path">
|
161
|
+
<ANCHOR id="gsf-input-gio-new-for-uri" href="gsf/gsf-GIO.html#gsf-input-gio-new-for-uri">
|
162
|
+
<ANCHOR id="gsf-output-gio-new" href="gsf/gsf-GIO.html#gsf-output-gio-new">
|
163
|
+
<ANCHOR id="gsf-output-gio-new-for-path" href="gsf/gsf-GIO.html#gsf-output-gio-new-for-path">
|
164
|
+
<ANCHOR id="gsf-output-gio-new-for-uri" href="gsf/gsf-GIO.html#gsf-output-gio-new-for-uri">
|
165
|
+
<ANCHOR id="gsf-GIO.other_details" href="gsf/gsf-GIO.html#gsf-GIO.other_details">
|
166
|
+
<ANCHOR id="GsfInputGio" href="gsf/gsf-GIO.html#GsfInputGio">
|
167
|
+
<ANCHOR id="GsfOutputGio" href="gsf/gsf-GIO.html#GsfOutputGio">
|
168
|
+
<ANCHOR id="gsf-Text" href="gsf/gsf-Text.html">
|
169
|
+
<ANCHOR id="gsf-Text.functions" href="gsf/gsf-Text.html#gsf-Text.functions">
|
170
|
+
<ANCHOR id="gsf-Text.properties" href="gsf/gsf-Text.html#gsf-Text.properties">
|
171
|
+
<ANCHOR id="GsfInputTextline" href="gsf/gsf-Text.html#GsfInputTextline">
|
172
|
+
<ANCHOR id="GsfOutputIconv" href="gsf/gsf-Text.html#GsfOutputIconv">
|
173
|
+
<ANCHOR id="GsfOutputCsv" href="gsf/gsf-Text.html#GsfOutputCsv">
|
174
|
+
<ANCHOR id="gsf-Text.other" href="gsf/gsf-Text.html#gsf-Text.other">
|
175
|
+
<ANCHOR id="gsf-Text.object-hierarchy" href="gsf/gsf-Text.html#gsf-Text.object-hierarchy">
|
176
|
+
<ANCHOR id="gsf-Text.description" href="gsf/gsf-Text.html#gsf-Text.description">
|
177
|
+
<ANCHOR id="gsf-Text.functions_details" href="gsf/gsf-Text.html#gsf-Text.functions_details">
|
178
|
+
<ANCHOR id="gsf-input-textline-new" href="gsf/gsf-Text.html#gsf-input-textline-new">
|
179
|
+
<ANCHOR id="gsf-input-textline-ascii-gets" href="gsf/gsf-Text.html#gsf-input-textline-ascii-gets">
|
180
|
+
<ANCHOR id="gsf-input-textline-utf8-gets" href="gsf/gsf-Text.html#gsf-input-textline-utf8-gets">
|
181
|
+
<ANCHOR id="gsf-output-iconv-new" href="gsf/gsf-Text.html#gsf-output-iconv-new">
|
182
|
+
<ANCHOR id="gsf-output-csv-write-eol" href="gsf/gsf-Text.html#gsf-output-csv-write-eol">
|
183
|
+
<ANCHOR id="gsf-output-csv-write-field" href="gsf/gsf-Text.html#gsf-output-csv-write-field">
|
184
|
+
<ANCHOR id="gsf-Text.other_details" href="gsf/gsf-Text.html#gsf-Text.other_details">
|
185
|
+
<ANCHOR id="GsfInputTextline-struct" href="gsf/gsf-Text.html#GsfInputTextline-struct">
|
186
|
+
<ANCHOR id="GsfOutputIconv-struct" href="gsf/gsf-Text.html#GsfOutputIconv-struct">
|
187
|
+
<ANCHOR id="GsfOutputCsv-struct" href="gsf/gsf-Text.html#GsfOutputCsv-struct">
|
188
|
+
<ANCHOR id="GsfOutputCsvQuotingMode" href="gsf/gsf-Text.html#GsfOutputCsvQuotingMode">
|
189
|
+
<ANCHOR id="gsf-Text.property-details" href="gsf/gsf-Text.html#gsf-Text.property-details">
|
190
|
+
<ANCHOR id="GsfOutputIconv--fallback" href="gsf/gsf-Text.html#GsfOutputIconv--fallback">
|
191
|
+
<ANCHOR id="GsfOutputIconv--input-charset" href="gsf/gsf-Text.html#GsfOutputIconv--input-charset">
|
192
|
+
<ANCHOR id="GsfOutputIconv--output-charset" href="gsf/gsf-Text.html#GsfOutputIconv--output-charset">
|
193
|
+
<ANCHOR id="GsfOutputIconv--sink" href="gsf/gsf-Text.html#GsfOutputIconv--sink">
|
194
|
+
<ANCHOR id="GsfOutputCsv--eol" href="gsf/gsf-Text.html#GsfOutputCsv--eol">
|
195
|
+
<ANCHOR id="GsfOutputCsv--quote" href="gsf/gsf-Text.html#GsfOutputCsv--quote">
|
196
|
+
<ANCHOR id="GsfOutputCsv--quoting-mode" href="gsf/gsf-Text.html#GsfOutputCsv--quoting-mode">
|
197
|
+
<ANCHOR id="GsfOutputCsv--quoting-on-whitespace" href="gsf/gsf-Text.html#GsfOutputCsv--quoting-on-whitespace">
|
198
|
+
<ANCHOR id="GsfOutputCsv--quoting-triggers" href="gsf/gsf-Text.html#GsfOutputCsv--quoting-triggers">
|
199
|
+
<ANCHOR id="GsfOutputCsv--separator" href="gsf/gsf-Text.html#GsfOutputCsv--separator">
|
200
|
+
<ANCHOR id="GsfOutputCsv--sink" href="gsf/gsf-Text.html#GsfOutputCsv--sink">
|
201
|
+
<ANCHOR id="gsf-XML-and-libxml" href="gsf/gsf-XML-and-libxml.html">
|
202
|
+
<ANCHOR id="gsf-XML-and-libxml.functions" href="gsf/gsf-XML-and-libxml.html#gsf-XML-and-libxml.functions">
|
203
|
+
<ANCHOR id="gsf-XML-and-libxml.properties" href="gsf/gsf-XML-and-libxml.html#gsf-XML-and-libxml.properties">
|
204
|
+
<ANCHOR id="GsfXMLOut" href="gsf/gsf-XML-and-libxml.html#GsfXMLOut">
|
205
|
+
<ANCHOR id="gsf-XML-and-libxml.other" href="gsf/gsf-XML-and-libxml.html#gsf-XML-and-libxml.other">
|
206
|
+
<ANCHOR id="gsf-XML-and-libxml.object-hierarchy" href="gsf/gsf-XML-and-libxml.html#gsf-XML-and-libxml.object-hierarchy">
|
207
|
+
<ANCHOR id="gsf-XML-and-libxml.description" href="gsf/gsf-XML-and-libxml.html#gsf-XML-and-libxml.description">
|
208
|
+
<ANCHOR id="gsf-XML-and-libxml.functions_details" href="gsf/gsf-XML-and-libxml.html#gsf-XML-and-libxml.functions_details">
|
209
|
+
<ANCHOR id="GsfXMLInUnknownFunc" href="gsf/gsf-XML-and-libxml.html#GsfXMLInUnknownFunc">
|
210
|
+
<ANCHOR id="GsfXMLInExtDtor" href="gsf/gsf-XML-and-libxml.html#GsfXMLInExtDtor">
|
211
|
+
<ANCHOR id="GsfXMLProbeFunc" href="gsf/gsf-XML-and-libxml.html#GsfXMLProbeFunc">
|
212
|
+
<ANCHOR id="GSF-XML-IN-NODE-FULL:CAPS" href="gsf/gsf-XML-and-libxml.html#GSF-XML-IN-NODE-FULL:CAPS">
|
213
|
+
<ANCHOR id="GSF-XML-IN-NODE:CAPS" href="gsf/gsf-XML-and-libxml.html#GSF-XML-IN-NODE:CAPS">
|
214
|
+
<ANCHOR id="GSF-XML-IN-NS:CAPS" href="gsf/gsf-XML-and-libxml.html#GSF-XML-IN-NS:CAPS">
|
215
|
+
<ANCHOR id="gsf-xml-in-doc-new" href="gsf/gsf-XML-and-libxml.html#gsf-xml-in-doc-new">
|
216
|
+
<ANCHOR id="gsf-xml-in-doc-free" href="gsf/gsf-XML-and-libxml.html#gsf-xml-in-doc-free">
|
217
|
+
<ANCHOR id="gsf-xml-in-doc-add-nodes" href="gsf/gsf-XML-and-libxml.html#gsf-xml-in-doc-add-nodes">
|
218
|
+
<ANCHOR id="gsf-xml-in-doc-parse" href="gsf/gsf-XML-and-libxml.html#gsf-xml-in-doc-parse">
|
219
|
+
<ANCHOR id="gsf-xml-in-doc-set-unknown-handler" href="gsf/gsf-XML-and-libxml.html#gsf-xml-in-doc-set-unknown-handler">
|
220
|
+
<ANCHOR id="gsf-xml-in-push-state" href="gsf/gsf-XML-and-libxml.html#gsf-xml-in-push-state">
|
221
|
+
<ANCHOR id="gsf-xml-in-namecmp" href="gsf/gsf-XML-and-libxml.html#gsf-xml-in-namecmp">
|
222
|
+
<ANCHOR id="gsf-xml-in-check-ns" href="gsf/gsf-XML-and-libxml.html#gsf-xml-in-check-ns">
|
223
|
+
<ANCHOR id="gsf-xml-in-get-input" href="gsf/gsf-XML-and-libxml.html#gsf-xml-in-get-input">
|
224
|
+
<ANCHOR id="gsf-xml-probe" href="gsf/gsf-XML-and-libxml.html#gsf-xml-probe">
|
225
|
+
<ANCHOR id="gsf-xml-out-new" href="gsf/gsf-XML-and-libxml.html#gsf-xml-out-new">
|
226
|
+
<ANCHOR id="gsf-xml-out-set-doc-type" href="gsf/gsf-XML-and-libxml.html#gsf-xml-out-set-doc-type">
|
227
|
+
<ANCHOR id="gsf-xml-out-get-output" href="gsf/gsf-XML-and-libxml.html#gsf-xml-out-get-output">
|
228
|
+
<ANCHOR id="gsf-xml-out-start-element" href="gsf/gsf-XML-and-libxml.html#gsf-xml-out-start-element">
|
229
|
+
<ANCHOR id="gsf-xml-out-end-element" href="gsf/gsf-XML-and-libxml.html#gsf-xml-out-end-element">
|
230
|
+
<ANCHOR id="gsf-xml-out-add-cstr" href="gsf/gsf-XML-and-libxml.html#gsf-xml-out-add-cstr">
|
231
|
+
<ANCHOR id="gsf-xml-out-add-cstr-unchecked" href="gsf/gsf-XML-and-libxml.html#gsf-xml-out-add-cstr-unchecked">
|
232
|
+
<ANCHOR id="gsf-xml-out-add-bool" href="gsf/gsf-XML-and-libxml.html#gsf-xml-out-add-bool">
|
233
|
+
<ANCHOR id="gsf-xml-out-add-int" href="gsf/gsf-XML-and-libxml.html#gsf-xml-out-add-int">
|
234
|
+
<ANCHOR id="gsf-xml-out-add-uint" href="gsf/gsf-XML-and-libxml.html#gsf-xml-out-add-uint">
|
235
|
+
<ANCHOR id="gsf-xml-out-add-float" href="gsf/gsf-XML-and-libxml.html#gsf-xml-out-add-float">
|
236
|
+
<ANCHOR id="gsf-xml-out-add-enum" href="gsf/gsf-XML-and-libxml.html#gsf-xml-out-add-enum">
|
237
|
+
<ANCHOR id="gsf-xml-out-add-color" href="gsf/gsf-XML-and-libxml.html#gsf-xml-out-add-color">
|
238
|
+
<ANCHOR id="gsf-xml-out-add-base64" href="gsf/gsf-XML-and-libxml.html#gsf-xml-out-add-base64">
|
239
|
+
<ANCHOR id="gsf-xml-out-add-gvalue" href="gsf/gsf-XML-and-libxml.html#gsf-xml-out-add-gvalue">
|
240
|
+
<ANCHOR id="gsf-xml-out-simple-element" href="gsf/gsf-XML-and-libxml.html#gsf-xml-out-simple-element">
|
241
|
+
<ANCHOR id="gsf-xml-out-simple-float-element" href="gsf/gsf-XML-and-libxml.html#gsf-xml-out-simple-float-element">
|
242
|
+
<ANCHOR id="gsf-xml-out-simple-int-element" href="gsf/gsf-XML-and-libxml.html#gsf-xml-out-simple-int-element">
|
243
|
+
<ANCHOR id="gsf-input-http-get-content-type" href="gsf/gsf-XML-and-libxml.html#gsf-input-http-get-content-type">
|
244
|
+
<ANCHOR id="gsf-input-http-get-type" href="gsf/gsf-XML-and-libxml.html#gsf-input-http-get-type">
|
245
|
+
<ANCHOR id="gsf-input-http-get-url" href="gsf/gsf-XML-and-libxml.html#gsf-input-http-get-url">
|
246
|
+
<ANCHOR id="gsf-xml-parser-context" href="gsf/gsf-XML-and-libxml.html#gsf-xml-parser-context">
|
247
|
+
<ANCHOR id="gsf-xml-gvalue-from-str" href="gsf/gsf-XML-and-libxml.html#gsf-xml-gvalue-from-str">
|
248
|
+
<ANCHOR id="gsf-xmlDocFormatDump" href="gsf/gsf-XML-and-libxml.html#gsf-xmlDocFormatDump">
|
249
|
+
<ANCHOR id="gsf-XML-and-libxml.other_details" href="gsf/gsf-XML-and-libxml.html#gsf-XML-and-libxml.other_details">
|
250
|
+
<ANCHOR id="GsfXMLIn" href="gsf/gsf-XML-and-libxml.html#GsfXMLIn">
|
251
|
+
<ANCHOR id="GsfXMLInDoc" href="gsf/gsf-XML-and-libxml.html#GsfXMLInDoc">
|
252
|
+
<ANCHOR id="GsfXMLInNS" href="gsf/gsf-XML-and-libxml.html#GsfXMLInNS">
|
253
|
+
<ANCHOR id="GsfXMLInNode" href="gsf/gsf-XML-and-libxml.html#GsfXMLInNode">
|
254
|
+
<ANCHOR id="GsfXMLContent" href="gsf/gsf-XML-and-libxml.html#GsfXMLContent">
|
255
|
+
<ANCHOR id="GsfXMLBlob" href="gsf/gsf-XML-and-libxml.html#GsfXMLBlob">
|
256
|
+
<ANCHOR id="GsfInputHTTP" href="gsf/gsf-XML-and-libxml.html#GsfInputHTTP">
|
257
|
+
<ANCHOR id="GSF-XML-IN-NODE-END:CAPS" href="gsf/gsf-XML-and-libxml.html#GSF-XML-IN-NODE-END:CAPS">
|
258
|
+
<ANCHOR id="GSF-XML-IN-NS-END:CAPS" href="gsf/gsf-XML-and-libxml.html#GSF-XML-IN-NS-END:CAPS">
|
259
|
+
<ANCHOR id="GsfXMLOut-struct" href="gsf/gsf-XML-and-libxml.html#GsfXMLOut-struct">
|
260
|
+
<ANCHOR id="gsf-XML-and-libxml.property-details" href="gsf/gsf-XML-and-libxml.html#gsf-XML-and-libxml.property-details">
|
261
|
+
<ANCHOR id="GsfXMLOut--pretty-print" href="gsf/gsf-XML-and-libxml.html#GsfXMLOut--pretty-print">
|
262
|
+
<ANCHOR id="GsfXMLOut--sink" href="gsf/gsf-XML-and-libxml.html#GsfXMLOut--sink">
|
263
|
+
<ANCHOR id="gsf-Zip" href="gsf/gsf-Zip.html">
|
264
|
+
<ANCHOR id="gsf-Zip.functions" href="gsf/gsf-Zip.html#gsf-Zip.functions">
|
265
|
+
<ANCHOR id="gsf-Zip.properties" href="gsf/gsf-Zip.html#gsf-Zip.properties">
|
266
|
+
<ANCHOR id="GsfInfileZip" href="gsf/gsf-Zip.html#GsfInfileZip">
|
267
|
+
<ANCHOR id="GsfOutfileZip" href="gsf/gsf-Zip.html#GsfOutfileZip">
|
268
|
+
<ANCHOR id="gsf-Zip.other" href="gsf/gsf-Zip.html#gsf-Zip.other">
|
269
|
+
<ANCHOR id="gsf-Zip.object-hierarchy" href="gsf/gsf-Zip.html#gsf-Zip.object-hierarchy">
|
270
|
+
<ANCHOR id="gsf-Zip.description" href="gsf/gsf-Zip.html#gsf-Zip.description">
|
271
|
+
<ANCHOR id="gsf-Zip.functions_details" href="gsf/gsf-Zip.html#gsf-Zip.functions_details">
|
272
|
+
<ANCHOR id="gsf-infile-zip-new" href="gsf/gsf-Zip.html#gsf-infile-zip-new">
|
273
|
+
<ANCHOR id="gsf-outfile-zip-new" href="gsf/gsf-Zip.html#gsf-outfile-zip-new">
|
274
|
+
<ANCHOR id="gsf-outfile-zip-set-compression-method" href="gsf/gsf-Zip.html#gsf-outfile-zip-set-compression-method">
|
275
|
+
<ANCHOR id="gsf-Zip.other_details" href="gsf/gsf-Zip.html#gsf-Zip.other_details">
|
276
|
+
<ANCHOR id="GsfInfileZip-struct" href="gsf/gsf-Zip.html#GsfInfileZip-struct">
|
277
|
+
<ANCHOR id="GsfOutfileZip-struct" href="gsf/gsf-Zip.html#GsfOutfileZip-struct">
|
278
|
+
<ANCHOR id="gsf-Zip.property-details" href="gsf/gsf-Zip.html#gsf-Zip.property-details">
|
279
|
+
<ANCHOR id="GsfInfileZip--compression-level" href="gsf/gsf-Zip.html#GsfInfileZip--compression-level">
|
280
|
+
<ANCHOR id="GsfInfileZip--internal-parent" href="gsf/gsf-Zip.html#GsfInfileZip--internal-parent">
|
281
|
+
<ANCHOR id="GsfInfileZip--source" href="gsf/gsf-Zip.html#GsfInfileZip--source">
|
282
|
+
<ANCHOR id="GsfOutfileZip--compression-level" href="gsf/gsf-Zip.html#GsfOutfileZip--compression-level">
|
283
|
+
<ANCHOR id="GsfOutfileZip--deflate-level" href="gsf/gsf-Zip.html#GsfOutfileZip--deflate-level">
|
284
|
+
<ANCHOR id="GsfOutfileZip--entry-name" href="gsf/gsf-Zip.html#GsfOutfileZip--entry-name">
|
285
|
+
<ANCHOR id="GsfOutfileZip--sink" href="gsf/gsf-Zip.html#GsfOutfileZip--sink">
|
286
|
+
<ANCHOR id="GsfOutfileZip--zip64" href="gsf/gsf-Zip.html#GsfOutfileZip--zip64">
|
287
|
+
<ANCHOR id="gsf-Compression" href="gsf/gsf-Compression.html">
|
288
|
+
<ANCHOR id="gsf-Compression.functions" href="gsf/gsf-Compression.html#gsf-Compression.functions">
|
289
|
+
<ANCHOR id="gsf-Compression.properties" href="gsf/gsf-Compression.html#gsf-Compression.properties">
|
290
|
+
<ANCHOR id="GsfInputGZip" href="gsf/gsf-Compression.html#GsfInputGZip">
|
291
|
+
<ANCHOR id="GsfOutputGZip" href="gsf/gsf-Compression.html#GsfOutputGZip">
|
292
|
+
<ANCHOR id="GsfOutputBzip" href="gsf/gsf-Compression.html#GsfOutputBzip">
|
293
|
+
<ANCHOR id="gsf-Compression.other" href="gsf/gsf-Compression.html#gsf-Compression.other">
|
294
|
+
<ANCHOR id="gsf-Compression.object-hierarchy" href="gsf/gsf-Compression.html#gsf-Compression.object-hierarchy">
|
295
|
+
<ANCHOR id="gsf-Compression.description" href="gsf/gsf-Compression.html#gsf-Compression.description">
|
296
|
+
<ANCHOR id="gsf-Compression.functions_details" href="gsf/gsf-Compression.html#gsf-Compression.functions_details">
|
297
|
+
<ANCHOR id="gsf-input-gzip-new" href="gsf/gsf-Compression.html#gsf-input-gzip-new">
|
298
|
+
<ANCHOR id="gsf-input-memory-new-from-bzip" href="gsf/gsf-Compression.html#gsf-input-memory-new-from-bzip">
|
299
|
+
<ANCHOR id="gsf-output-gzip-new" href="gsf/gsf-Compression.html#gsf-output-gzip-new">
|
300
|
+
<ANCHOR id="gsf-output-bzip-new" href="gsf/gsf-Compression.html#gsf-output-bzip-new">
|
301
|
+
<ANCHOR id="gsf-Compression.other_details" href="gsf/gsf-Compression.html#gsf-Compression.other_details">
|
302
|
+
<ANCHOR id="GsfInputGZip-struct" href="gsf/gsf-Compression.html#GsfInputGZip-struct">
|
303
|
+
<ANCHOR id="GsfOutputGZip-struct" href="gsf/gsf-Compression.html#GsfOutputGZip-struct">
|
304
|
+
<ANCHOR id="GsfOutputBzip-struct" href="gsf/gsf-Compression.html#GsfOutputBzip-struct">
|
305
|
+
<ANCHOR id="gsf-Compression.property-details" href="gsf/gsf-Compression.html#gsf-Compression.property-details">
|
306
|
+
<ANCHOR id="GsfInputGZip--raw" href="gsf/gsf-Compression.html#GsfInputGZip--raw">
|
307
|
+
<ANCHOR id="GsfInputGZip--source" href="gsf/gsf-Compression.html#GsfInputGZip--source">
|
308
|
+
<ANCHOR id="GsfInputGZip--uncompressed-size" href="gsf/gsf-Compression.html#GsfInputGZip--uncompressed-size">
|
309
|
+
<ANCHOR id="GsfOutputGZip--raw" href="gsf/gsf-Compression.html#GsfOutputGZip--raw">
|
310
|
+
<ANCHOR id="GsfOutputGZip--sink" href="gsf/gsf-Compression.html#GsfOutputGZip--sink">
|
311
|
+
<ANCHOR id="gsf-MS-OLE2" href="gsf/gsf-MS-OLE2.html">
|
312
|
+
<ANCHOR id="gsf-MS-OLE2.functions" href="gsf/gsf-MS-OLE2.html#gsf-MS-OLE2.functions">
|
313
|
+
<ANCHOR id="gsf-MS-OLE2.properties" href="gsf/gsf-MS-OLE2.html#gsf-MS-OLE2.properties">
|
314
|
+
<ANCHOR id="GsfInfileMSOle" href="gsf/gsf-MS-OLE2.html#GsfInfileMSOle">
|
315
|
+
<ANCHOR id="GsfOutfileMSOle" href="gsf/gsf-MS-OLE2.html#GsfOutfileMSOle">
|
316
|
+
<ANCHOR id="gsf-MS-OLE2.other" href="gsf/gsf-MS-OLE2.html#gsf-MS-OLE2.other">
|
317
|
+
<ANCHOR id="gsf-MS-OLE2.object-hierarchy" href="gsf/gsf-MS-OLE2.html#gsf-MS-OLE2.object-hierarchy">
|
318
|
+
<ANCHOR id="gsf-MS-OLE2.description" href="gsf/gsf-MS-OLE2.html#gsf-MS-OLE2.description">
|
319
|
+
<ANCHOR id="gsf-MS-OLE2.functions_details" href="gsf/gsf-MS-OLE2.html#gsf-MS-OLE2.functions_details">
|
320
|
+
<ANCHOR id="gsf-infile-msole-new" href="gsf/gsf-MS-OLE2.html#gsf-infile-msole-new">
|
321
|
+
<ANCHOR id="gsf-infile-msole-get-class-id" href="gsf/gsf-MS-OLE2.html#gsf-infile-msole-get-class-id">
|
322
|
+
<ANCHOR id="gsf-outfile-msole-new" href="gsf/gsf-MS-OLE2.html#gsf-outfile-msole-new">
|
323
|
+
<ANCHOR id="gsf-outfile-msole-new-full" href="gsf/gsf-MS-OLE2.html#gsf-outfile-msole-new-full">
|
324
|
+
<ANCHOR id="gsf-outfile-msole-set-class-id" href="gsf/gsf-MS-OLE2.html#gsf-outfile-msole-set-class-id">
|
325
|
+
<ANCHOR id="gsf-msole-metadata-read" href="gsf/gsf-MS-OLE2.html#gsf-msole-metadata-read">
|
326
|
+
<ANCHOR id="gsf-msole-metadata-write" href="gsf/gsf-MS-OLE2.html#gsf-msole-metadata-write">
|
327
|
+
<ANCHOR id="gsf-msole-iconv-open-codepages-for-export" href="gsf/gsf-MS-OLE2.html#gsf-msole-iconv-open-codepages-for-export">
|
328
|
+
<ANCHOR id="gsf-msole-iconv-open-codepage-for-import" href="gsf/gsf-MS-OLE2.html#gsf-msole-iconv-open-codepage-for-import">
|
329
|
+
<ANCHOR id="gsf-msole-iconv-open-for-export" href="gsf/gsf-MS-OLE2.html#gsf-msole-iconv-open-for-export">
|
330
|
+
<ANCHOR id="gsf-msole-iconv-open-codepage-for-export" href="gsf/gsf-MS-OLE2.html#gsf-msole-iconv-open-codepage-for-export">
|
331
|
+
<ANCHOR id="gsf-msole-iconv-open-for-import" href="gsf/gsf-MS-OLE2.html#gsf-msole-iconv-open-for-import">
|
332
|
+
<ANCHOR id="gsf-msole-iconv-win-codepage" href="gsf/gsf-MS-OLE2.html#gsf-msole-iconv-win-codepage">
|
333
|
+
<ANCHOR id="gsf-msole-codepage-to-lid" href="gsf/gsf-MS-OLE2.html#gsf-msole-codepage-to-lid">
|
334
|
+
<ANCHOR id="gsf-msole-lid-to-codepage" href="gsf/gsf-MS-OLE2.html#gsf-msole-lid-to-codepage">
|
335
|
+
<ANCHOR id="gsf-msole-lid-to-codepage-str" href="gsf/gsf-MS-OLE2.html#gsf-msole-lid-to-codepage-str">
|
336
|
+
<ANCHOR id="gsf-msole-lid-for-language" href="gsf/gsf-MS-OLE2.html#gsf-msole-lid-for-language">
|
337
|
+
<ANCHOR id="gsf-msole-language-for-lid" href="gsf/gsf-MS-OLE2.html#gsf-msole-language-for-lid">
|
338
|
+
<ANCHOR id="gsf-msole-inflate" href="gsf/gsf-MS-OLE2.html#gsf-msole-inflate">
|
339
|
+
<ANCHOR id="gsf-MS-OLE2.other_details" href="gsf/gsf-MS-OLE2.html#gsf-MS-OLE2.other_details">
|
340
|
+
<ANCHOR id="GsfInfileMSOle-struct" href="gsf/gsf-MS-OLE2.html#GsfInfileMSOle-struct">
|
341
|
+
<ANCHOR id="GsfOutfileMSOle-struct" href="gsf/gsf-MS-OLE2.html#GsfOutfileMSOle-struct">
|
342
|
+
<ANCHOR id="gsf-MS-OLE2.property-details" href="gsf/gsf-MS-OLE2.html#gsf-MS-OLE2.property-details">
|
343
|
+
<ANCHOR id="GsfOutfileMSOle--big-block-size" href="gsf/gsf-MS-OLE2.html#GsfOutfileMSOle--big-block-size">
|
344
|
+
<ANCHOR id="GsfOutfileMSOle--sink" href="gsf/gsf-MS-OLE2.html#GsfOutfileMSOle--sink">
|
345
|
+
<ANCHOR id="GsfOutfileMSOle--small-block-size" href="gsf/gsf-MS-OLE2.html#GsfOutfileMSOle--small-block-size">
|
346
|
+
<ANCHOR id="gsf-metadata" href="gsf/gsf-metadata.html">
|
347
|
+
<ANCHOR id="gsf-metadata.functions" href="gsf/gsf-metadata.html#gsf-metadata.functions">
|
348
|
+
<ANCHOR id="GsfDocMetaData" href="gsf/gsf-metadata.html#GsfDocMetaData">
|
349
|
+
<ANCHOR id="GsfDocPropVector" href="gsf/gsf-metadata.html#GsfDocPropVector">
|
350
|
+
<ANCHOR id="gsf-metadata.other" href="gsf/gsf-metadata.html#gsf-metadata.other">
|
351
|
+
<ANCHOR id="gsf-metadata.object-hierarchy" href="gsf/gsf-metadata.html#gsf-metadata.object-hierarchy">
|
352
|
+
<ANCHOR id="gsf-metadata.description" href="gsf/gsf-metadata.html#gsf-metadata.description">
|
353
|
+
<ANCHOR id="gsf-metadata.functions_details" href="gsf/gsf-metadata.html#gsf-metadata.functions_details">
|
354
|
+
<ANCHOR id="gsf-doc-meta-data-new" href="gsf/gsf-metadata.html#gsf-doc-meta-data-new">
|
355
|
+
<ANCHOR id="gsf-doc-meta-data-lookup" href="gsf/gsf-metadata.html#gsf-doc-meta-data-lookup">
|
356
|
+
<ANCHOR id="gsf-doc-meta-data-insert" href="gsf/gsf-metadata.html#gsf-doc-meta-data-insert">
|
357
|
+
<ANCHOR id="gsf-doc-meta-data-remove" href="gsf/gsf-metadata.html#gsf-doc-meta-data-remove">
|
358
|
+
<ANCHOR id="gsf-doc-meta-data-steal" href="gsf/gsf-metadata.html#gsf-doc-meta-data-steal">
|
359
|
+
<ANCHOR id="gsf-doc-meta-data-store" href="gsf/gsf-metadata.html#gsf-doc-meta-data-store">
|
360
|
+
<ANCHOR id="gsf-doc-meta-data-foreach" href="gsf/gsf-metadata.html#gsf-doc-meta-data-foreach">
|
361
|
+
<ANCHOR id="gsf-doc-meta-data-size" href="gsf/gsf-metadata.html#gsf-doc-meta-data-size">
|
362
|
+
<ANCHOR id="gsf-doc-meta-dump" href="gsf/gsf-metadata.html#gsf-doc-meta-dump">
|
363
|
+
<ANCHOR id="gsf-doc-meta-data-odf-subtree" href="gsf/gsf-metadata.html#gsf-doc-meta-data-odf-subtree">
|
364
|
+
<ANCHOR id="gsf-doc-meta-data-read-from-odf" href="gsf/gsf-metadata.html#gsf-doc-meta-data-read-from-odf">
|
365
|
+
<ANCHOR id="gsf-doc-meta-data-write-to-odf" href="gsf/gsf-metadata.html#gsf-doc-meta-data-write-to-odf">
|
366
|
+
<ANCHOR id="gsf-doc-meta-data-read-from-msole" href="gsf/gsf-metadata.html#gsf-doc-meta-data-read-from-msole">
|
367
|
+
<ANCHOR id="gsf-doc-meta-data-write-to-msole" href="gsf/gsf-metadata.html#gsf-doc-meta-data-write-to-msole">
|
368
|
+
<ANCHOR id="gsf-doc-prop-new" href="gsf/gsf-metadata.html#gsf-doc-prop-new">
|
369
|
+
<ANCHOR id="gsf-doc-prop-free" href="gsf/gsf-metadata.html#gsf-doc-prop-free">
|
370
|
+
<ANCHOR id="gsf-doc-prop-get-name" href="gsf/gsf-metadata.html#gsf-doc-prop-get-name">
|
371
|
+
<ANCHOR id="gsf-doc-prop-get-val" href="gsf/gsf-metadata.html#gsf-doc-prop-get-val">
|
372
|
+
<ANCHOR id="gsf-doc-prop-set-val" href="gsf/gsf-metadata.html#gsf-doc-prop-set-val">
|
373
|
+
<ANCHOR id="gsf-doc-prop-get-link" href="gsf/gsf-metadata.html#gsf-doc-prop-get-link">
|
374
|
+
<ANCHOR id="gsf-doc-prop-set-link" href="gsf/gsf-metadata.html#gsf-doc-prop-set-link">
|
375
|
+
<ANCHOR id="gsf-doc-prop-dump" href="gsf/gsf-metadata.html#gsf-doc-prop-dump">
|
376
|
+
<ANCHOR id="gsf-docprop-vector-new" href="gsf/gsf-metadata.html#gsf-docprop-vector-new">
|
377
|
+
<ANCHOR id="gsf-docprop-vector-append" href="gsf/gsf-metadata.html#gsf-docprop-vector-append">
|
378
|
+
<ANCHOR id="gsf-docprop-vector-as-string" href="gsf/gsf-metadata.html#gsf-docprop-vector-as-string">
|
379
|
+
<ANCHOR id="gsf-value-get-docprop-varray" href="gsf/gsf-metadata.html#gsf-value-get-docprop-varray">
|
380
|
+
<ANCHOR id="gsf-value-get-docprop-vector" href="gsf/gsf-metadata.html#gsf-value-get-docprop-vector">
|
381
|
+
<ANCHOR id="gsf-metadata.other_details" href="gsf/gsf-metadata.html#gsf-metadata.other_details">
|
382
|
+
<ANCHOR id="GsfDocMetaData-struct" href="gsf/gsf-metadata.html#GsfDocMetaData-struct">
|
383
|
+
<ANCHOR id="GsfDocProp" href="gsf/gsf-metadata.html#GsfDocProp">
|
384
|
+
<ANCHOR id="GsfDocPropVector-struct" href="gsf/gsf-metadata.html#GsfDocPropVector-struct">
|
385
|
+
<ANCHOR id="GSF-META-NAME-TITLE:CAPS" href="gsf/gsf-metadata.html#GSF-META-NAME-TITLE:CAPS">
|
386
|
+
<ANCHOR id="GSF-META-NAME-DESCRIPTION:CAPS" href="gsf/gsf-metadata.html#GSF-META-NAME-DESCRIPTION:CAPS">
|
387
|
+
<ANCHOR id="GSF-META-NAME-SUBJECT:CAPS" href="gsf/gsf-metadata.html#GSF-META-NAME-SUBJECT:CAPS">
|
388
|
+
<ANCHOR id="GSF-META-NAME-DATE-MODIFIED:CAPS" href="gsf/gsf-metadata.html#GSF-META-NAME-DATE-MODIFIED:CAPS">
|
389
|
+
<ANCHOR id="GSF-META-NAME-DATE-CREATED:CAPS" href="gsf/gsf-metadata.html#GSF-META-NAME-DATE-CREATED:CAPS">
|
390
|
+
<ANCHOR id="GSF-META-NAME-KEYWORDS:CAPS" href="gsf/gsf-metadata.html#GSF-META-NAME-KEYWORDS:CAPS">
|
391
|
+
<ANCHOR id="GSF-META-NAME-LANGUAGE:CAPS" href="gsf/gsf-metadata.html#GSF-META-NAME-LANGUAGE:CAPS">
|
392
|
+
<ANCHOR id="GSF-META-NAME-CODEPAGE:CAPS" href="gsf/gsf-metadata.html#GSF-META-NAME-CODEPAGE:CAPS">
|
393
|
+
<ANCHOR id="GSF-META-NAME-REVISION-COUNT:CAPS" href="gsf/gsf-metadata.html#GSF-META-NAME-REVISION-COUNT:CAPS">
|
394
|
+
<ANCHOR id="GSF-META-NAME-EDITING-DURATION:CAPS" href="gsf/gsf-metadata.html#GSF-META-NAME-EDITING-DURATION:CAPS">
|
395
|
+
<ANCHOR id="GSF-META-NAME-TABLE-COUNT:CAPS" href="gsf/gsf-metadata.html#GSF-META-NAME-TABLE-COUNT:CAPS">
|
396
|
+
<ANCHOR id="GSF-META-NAME-IMAGE-COUNT:CAPS" href="gsf/gsf-metadata.html#GSF-META-NAME-IMAGE-COUNT:CAPS">
|
397
|
+
<ANCHOR id="GSF-META-NAME-OBJECT-COUNT:CAPS" href="gsf/gsf-metadata.html#GSF-META-NAME-OBJECT-COUNT:CAPS">
|
398
|
+
<ANCHOR id="GSF-META-NAME-PAGE-COUNT:CAPS" href="gsf/gsf-metadata.html#GSF-META-NAME-PAGE-COUNT:CAPS">
|
399
|
+
<ANCHOR id="GSF-META-NAME-PARAGRAPH-COUNT:CAPS" href="gsf/gsf-metadata.html#GSF-META-NAME-PARAGRAPH-COUNT:CAPS">
|
400
|
+
<ANCHOR id="GSF-META-NAME-WORD-COUNT:CAPS" href="gsf/gsf-metadata.html#GSF-META-NAME-WORD-COUNT:CAPS">
|
401
|
+
<ANCHOR id="GSF-META-NAME-CHARACTER-COUNT:CAPS" href="gsf/gsf-metadata.html#GSF-META-NAME-CHARACTER-COUNT:CAPS">
|
402
|
+
<ANCHOR id="GSF-META-NAME-CELL-COUNT:CAPS" href="gsf/gsf-metadata.html#GSF-META-NAME-CELL-COUNT:CAPS">
|
403
|
+
<ANCHOR id="GSF-META-NAME-SPREADSHEET-COUNT:CAPS" href="gsf/gsf-metadata.html#GSF-META-NAME-SPREADSHEET-COUNT:CAPS">
|
404
|
+
<ANCHOR id="GSF-META-NAME-CREATOR:CAPS" href="gsf/gsf-metadata.html#GSF-META-NAME-CREATOR:CAPS">
|
405
|
+
<ANCHOR id="GSF-META-NAME-TEMPLATE:CAPS" href="gsf/gsf-metadata.html#GSF-META-NAME-TEMPLATE:CAPS">
|
406
|
+
<ANCHOR id="GSF-META-NAME-LAST-SAVED-BY:CAPS" href="gsf/gsf-metadata.html#GSF-META-NAME-LAST-SAVED-BY:CAPS">
|
407
|
+
<ANCHOR id="GSF-META-NAME-LAST-PRINTED:CAPS" href="gsf/gsf-metadata.html#GSF-META-NAME-LAST-PRINTED:CAPS">
|
408
|
+
<ANCHOR id="GSF-META-NAME-PRINT-DATE:CAPS" href="gsf/gsf-metadata.html#GSF-META-NAME-PRINT-DATE:CAPS">
|
409
|
+
<ANCHOR id="GSF-META-NAME-PRINTED-BY:CAPS" href="gsf/gsf-metadata.html#GSF-META-NAME-PRINTED-BY:CAPS">
|
410
|
+
<ANCHOR id="GSF-META-NAME-KEYWORD:CAPS" href="gsf/gsf-metadata.html#GSF-META-NAME-KEYWORD:CAPS">
|
411
|
+
<ANCHOR id="GSF-META-NAME-SECURITY:CAPS" href="gsf/gsf-metadata.html#GSF-META-NAME-SECURITY:CAPS">
|
412
|
+
<ANCHOR id="GSF-META-NAME-CATEGORY:CAPS" href="gsf/gsf-metadata.html#GSF-META-NAME-CATEGORY:CAPS">
|
413
|
+
<ANCHOR id="GSF-META-NAME-PRESENTATION-FORMAT:CAPS" href="gsf/gsf-metadata.html#GSF-META-NAME-PRESENTATION-FORMAT:CAPS">
|
414
|
+
<ANCHOR id="GSF-META-NAME-THUMBNAIL:CAPS" href="gsf/gsf-metadata.html#GSF-META-NAME-THUMBNAIL:CAPS">
|
415
|
+
<ANCHOR id="GSF-META-NAME-GENERATOR:CAPS" href="gsf/gsf-metadata.html#GSF-META-NAME-GENERATOR:CAPS">
|
416
|
+
<ANCHOR id="GSF-META-NAME-LINE-COUNT:CAPS" href="gsf/gsf-metadata.html#GSF-META-NAME-LINE-COUNT:CAPS">
|
417
|
+
<ANCHOR id="GSF-META-NAME-SLIDE-COUNT:CAPS" href="gsf/gsf-metadata.html#GSF-META-NAME-SLIDE-COUNT:CAPS">
|
418
|
+
<ANCHOR id="GSF-META-NAME-NOTE-COUNT:CAPS" href="gsf/gsf-metadata.html#GSF-META-NAME-NOTE-COUNT:CAPS">
|
419
|
+
<ANCHOR id="GSF-META-NAME-HIDDEN-SLIDE-COUNT:CAPS" href="gsf/gsf-metadata.html#GSF-META-NAME-HIDDEN-SLIDE-COUNT:CAPS">
|
420
|
+
<ANCHOR id="GSF-META-NAME-MM-CLIP-COUNT:CAPS" href="gsf/gsf-metadata.html#GSF-META-NAME-MM-CLIP-COUNT:CAPS">
|
421
|
+
<ANCHOR id="GSF-META-NAME-BYTE-COUNT:CAPS" href="gsf/gsf-metadata.html#GSF-META-NAME-BYTE-COUNT:CAPS">
|
422
|
+
<ANCHOR id="GSF-META-NAME-SCALE:CAPS" href="gsf/gsf-metadata.html#GSF-META-NAME-SCALE:CAPS">
|
423
|
+
<ANCHOR id="GSF-META-NAME-HEADING-PAIRS:CAPS" href="gsf/gsf-metadata.html#GSF-META-NAME-HEADING-PAIRS:CAPS">
|
424
|
+
<ANCHOR id="GSF-META-NAME-DOCUMENT-PARTS:CAPS" href="gsf/gsf-metadata.html#GSF-META-NAME-DOCUMENT-PARTS:CAPS">
|
425
|
+
<ANCHOR id="GSF-META-NAME-MANAGER:CAPS" href="gsf/gsf-metadata.html#GSF-META-NAME-MANAGER:CAPS">
|
426
|
+
<ANCHOR id="GSF-META-NAME-COMPANY:CAPS" href="gsf/gsf-metadata.html#GSF-META-NAME-COMPANY:CAPS">
|
427
|
+
<ANCHOR id="GSF-META-NAME-LINKS-DIRTY:CAPS" href="gsf/gsf-metadata.html#GSF-META-NAME-LINKS-DIRTY:CAPS">
|
428
|
+
<ANCHOR id="GSF-META-NAME-DICTIONARY:CAPS" href="gsf/gsf-metadata.html#GSF-META-NAME-DICTIONARY:CAPS">
|
429
|
+
<ANCHOR id="GSF-META-NAME-MSOLE-UNKNOWN-17:CAPS" href="gsf/gsf-metadata.html#GSF-META-NAME-MSOLE-UNKNOWN-17:CAPS">
|
430
|
+
<ANCHOR id="GSF-META-NAME-MSOLE-UNKNOWN-18:CAPS" href="gsf/gsf-metadata.html#GSF-META-NAME-MSOLE-UNKNOWN-18:CAPS">
|
431
|
+
<ANCHOR id="GSF-META-NAME-MSOLE-UNKNOWN-19:CAPS" href="gsf/gsf-metadata.html#GSF-META-NAME-MSOLE-UNKNOWN-19:CAPS">
|
432
|
+
<ANCHOR id="GSF-META-NAME-MSOLE-UNKNOWN-20:CAPS" href="gsf/gsf-metadata.html#GSF-META-NAME-MSOLE-UNKNOWN-20:CAPS">
|
433
|
+
<ANCHOR id="GSF-META-NAME-MSOLE-UNKNOWN-21:CAPS" href="gsf/gsf-metadata.html#GSF-META-NAME-MSOLE-UNKNOWN-21:CAPS">
|
434
|
+
<ANCHOR id="GSF-META-NAME-MSOLE-UNKNOWN-22:CAPS" href="gsf/gsf-metadata.html#GSF-META-NAME-MSOLE-UNKNOWN-22:CAPS">
|
435
|
+
<ANCHOR id="GSF-META-NAME-MSOLE-UNKNOWN-23:CAPS" href="gsf/gsf-metadata.html#GSF-META-NAME-MSOLE-UNKNOWN-23:CAPS">
|
436
|
+
<ANCHOR id="GSF-META-NAME-LOCALE-SYSTEM-DEFAULT:CAPS" href="gsf/gsf-metadata.html#GSF-META-NAME-LOCALE-SYSTEM-DEFAULT:CAPS">
|
437
|
+
<ANCHOR id="GSF-META-NAME-CASE-SENSITIVE:CAPS" href="gsf/gsf-metadata.html#GSF-META-NAME-CASE-SENSITIVE:CAPS">
|
438
|
+
<ANCHOR id="GSF-META-NAME-INITIAL-CREATOR:CAPS" href="gsf/gsf-metadata.html#GSF-META-NAME-INITIAL-CREATOR:CAPS">
|
439
|
+
<ANCHOR id="gsf-OASIS-Open-Document" href="gsf/gsf-OASIS-Open-Document.html">
|
440
|
+
<ANCHOR id="gsf-OASIS-Open-Document.functions" href="gsf/gsf-OASIS-Open-Document.html#gsf-OASIS-Open-Document.functions">
|
441
|
+
<ANCHOR id="gsf-OASIS-Open-Document.object-hierarchy" href="gsf/gsf-OASIS-Open-Document.html#gsf-OASIS-Open-Document.object-hierarchy">
|
442
|
+
<ANCHOR id="gsf-OASIS-Open-Document.description" href="gsf/gsf-OASIS-Open-Document.html#gsf-OASIS-Open-Document.description">
|
443
|
+
<ANCHOR id="gsf-OASIS-Open-Document.functions_details" href="gsf/gsf-OASIS-Open-Document.html#gsf-OASIS-Open-Document.functions_details">
|
444
|
+
<ANCHOR id="gsf-odf-get-ns" href="gsf/gsf-OASIS-Open-Document.html#gsf-odf-get-ns">
|
445
|
+
<ANCHOR id="gsf-odf-get-version" href="gsf/gsf-OASIS-Open-Document.html#gsf-odf-get-version">
|
446
|
+
<ANCHOR id="gsf-odf-get-version-string" href="gsf/gsf-OASIS-Open-Document.html#gsf-odf-get-version-string">
|
447
|
+
<ANCHOR id="gsf-opendoc-metadata-read" href="gsf/gsf-OASIS-Open-Document.html#gsf-opendoc-metadata-read">
|
448
|
+
<ANCHOR id="gsf-opendoc-metadata-subtree" href="gsf/gsf-OASIS-Open-Document.html#gsf-opendoc-metadata-subtree">
|
449
|
+
<ANCHOR id="gsf-opendoc-metadata-write" href="gsf/gsf-OASIS-Open-Document.html#gsf-opendoc-metadata-write">
|
450
|
+
<ANCHOR id="gsf-doc-prop-get-type" href="gsf/gsf-OASIS-Open-Document.html#gsf-doc-prop-get-type">
|
451
|
+
<ANCHOR id="gsf-odf-out-get-version" href="gsf/gsf-OASIS-Open-Document.html#gsf-odf-out-get-version">
|
452
|
+
<ANCHOR id="gsf-odf-out-get-version-string" href="gsf/gsf-OASIS-Open-Document.html#gsf-odf-out-get-version-string">
|
453
|
+
<ANCHOR id="get-gsf-odf-version" href="gsf/gsf-OASIS-Open-Document.html#get-gsf-odf-version">
|
454
|
+
<ANCHOR id="get-gsf-odf-version-string" href="gsf/gsf-OASIS-Open-Document.html#get-gsf-odf-version-string">
|
455
|
+
<ANCHOR id="get-gsf-ooo-ns" href="gsf/gsf-OASIS-Open-Document.html#get-gsf-ooo-ns">
|
456
|
+
<ANCHOR id="gsf-OASIS-Open-Document.other_details" href="gsf/gsf-OASIS-Open-Document.html#gsf-OASIS-Open-Document.other_details">
|
457
|
+
<ANCHOR id="gsf-blobs" href="gsf/gsf-blobs.html">
|
458
|
+
<ANCHOR id="GsfBlob" href="gsf/gsf-blobs.html#GsfBlob">
|
459
|
+
<ANCHOR id="GsfStructuredBlob" href="gsf/gsf-blobs.html#GsfStructuredBlob">
|
460
|
+
<ANCHOR id="gsf-blobs.object-hierarchy" href="gsf/gsf-blobs.html#gsf-blobs.object-hierarchy">
|
461
|
+
<ANCHOR id="gsf-blobs.description" href="gsf/gsf-blobs.html#gsf-blobs.description">
|
462
|
+
<ANCHOR id="gsf-blobs.functions_details" href="gsf/gsf-blobs.html#gsf-blobs.functions_details">
|
463
|
+
<ANCHOR id="gsf-blobs.other_details" href="gsf/gsf-blobs.html#gsf-blobs.other_details">
|
464
|
+
<ANCHOR id="gsf-clip-data" href="gsf/gsf-clip-data.html">
|
465
|
+
<ANCHOR id="gsf-clip-data.functions" href="gsf/gsf-clip-data.html#gsf-clip-data.functions">
|
466
|
+
<ANCHOR id="GsfClipData" href="gsf/gsf-clip-data.html#GsfClipData">
|
467
|
+
<ANCHOR id="gsf-clip-data.other" href="gsf/gsf-clip-data.html#gsf-clip-data.other">
|
468
|
+
<ANCHOR id="gsf-clip-data.object-hierarchy" href="gsf/gsf-clip-data.html#gsf-clip-data.object-hierarchy">
|
469
|
+
<ANCHOR id="gsf-clip-data.description" href="gsf/gsf-clip-data.html#gsf-clip-data.description">
|
470
|
+
<ANCHOR id="gsf-clip-data.functions_details" href="gsf/gsf-clip-data.html#gsf-clip-data.functions_details">
|
471
|
+
<ANCHOR id="gsf-clip-data-new" href="gsf/gsf-clip-data.html#gsf-clip-data-new">
|
472
|
+
<ANCHOR id="gsf-clip-data-get-format" href="gsf/gsf-clip-data.html#gsf-clip-data-get-format">
|
473
|
+
<ANCHOR id="gsf-clip-data-get-data-blob" href="gsf/gsf-clip-data.html#gsf-clip-data-get-data-blob">
|
474
|
+
<ANCHOR id="gsf-clip-data-get-windows-clipboard-format" href="gsf/gsf-clip-data.html#gsf-clip-data-get-windows-clipboard-format">
|
475
|
+
<ANCHOR id="gsf-clip-data-peek-real-data" href="gsf/gsf-clip-data.html#gsf-clip-data-peek-real-data">
|
476
|
+
<ANCHOR id="gsf-clip-data.other_details" href="gsf/gsf-clip-data.html#gsf-clip-data.other_details">
|
477
|
+
<ANCHOR id="GsfClipFormat" href="gsf/gsf-clip-data.html#GsfClipFormat">
|
478
|
+
<ANCHOR id="GsfClipFormatWindows" href="gsf/gsf-clip-data.html#GsfClipFormatWindows">
|
479
|
+
<ANCHOR id="GsfClipData-struct" href="gsf/gsf-clip-data.html#GsfClipData-struct">
|
480
|
+
<ANCHOR id="GsfClipDataClass" href="gsf/gsf-clip-data.html#GsfClipDataClass">
|
481
|
+
<ANCHOR id="gsf-utils" href="gsf/gsf-utils.html">
|
482
|
+
<ANCHOR id="gsf-utils.functions" href="gsf/gsf-utils.html#gsf-utils.functions">
|
483
|
+
<ANCHOR id="GsfTimestamp" href="gsf/gsf-utils.html#GsfTimestamp">
|
484
|
+
<ANCHOR id="gsf-utils.other" href="gsf/gsf-utils.html#gsf-utils.other">
|
485
|
+
<ANCHOR id="gsf-utils.object-hierarchy" href="gsf/gsf-utils.html#gsf-utils.object-hierarchy">
|
486
|
+
<ANCHOR id="gsf-utils.description" href="gsf/gsf-utils.html#gsf-utils.description">
|
487
|
+
<ANCHOR id="gsf-utils.functions_details" href="gsf/gsf-utils.html#gsf-utils.functions_details">
|
488
|
+
<ANCHOR id="gsf-init" href="gsf/gsf-utils.html#gsf-init">
|
489
|
+
<ANCHOR id="gsf-shutdown" href="gsf/gsf-utils.html#gsf-shutdown">
|
490
|
+
<ANCHOR id="gsf-init-dynamic" href="gsf/gsf-utils.html#gsf-init-dynamic">
|
491
|
+
<ANCHOR id="gsf-shutdown-dynamic" href="gsf/gsf-utils.html#gsf-shutdown-dynamic">
|
492
|
+
<ANCHOR id="GSF-CLASS:CAPS" href="gsf/gsf-utils.html#GSF-CLASS:CAPS">
|
493
|
+
<ANCHOR id="GSF-CLASS-FULL:CAPS" href="gsf/gsf-utils.html#GSF-CLASS-FULL:CAPS">
|
494
|
+
<ANCHOR id="GSF-CLASS-ABSTRACT:CAPS" href="gsf/gsf-utils.html#GSF-CLASS-ABSTRACT:CAPS">
|
495
|
+
<ANCHOR id="GSF-INTERFACE:CAPS" href="gsf/gsf-utils.html#GSF-INTERFACE:CAPS">
|
496
|
+
<ANCHOR id="GSF-INTERFACE-FULL:CAPS" href="gsf/gsf-utils.html#GSF-INTERFACE-FULL:CAPS">
|
497
|
+
<ANCHOR id="GSF-DYNAMIC-CLASS:CAPS" href="gsf/gsf-utils.html#GSF-DYNAMIC-CLASS:CAPS">
|
498
|
+
<ANCHOR id="GSF-DYNAMIC-CLASS-FULL:CAPS" href="gsf/gsf-utils.html#GSF-DYNAMIC-CLASS-FULL:CAPS">
|
499
|
+
<ANCHOR id="GSF-DYNAMIC-CLASS-ABSTRACT:CAPS" href="gsf/gsf-utils.html#GSF-DYNAMIC-CLASS-ABSTRACT:CAPS">
|
500
|
+
<ANCHOR id="GSF-DYNAMIC-INTERFACE:CAPS" href="gsf/gsf-utils.html#GSF-DYNAMIC-INTERFACE:CAPS">
|
501
|
+
<ANCHOR id="GSF-DYNAMIC-INTERFACE-FULL:CAPS" href="gsf/gsf-utils.html#GSF-DYNAMIC-INTERFACE-FULL:CAPS">
|
502
|
+
<ANCHOR id="GSF-PARAM-STATIC:CAPS" href="gsf/gsf-utils.html#GSF-PARAM-STATIC:CAPS">
|
503
|
+
<ANCHOR id="GSF-ERROR:CAPS" href="gsf/gsf-utils.html#GSF-ERROR:CAPS">
|
504
|
+
<ANCHOR id="gsf-error-quark" href="gsf/gsf-utils.html#gsf-error-quark">
|
505
|
+
<ANCHOR id="gsf-mem-dump" href="gsf/gsf-utils.html#gsf-mem-dump">
|
506
|
+
<ANCHOR id="gsf-input-dump" href="gsf/gsf-utils.html#gsf-input-dump">
|
507
|
+
<ANCHOR id="gsf-debug-flag" href="gsf/gsf-utils.html#gsf-debug-flag">
|
508
|
+
<ANCHOR id="gsf-filename-to-utf8" href="gsf/gsf-utils.html#gsf-filename-to-utf8">
|
509
|
+
<ANCHOR id="gsf-iconv-close" href="gsf/gsf-utils.html#gsf-iconv-close">
|
510
|
+
<ANCHOR id="gsf-extension-pointer" href="gsf/gsf-utils.html#gsf-extension-pointer">
|
511
|
+
<ANCHOR id="gsf-base64-encode-simple" href="gsf/gsf-utils.html#gsf-base64-encode-simple">
|
512
|
+
<ANCHOR id="gsf-base64-encode-close" href="gsf/gsf-utils.html#gsf-base64-encode-close">
|
513
|
+
<ANCHOR id="gsf-base64-encode-step" href="gsf/gsf-utils.html#gsf-base64-encode-step">
|
514
|
+
<ANCHOR id="gsf-base64-decode-simple" href="gsf/gsf-utils.html#gsf-base64-decode-simple">
|
515
|
+
<ANCHOR id="gsf-base64-decode-step" href="gsf/gsf-utils.html#gsf-base64-decode-step">
|
516
|
+
<ANCHOR id="GSF-LE-GET-GINT8:CAPS" href="gsf/gsf-utils.html#GSF-LE-GET-GINT8:CAPS">
|
517
|
+
<ANCHOR id="GSF-LE-GET-GUINT64:CAPS" href="gsf/gsf-utils.html#GSF-LE-GET-GUINT64:CAPS">
|
518
|
+
<ANCHOR id="GSF-LE-GET-GINT16:CAPS" href="gsf/gsf-utils.html#GSF-LE-GET-GINT16:CAPS">
|
519
|
+
<ANCHOR id="GSF-LE-GET-GUINT8:CAPS" href="gsf/gsf-utils.html#GSF-LE-GET-GUINT8:CAPS">
|
520
|
+
<ANCHOR id="GSF-LE-GET-GINT32:CAPS" href="gsf/gsf-utils.html#GSF-LE-GET-GINT32:CAPS">
|
521
|
+
<ANCHOR id="GSF-LE-GET-GUINT16:CAPS" href="gsf/gsf-utils.html#GSF-LE-GET-GUINT16:CAPS">
|
522
|
+
<ANCHOR id="GSF-LE-GET-GUINT32:CAPS" href="gsf/gsf-utils.html#GSF-LE-GET-GUINT32:CAPS">
|
523
|
+
<ANCHOR id="GSF-LE-GET-GINT64:CAPS" href="gsf/gsf-utils.html#GSF-LE-GET-GINT64:CAPS">
|
524
|
+
<ANCHOR id="gsf-le-get-guint64" href="gsf/gsf-utils.html#gsf-le-get-guint64">
|
525
|
+
<ANCHOR id="GSF-LE-GET-FLOAT:CAPS" href="gsf/gsf-utils.html#GSF-LE-GET-FLOAT:CAPS">
|
526
|
+
<ANCHOR id="gsf-le-get-float" href="gsf/gsf-utils.html#gsf-le-get-float">
|
527
|
+
<ANCHOR id="GSF-LE-GET-DOUBLE:CAPS" href="gsf/gsf-utils.html#GSF-LE-GET-DOUBLE:CAPS">
|
528
|
+
<ANCHOR id="gsf-le-get-double" href="gsf/gsf-utils.html#gsf-le-get-double">
|
529
|
+
<ANCHOR id="GSF-LE-SET-GUINT8:CAPS" href="gsf/gsf-utils.html#GSF-LE-SET-GUINT8:CAPS">
|
530
|
+
<ANCHOR id="GSF-LE-SET-GUINT16:CAPS" href="gsf/gsf-utils.html#GSF-LE-SET-GUINT16:CAPS">
|
531
|
+
<ANCHOR id="GSF-LE-SET-GUINT32:CAPS" href="gsf/gsf-utils.html#GSF-LE-SET-GUINT32:CAPS">
|
532
|
+
<ANCHOR id="GSF-LE-SET-GINT8:CAPS" href="gsf/gsf-utils.html#GSF-LE-SET-GINT8:CAPS">
|
533
|
+
<ANCHOR id="GSF-LE-SET-GINT16:CAPS" href="gsf/gsf-utils.html#GSF-LE-SET-GINT16:CAPS">
|
534
|
+
<ANCHOR id="GSF-LE-SET-GINT32:CAPS" href="gsf/gsf-utils.html#GSF-LE-SET-GINT32:CAPS">
|
535
|
+
<ANCHOR id="GSF-LE-SET-GINT64:CAPS" href="gsf/gsf-utils.html#GSF-LE-SET-GINT64:CAPS">
|
536
|
+
<ANCHOR id="GSF-LE-SET-GUINT64:CAPS" href="gsf/gsf-utils.html#GSF-LE-SET-GUINT64:CAPS">
|
537
|
+
<ANCHOR id="GSF-LE-SET-FLOAT:CAPS" href="gsf/gsf-utils.html#GSF-LE-SET-FLOAT:CAPS">
|
538
|
+
<ANCHOR id="GSF-LE-SET-DOUBLE:CAPS" href="gsf/gsf-utils.html#GSF-LE-SET-DOUBLE:CAPS">
|
539
|
+
<ANCHOR id="gsf-le-set-float" href="gsf/gsf-utils.html#gsf-le-set-float">
|
540
|
+
<ANCHOR id="gsf-le-set-double" href="gsf/gsf-utils.html#gsf-le-set-double">
|
541
|
+
<ANCHOR id="gsf-timestamp-new" href="gsf/gsf-utils.html#gsf-timestamp-new">
|
542
|
+
<ANCHOR id="gsf-timestamp-set-time" href="gsf/gsf-utils.html#gsf-timestamp-set-time">
|
543
|
+
<ANCHOR id="gsf-timestamp-copy" href="gsf/gsf-utils.html#gsf-timestamp-copy">
|
544
|
+
<ANCHOR id="gsf-timestamp-free" href="gsf/gsf-utils.html#gsf-timestamp-free">
|
545
|
+
<ANCHOR id="gsf-timestamp-as-string" href="gsf/gsf-utils.html#gsf-timestamp-as-string">
|
546
|
+
<ANCHOR id="gsf-timestamp-load-from-string" href="gsf/gsf-utils.html#gsf-timestamp-load-from-string">
|
547
|
+
<ANCHOR id="gsf-timestamp-from-string" href="gsf/gsf-utils.html#gsf-timestamp-from-string">
|
548
|
+
<ANCHOR id="gsf-timestamp-hash" href="gsf/gsf-utils.html#gsf-timestamp-hash">
|
549
|
+
<ANCHOR id="gsf-timestamp-equal" href="gsf/gsf-utils.html#gsf-timestamp-equal">
|
550
|
+
<ANCHOR id="gsf-timestamp-to-value" href="gsf/gsf-utils.html#gsf-timestamp-to-value">
|
551
|
+
<ANCHOR id="gsf-value-set-timestamp" href="gsf/gsf-utils.html#gsf-value-set-timestamp">
|
552
|
+
<ANCHOR id="VAL-IS-GSF-TIMESTAMP:CAPS" href="gsf/gsf-utils.html#VAL-IS-GSF-TIMESTAMP:CAPS">
|
553
|
+
<ANCHOR id="gsf-timestamp-parse" href="gsf/gsf-utils.html#gsf-timestamp-parse">
|
554
|
+
<ANCHOR id="gsf-doc-prop-swap-val" href="gsf/gsf-utils.html#gsf-doc-prop-swap-val">
|
555
|
+
<ANCHOR id="gsf-property-settings-collect" href="gsf/gsf-utils.html#gsf-property-settings-collect">
|
556
|
+
<ANCHOR id="gsf-property-settings-collect-valist" href="gsf/gsf-utils.html#gsf-property-settings-collect-valist">
|
557
|
+
<ANCHOR id="gsf-property-settings-free" href="gsf/gsf-utils.html#gsf-property-settings-free">
|
558
|
+
<ANCHOR id="gsf-utils.other_details" href="gsf/gsf-utils.html#gsf-utils.other_details">
|
559
|
+
<ANCHOR id="libgsf-major-version" href="gsf/gsf-utils.html#libgsf-major-version">
|
560
|
+
<ANCHOR id="libgsf-minor-version" href="gsf/gsf-utils.html#libgsf-minor-version">
|
561
|
+
<ANCHOR id="libgsf-micro-version" href="gsf/gsf-utils.html#libgsf-micro-version">
|
562
|
+
<ANCHOR id="GsfError" href="gsf/gsf-utils.html#GsfError">
|
563
|
+
<ANCHOR id="GSF-OFF-T-FORMAT:CAPS" href="gsf/gsf-utils.html#GSF-OFF-T-FORMAT:CAPS">
|
564
|
+
<ANCHOR id="gsf-off-t" href="gsf/gsf-utils.html#gsf-off-t">
|
565
|
+
<ANCHOR id="GsfTimestamp-struct" href="gsf/gsf-utils.html#GsfTimestamp-struct">
|
566
|
+
<ANCHOR id="annotation-glossterm-allow-none" href="gsf/annotation-glossary.html#annotation-glossterm-allow-none">
|
567
|
+
<ANCHOR id="annotation-glossterm-array" href="gsf/annotation-glossary.html#annotation-glossterm-array">
|
568
|
+
<ANCHOR id="annotation-glossterm-element-type" href="gsf/annotation-glossary.html#annotation-glossterm-element-type">
|
569
|
+
<ANCHOR id="annotation-glossterm-in" href="gsf/annotation-glossary.html#annotation-glossterm-in">
|
570
|
+
<ANCHOR id="annotation-glossterm-scope call" href="gsf/annotation-glossary.html#annotation-glossterm-scope call">
|
571
|
+
<ANCHOR id="annotation-glossterm-transfer full" href="gsf/annotation-glossary.html#annotation-glossterm-transfer full">
|
572
|
+
<ANCHOR id="annotation-glossterm-transfer none" href="gsf/annotation-glossary.html#annotation-glossterm-transfer none">
|