gsf 3.1.0-x64-mingw32 → 3.1.1-x64-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
 - data/Rakefile +3 -3
 - 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/lib/libgsf-1.a +0 -0
 - data/vendor/local/lib/libgsf-1.dll.a +0 -0
 - data/vendor/local/lib/libgsf-1.la +1 -1
 - 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 +1 -1
 - data/vendor/local/lib/pkgconfig/libgsf-1.pc +1 -1
 - data/vendor/local/lib/pkgconfig/libgsf-win32-1.pc +1 -1
 - data/vendor/local/share/gtk-doc/html/gsf/gsf-index.html +398 -398
 - data/vendor/local/share/locale/ca/LC_MESSAGES/libgsf.mo +0 -0
 - data/vendor/local/share/locale/fr/LC_MESSAGES/libgsf.mo +0 -0
 - data/vendor/local/share/locale/pl/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
 - metadata +10 -7
 
    
        checksums.yaml
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            ---
         
     | 
| 
       2 
2 
     | 
    
         
             
            SHA1:
         
     | 
| 
       3 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: ccf3c74415602703899c75e35d43833368da1648
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: 6b40cbf0c4a4ed9f706884a375297271fd3d57cf
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: 94c5118e8068068c58a478821d26c379d2aeae2879fb4fdc18b0253861ffddc7380ac69b5f31a493f55b8f1e71cd478709582d9d50484020c0e9faf7c8c22d39
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: 0af08eedbd00afd4b808dedfbe7c7e833686d41de05c9edc82b3521e883fbb754aa7f7a204f64eb5af7e8be0c1753172c070637170570522d21546195e75d864
         
     | 
    
        data/Rakefile
    CHANGED
    
    | 
         @@ -1,6 +1,6 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            # -*- ruby -*-
         
     | 
| 
       2 
2 
     | 
    
         
             
            #
         
     | 
| 
       3 
     | 
    
         
            -
            # Copyright (C) 2016  Ruby-GNOME2 Project Team
         
     | 
| 
      
 3 
     | 
    
         
            +
            # Copyright (C) 2016-2017  Ruby-GNOME2 Project Team
         
     | 
| 
       4 
4 
     | 
    
         
             
            #
         
     | 
| 
       5 
5 
     | 
    
         
             
            # This library is free software; you can redistribute it and/or
         
     | 
| 
       6 
6 
     | 
    
         
             
            # modify it under the terms of the GNU Lesser General Public
         
     | 
| 
         @@ -39,8 +39,8 @@ package_task = GNOME2::Rake::PackageTask.new do |package| 
     | 
|
| 
       39 
39 
     | 
    
         
             
                {
         
     | 
| 
       40 
40 
     | 
    
         
             
                  :name => "libgsf",
         
     | 
| 
       41 
41 
     | 
    
         
             
                  :download_site => :gnome,
         
     | 
| 
       42 
     | 
    
         
            -
                  :label => " 
     | 
| 
       43 
     | 
    
         
            -
                  :version => "1.14. 
     | 
| 
      
 42 
     | 
    
         
            +
                  :label => "GSF",
         
     | 
| 
      
 43 
     | 
    
         
            +
                  :version => "1.14.41",
         
     | 
| 
       44 
44 
     | 
    
         
             
                  :compression_method => "xz",
         
     | 
| 
       45 
45 
     | 
    
         
             
                  :windows => {
         
     | 
| 
       46 
46 
     | 
    
         
             
                    :configure_args => [
         
     | 
| 
         Binary file 
     | 
| 
         Binary file 
     | 
    
        data/vendor/local/bin/gsf.exe
    CHANGED
    
    | 
         Binary file 
     | 
| 
         Binary file 
     | 
| 
         Binary file 
     | 
    
        data/vendor/local/lib/libgsf-1.a
    CHANGED
    
    | 
         Binary file 
     | 
| 
         Binary file 
     | 
| 
         Binary file 
     | 
| 
         Binary file 
     | 
| 
         @@ -5,7 +5,7 @@ includedir=${prefix}/include 
     | 
|
| 
       5 
5 
     | 
    
         | 
| 
       6 
6 
     | 
    
         
             
            Name: libgsf-1
         
     | 
| 
       7 
7 
     | 
    
         
             
            Description: A library for reading and writing structured files (eg MS OLE and Zip)
         
     | 
| 
       8 
     | 
    
         
            -
            Version: 1.14. 
     | 
| 
      
 8 
     | 
    
         
            +
            Version: 1.14.41
         
     | 
| 
       9 
9 
     | 
    
         
             
            Requires: glib-2.0 gobject-2.0 libxml-2.0
         
     | 
| 
       10 
10 
     | 
    
         
             
            Libs: -L${libdir} -lgsf-1
         
     | 
| 
       11 
11 
     | 
    
         
             
            Cflags: -I${includedir}/libgsf-1
         
     | 
| 
         @@ -60,810 +60,810 @@ 
     | 
|
| 
       60 
60 
     | 
    
         
             
            <div class="indexdiv">
         
     | 
| 
       61 
61 
     | 
    
         
             
            <h3>G</h3>
         
     | 
| 
       62 
62 
     | 
    
         
             
            <dl>
         
     | 
| 
       63 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 63 
     | 
    
         
            +
            <dt id="ientry-idm45386508571648">get_gsf_odf_version, <a class="indexterm" href="gsf-OASIS-Open-Document.html#get-gsf-odf-version">get_gsf_odf_version ()</a>
         
     | 
| 
       64 
64 
     | 
    
         
             
            </dt>
         
     | 
| 
       65 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 65 
     | 
    
         
            +
            <dt id="ientry-idm45386508035024">get_gsf_odf_version_string, <a class="indexterm" href="gsf-OASIS-Open-Document.html#get-gsf-odf-version-string">get_gsf_odf_version_string ()</a>
         
     | 
| 
       66 
66 
     | 
    
         
             
            </dt>
         
     | 
| 
       67 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 67 
     | 
    
         
            +
            <dt id="ientry-idm45386508832864">get_gsf_ooo_ns, <a class="indexterm" href="gsf-OASIS-Open-Document.html#get-gsf-ooo-ns">get_gsf_ooo_ns ()</a>
         
     | 
| 
       68 
68 
     | 
    
         
             
            </dt>
         
     | 
| 
       69 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 69 
     | 
    
         
            +
            <dt id="ientry-idm45386506325856">GsfClipData, <a class="indexterm" href="gsf-clip-data.html#GsfClipData-struct">struct GsfClipData</a>
         
     | 
| 
       70 
70 
     | 
    
         
             
            </dt>
         
     | 
| 
       71 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 71 
     | 
    
         
            +
            <dt id="ientry-idm45386506321664">GsfClipDataClass, <a class="indexterm" href="gsf-clip-data.html#GsfClipDataClass">GsfClipDataClass</a>
         
     | 
| 
       72 
72 
     | 
    
         
             
            </dt>
         
     | 
| 
       73 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 73 
     | 
    
         
            +
            <dt id="ientry-idm45386506378848">GsfClipFormat, <a class="indexterm" href="gsf-clip-data.html#GsfClipFormat">enum GsfClipFormat</a>
         
     | 
| 
       74 
74 
     | 
    
         
             
            </dt>
         
     | 
| 
       75 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 75 
     | 
    
         
            +
            <dt id="ientry-idm45386506350736">GsfClipFormatWindows, <a class="indexterm" href="gsf-clip-data.html#GsfClipFormatWindows">enum GsfClipFormatWindows</a>
         
     | 
| 
       76 
76 
     | 
    
         
             
            </dt>
         
     | 
| 
       77 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 77 
     | 
    
         
            +
            <dt id="ientry-idm45386504936912">GsfDocMetaData, <a class="indexterm" href="gsf-metadata.html#GsfDocMetaData-struct">GsfDocMetaData</a>
         
     | 
| 
       78 
78 
     | 
    
         
             
            </dt>
         
     | 
| 
       79 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 79 
     | 
    
         
            +
            <dt id="ientry-idm45386504933312">GsfDocProp, <a class="indexterm" href="gsf-metadata.html#GsfDocProp">GsfDocProp</a>
         
     | 
| 
       80 
80 
     | 
    
         
             
            </dt>
         
     | 
| 
       81 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 81 
     | 
    
         
            +
            <dt id="ientry-idm45386504929824">GsfDocPropVector, <a class="indexterm" href="gsf-metadata.html#GsfDocPropVector-struct">GsfDocPropVector</a>
         
     | 
| 
       82 
82 
     | 
    
         
             
            </dt>
         
     | 
| 
       83 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 83 
     | 
    
         
            +
            <dt id="ientry-idm45386502163744">GsfError, <a class="indexterm" href="gsf-utils.html#GsfError">enum GsfError</a>
         
     | 
| 
       84 
84 
     | 
    
         
             
            </dt>
         
     | 
| 
       85 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 85 
     | 
    
         
            +
            <dt id="ientry-idm45386511148544">GsfInfile, <a class="indexterm" href="gsf-Infile-reading-structed-files.html#GsfInfile-struct">GsfInfile</a>
         
     | 
| 
       86 
86 
     | 
    
         
             
            </dt>
         
     | 
| 
       87 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 87 
     | 
    
         
            +
            <dt id="ientry-idm45386506198448">GsfInfileMSOle, <a class="indexterm" href="gsf-MS-OLE2.html#GsfInfileMSOle-struct">GsfInfileMSOle</a>
         
     | 
| 
       88 
88 
     | 
    
         
             
            </dt>
         
     | 
| 
       89 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 89 
     | 
    
         
            +
            <dt id="ientry-idm45386510784256">GsfInfileStdio, <a class="indexterm" href="gsf-Reading-and-Writing-from-local-files-and-directories.html#GsfInfileStdio-struct">GsfInfileStdio</a>
         
     | 
| 
       90 
90 
     | 
    
         
             
            </dt>
         
     | 
| 
       91 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 91 
     | 
    
         
            +
            <dt id="ientry-idm45386509424016">GsfInfileZip, <a class="indexterm" href="gsf-Zip.html#GsfInfileZip-struct">GsfInfileZip</a>
         
     | 
| 
       92 
92 
     | 
    
         
             
            </dt>
         
     | 
| 
       93 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 93 
     | 
    
         
            +
            <dt id="ientry-idm45386509527728">GsfInfileZip:compression-level, <a class="indexterm" href="gsf-Zip.html#GsfInfileZip--compression-level">The “compression-level” property</a>
         
     | 
| 
       94 
94 
     | 
    
         
             
            </dt>
         
     | 
| 
       95 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 95 
     | 
    
         
            +
            <dt id="ientry-idm45386509521088">GsfInfileZip:internal-parent, <a class="indexterm" href="gsf-Zip.html#GsfInfileZip--internal-parent">The “internal-parent” property</a>
         
     | 
| 
       96 
96 
     | 
    
         
             
            </dt>
         
     | 
| 
       97 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 97 
     | 
    
         
            +
            <dt id="ientry-idm45386507609360">GsfInfileZip:source, <a class="indexterm" href="gsf-Zip.html#GsfInfileZip--source">The “source” property</a>
         
     | 
| 
       98 
98 
     | 
    
         
             
            </dt>
         
     | 
| 
       99 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 99 
     | 
    
         
            +
            <dt id="ientry-idm45386511254368">GsfInput, <a class="indexterm" href="gsf-Input-from-unstructured-files.html#GsfInput-struct">GsfInput</a>
         
     | 
| 
       100 
100 
     | 
    
         
             
            </dt>
         
     | 
| 
       101 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 101 
     | 
    
         
            +
            <dt id="ientry-idm45386511245408">GsfInput:container, <a class="indexterm" href="gsf-Input-from-unstructured-files.html#GsfInput--container">The “container” property</a>
         
     | 
| 
       102 
102 
     | 
    
         
             
            </dt>
         
     | 
| 
       103 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 103 
     | 
    
         
            +
            <dt id="ientry-idm45386511239536">GsfInput:eof, <a class="indexterm" href="gsf-Input-from-unstructured-files.html#GsfInput--eof">The “eof” property</a>
         
     | 
| 
       104 
104 
     | 
    
         
             
            </dt>
         
     | 
| 
       105 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 105 
     | 
    
         
            +
            <dt id="ientry-idm45386511233536">GsfInput:modtime, <a class="indexterm" href="gsf-Input-from-unstructured-files.html#GsfInput--modtime">The “modtime” property</a>
         
     | 
| 
       106 
106 
     | 
    
         
             
            </dt>
         
     | 
| 
       107 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 107 
     | 
    
         
            +
            <dt id="ientry-idm45386511227920">GsfInput:name, <a class="indexterm" href="gsf-Input-from-unstructured-files.html#GsfInput--name">The “name” property</a>
         
     | 
| 
       108 
108 
     | 
    
         
             
            </dt>
         
     | 
| 
       109 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 109 
     | 
    
         
            +
            <dt id="ientry-idm45386511222784">GsfInput:position, <a class="indexterm" href="gsf-Input-from-unstructured-files.html#GsfInput--position">The “position” property</a>
         
     | 
| 
       110 
110 
     | 
    
         
             
            </dt>
         
     | 
| 
       111 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 111 
     | 
    
         
            +
            <dt id="ientry-idm45386511217264">GsfInput:remaining, <a class="indexterm" href="gsf-Input-from-unstructured-files.html#GsfInput--remaining">The “remaining” property</a>
         
     | 
| 
       112 
112 
     | 
    
         
             
            </dt>
         
     | 
| 
       113 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 113 
     | 
    
         
            +
            <dt id="ientry-idm45386511211744">GsfInput:size, <a class="indexterm" href="gsf-Input-from-unstructured-files.html#GsfInput--size">The “size” property</a>
         
     | 
| 
       114 
114 
     | 
    
         
             
            </dt>
         
     | 
| 
       115 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 115 
     | 
    
         
            +
            <dt id="ientry-idm45386509883248">GsfInputGio, <a class="indexterm" href="gsf-GIO.html#GsfInputGio">GsfInputGio</a>
         
     | 
| 
       116 
116 
     | 
    
         
             
            </dt>
         
     | 
| 
       117 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 117 
     | 
    
         
            +
            <dt id="ientry-idm45386507752416">GsfInputGZip, <a class="indexterm" href="gsf-Compression.html#GsfInputGZip-struct">GsfInputGZip</a>
         
     | 
| 
       118 
118 
     | 
    
         
             
            </dt>
         
     | 
| 
       119 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 119 
     | 
    
         
            +
            <dt id="ientry-idm45386507737568">GsfInputGZip:raw, <a class="indexterm" href="gsf-Compression.html#GsfInputGZip--raw">The “raw” property</a>
         
     | 
| 
       120 
120 
     | 
    
         
             
            </dt>
         
     | 
| 
       121 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 121 
     | 
    
         
            +
            <dt id="ientry-idm45386507731584">GsfInputGZip:source, <a class="indexterm" href="gsf-Compression.html#GsfInputGZip--source">The “source” property</a>
         
     | 
| 
       122 
122 
     | 
    
         
             
            </dt>
         
     | 
| 
       123 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 123 
     | 
    
         
            +
            <dt id="ientry-idm45386507725808">GsfInputGZip:uncompressed-size, <a class="indexterm" href="gsf-Compression.html#GsfInputGZip--uncompressed-size">The “uncompressed-size” property</a>
         
     | 
| 
       124 
124 
     | 
    
         
             
            </dt>
         
     | 
| 
       125 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 125 
     | 
    
         
            +
            <dt id="ientry-idm45386506552288">GsfInputHTTP, <a class="indexterm" href="gsf-XML-and-libxml.html#GsfInputHTTP">GsfInputHTTP</a>
         
     | 
| 
       126 
126 
     | 
    
         
             
            </dt>
         
     | 
| 
       127 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 127 
     | 
    
         
            +
            <dt id="ientry-idm45386510632304">GsfInputMemory, <a class="indexterm" href="gsf-memory.html#GsfInputMemory-struct">GsfInputMemory</a>
         
     | 
| 
       128 
128 
     | 
    
         
             
            </dt>
         
     | 
| 
       129 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 129 
     | 
    
         
            +
            <dt id="ientry-idm45386511250880">GsfInputProxy, <a class="indexterm" href="gsf-Input-from-unstructured-files.html#GsfInputProxy-struct">GsfInputProxy</a>
         
     | 
| 
       130 
130 
     | 
    
         
             
            </dt>
         
     | 
| 
       131 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 131 
     | 
    
         
            +
            <dt id="ientry-idm45386510796736">GsfInputStdio, <a class="indexterm" href="gsf-Reading-and-Writing-from-local-files-and-directories.html#GsfInputStdio-struct">GsfInputStdio</a>
         
     | 
| 
       132 
132 
     | 
    
         
             
            </dt>
         
     | 
| 
       133 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 133 
     | 
    
         
            +
            <dt id="ientry-idm45386509635056">GsfInputTextline, <a class="indexterm" href="gsf-Text.html#GsfInputTextline-struct">GsfInputTextline</a>
         
     | 
| 
       134 
134 
     | 
    
         
             
            </dt>
         
     | 
| 
       135 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 135 
     | 
    
         
            +
            <dt id="ientry-idm45386512930896">GsfOutfile, <a class="indexterm" href="gsf-Outfile-writing-structed-files.html#GsfOutfile-struct">GsfOutfile</a>
         
     | 
| 
       136 
136 
     | 
    
         
             
            </dt>
         
     | 
| 
       137 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 137 
     | 
    
         
            +
            <dt id="ientry-idm45386506194960">GsfOutfileMSOle, <a class="indexterm" href="gsf-MS-OLE2.html#GsfOutfileMSOle-struct">GsfOutfileMSOle</a>
         
     | 
| 
       138 
138 
     | 
    
         
             
            </dt>
         
     | 
| 
       139 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 139 
     | 
    
         
            +
            <dt id="ientry-idm45386506189488">GsfOutfileMSOle:big-block-size, <a class="indexterm" href="gsf-MS-OLE2.html#GsfOutfileMSOle--big-block-size">The “big-block-size” property</a>
         
     | 
| 
       140 
140 
     | 
    
         
             
            </dt>
         
     | 
| 
       141 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 141 
     | 
    
         
            +
            <dt id="ientry-idm45386506184096">GsfOutfileMSOle:sink, <a class="indexterm" href="gsf-MS-OLE2.html#GsfOutfileMSOle--sink">The “sink” property</a>
         
     | 
| 
       142 
142 
     | 
    
         
             
            </dt>
         
     | 
| 
       143 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 143 
     | 
    
         
            +
            <dt id="ientry-idm45386506179344">GsfOutfileMSOle:small-block-size, <a class="indexterm" href="gsf-MS-OLE2.html#GsfOutfileMSOle--small-block-size">The “small-block-size” property</a>
         
     | 
| 
       144 
144 
     | 
    
         
             
            </dt>
         
     | 
| 
       145 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 145 
     | 
    
         
            +
            <dt id="ientry-idm45386510788416">GsfOutfileStdio, <a class="indexterm" href="gsf-Reading-and-Writing-from-local-files-and-directories.html#GsfOutfileStdio-struct">GsfOutfileStdio</a>
         
     | 
| 
       146 
146 
     | 
    
         
             
            </dt>
         
     | 
| 
       147 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 147 
     | 
    
         
            +
            <dt id="ientry-idm45386509534336">GsfOutfileZip, <a class="indexterm" href="gsf-Zip.html#GsfOutfileZip-struct">GsfOutfileZip</a>
         
     | 
| 
       148 
148 
     | 
    
         
             
            </dt>
         
     | 
| 
       149 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 149 
     | 
    
         
            +
            <dt id="ientry-idm45386507603584">GsfOutfileZip:compression-level, <a class="indexterm" href="gsf-Zip.html#GsfOutfileZip--compression-level">The “compression-level” property</a>
         
     | 
| 
       150 
150 
     | 
    
         
             
            </dt>
         
     | 
| 
       151 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 151 
     | 
    
         
            +
            <dt id="ientry-idm45386507597088">GsfOutfileZip:deflate-level, <a class="indexterm" href="gsf-Zip.html#GsfOutfileZip--deflate-level">The “deflate-level” property</a>
         
     | 
| 
       152 
152 
     | 
    
         
             
            </dt>
         
     | 
| 
       153 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 153 
     | 
    
         
            +
            <dt id="ientry-idm45386507590480">GsfOutfileZip:entry-name, <a class="indexterm" href="gsf-Zip.html#GsfOutfileZip--entry-name">The “entry-name” property</a>
         
     | 
| 
       154 
154 
     | 
    
         
             
            </dt>
         
     | 
| 
       155 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 155 
     | 
    
         
            +
            <dt id="ientry-idm45386507584304">GsfOutfileZip:sink, <a class="indexterm" href="gsf-Zip.html#GsfOutfileZip--sink">The “sink” property</a>
         
     | 
| 
       156 
156 
     | 
    
         
             
            </dt>
         
     | 
| 
       157 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 157 
     | 
    
         
            +
            <dt id="ientry-idm45386507578560">GsfOutfileZip:zip64, <a class="indexterm" href="gsf-Zip.html#GsfOutfileZip--zip64">The “zip64” property</a>
         
     | 
| 
       158 
158 
     | 
    
         
             
            </dt>
         
     | 
| 
       159 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 159 
     | 
    
         
            +
            <dt id="ientry-idm45386509936784">GsfOutput, <a class="indexterm" href="gsf-Output-to-unstructured-files.html#GsfOutput-struct">GsfOutput</a>
         
     | 
| 
       160 
160 
     | 
    
         
             
            </dt>
         
     | 
| 
       161 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 161 
     | 
    
         
            +
            <dt id="ientry-idm45386509930560">GsfOutput:container, <a class="indexterm" href="gsf-Output-to-unstructured-files.html#GsfOutput--container">The “container” property</a>
         
     | 
| 
       162 
162 
     | 
    
         
             
            </dt>
         
     | 
| 
       163 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 163 
     | 
    
         
            +
            <dt id="ientry-idm45386509924688">GsfOutput:is-closed, <a class="indexterm" href="gsf-Output-to-unstructured-files.html#GsfOutput--is-closed">The “is-closed” property</a>
         
     | 
| 
       164 
164 
     | 
    
         
             
            </dt>
         
     | 
| 
       165 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 165 
     | 
    
         
            +
            <dt id="ientry-idm45386509918688">GsfOutput:modtime, <a class="indexterm" href="gsf-Output-to-unstructured-files.html#GsfOutput--modtime">The “modtime” property</a>
         
     | 
| 
       166 
166 
     | 
    
         
             
            </dt>
         
     | 
| 
       167 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 167 
     | 
    
         
            +
            <dt id="ientry-idm45386509912896">GsfOutput:name, <a class="indexterm" href="gsf-Output-to-unstructured-files.html#GsfOutput--name">The “name” property</a>
         
     | 
| 
       168 
168 
     | 
    
         
             
            </dt>
         
     | 
| 
       169 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 169 
     | 
    
         
            +
            <dt id="ientry-idm45386509907760">GsfOutput:position, <a class="indexterm" href="gsf-Output-to-unstructured-files.html#GsfOutput--position">The “position” property</a>
         
     | 
| 
       170 
170 
     | 
    
         
             
            </dt>
         
     | 
| 
       171 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 171 
     | 
    
         
            +
            <dt id="ientry-idm45386509902240">GsfOutput:size, <a class="indexterm" href="gsf-Output-to-unstructured-files.html#GsfOutput--size">The “size” property</a>
         
     | 
| 
       172 
172 
     | 
    
         
             
            </dt>
         
     | 
| 
       173 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 173 
     | 
    
         
            +
            <dt id="ientry-idm45386507744144">GsfOutputBzip, <a class="indexterm" href="gsf-Compression.html#GsfOutputBzip-struct">GsfOutputBzip</a>
         
     | 
| 
       174 
174 
     | 
    
         
             
            </dt>
         
     | 
| 
       175 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 175 
     | 
    
         
            +
            <dt id="ientry-idm45386509626736">GsfOutputCsv, <a class="indexterm" href="gsf-Text.html#GsfOutputCsv-struct">GsfOutputCsv</a>
         
     | 
| 
       176 
176 
     | 
    
         
             
            </dt>
         
     | 
| 
       177 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 177 
     | 
    
         
            +
            <dt id="ientry-idm45386509576496">GsfOutputCsv:eol, <a class="indexterm" href="gsf-Text.html#GsfOutputCsv--eol">The “eol” property</a>
         
     | 
| 
       178 
178 
     | 
    
         
             
            </dt>
         
     | 
| 
       179 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 179 
     | 
    
         
            +
            <dt id="ientry-idm45386509570320">GsfOutputCsv:quote, <a class="indexterm" href="gsf-Text.html#GsfOutputCsv--quote">The “quote” property</a>
         
     | 
| 
       180 
180 
     | 
    
         
             
            </dt>
         
     | 
| 
       181 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 181 
     | 
    
         
            +
            <dt id="ientry-idm45386509564096">GsfOutputCsv:quoting-mode, <a class="indexterm" href="gsf-Text.html#GsfOutputCsv--quoting-mode">The “quoting-mode” property</a>
         
     | 
| 
       182 
182 
     | 
    
         
             
            </dt>
         
     | 
| 
       183 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 183 
     | 
    
         
            +
            <dt id="ientry-idm45386509558032">GsfOutputCsv:quoting-on-whitespace, <a class="indexterm" href="gsf-Text.html#GsfOutputCsv--quoting-on-whitespace">The “quoting-on-whitespace” property</a>
         
     | 
| 
       184 
184 
     | 
    
         
             
            </dt>
         
     | 
| 
       185 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 185 
     | 
    
         
            +
            <dt id="ientry-idm45386509552000">GsfOutputCsv:quoting-triggers, <a class="indexterm" href="gsf-Text.html#GsfOutputCsv--quoting-triggers">The “quoting-triggers” property</a>
         
     | 
| 
       186 
186 
     | 
    
         
             
            </dt>
         
     | 
| 
       187 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 187 
     | 
    
         
            +
            <dt id="ientry-idm45386509545792">GsfOutputCsv:separator, <a class="indexterm" href="gsf-Text.html#GsfOutputCsv--separator">The “separator” property</a>
         
     | 
| 
       188 
188 
     | 
    
         
             
            </dt>
         
     | 
| 
       189 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 189 
     | 
    
         
            +
            <dt id="ientry-idm45386509539616">GsfOutputCsv:sink, <a class="indexterm" href="gsf-Text.html#GsfOutputCsv--sink">The “sink” property</a>
         
     | 
| 
       190 
190 
     | 
    
         
             
            </dt>
         
     | 
| 
       191 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 191 
     | 
    
         
            +
            <dt id="ientry-idm45386509622560">GsfOutputCsvQuotingMode, <a class="indexterm" href="gsf-Text.html#GsfOutputCsvQuotingMode">enum GsfOutputCsvQuotingMode</a>
         
     | 
| 
       192 
192 
     | 
    
         
             
            </dt>
         
     | 
| 
       193 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 193 
     | 
    
         
            +
            <dt id="ientry-idm45386509879088">GsfOutputGio, <a class="indexterm" href="gsf-GIO.html#GsfOutputGio">GsfOutputGio</a>
         
     | 
| 
       194 
194 
     | 
    
         
             
            </dt>
         
     | 
| 
       195 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 195 
     | 
    
         
            +
            <dt id="ientry-idm45386507748304">GsfOutputGZip, <a class="indexterm" href="gsf-Compression.html#GsfOutputGZip-struct">GsfOutputGZip</a>
         
     | 
| 
       196 
196 
     | 
    
         
             
            </dt>
         
     | 
| 
       197 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 197 
     | 
    
         
            +
            <dt id="ientry-idm45386507719296">GsfOutputGZip:raw, <a class="indexterm" href="gsf-Compression.html#GsfOutputGZip--raw">The “raw” property</a>
         
     | 
| 
       198 
198 
     | 
    
         
             
            </dt>
         
     | 
| 
       199 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 199 
     | 
    
         
            +
            <dt id="ientry-idm45386507713312">GsfOutputGZip:sink, <a class="indexterm" href="gsf-Compression.html#GsfOutputGZip--sink">The “sink” property</a>
         
     | 
| 
       200 
200 
     | 
    
         
             
            </dt>
         
     | 
| 
       201 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 201 
     | 
    
         
            +
            <dt id="ientry-idm45386509630896">GsfOutputIconv, <a class="indexterm" href="gsf-Text.html#GsfOutputIconv-struct">GsfOutputIconv</a>
         
     | 
| 
       202 
202 
     | 
    
         
             
            </dt>
         
     | 
| 
       203 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 203 
     | 
    
         
            +
            <dt id="ientry-idm45386509601280">GsfOutputIconv:fallback, <a class="indexterm" href="gsf-Text.html#GsfOutputIconv--fallback">The “fallback” property</a>
         
     | 
| 
       204 
204 
     | 
    
         
             
            </dt>
         
     | 
| 
       205 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 205 
     | 
    
         
            +
            <dt id="ientry-idm45386509594720">GsfOutputIconv:input-charset, <a class="indexterm" href="gsf-Text.html#GsfOutputIconv--input-charset">The “input-charset” property</a>
         
     | 
| 
       206 
206 
     | 
    
         
             
            </dt>
         
     | 
| 
       207 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 207 
     | 
    
         
            +
            <dt id="ientry-idm45386509588464">GsfOutputIconv:output-charset, <a class="indexterm" href="gsf-Text.html#GsfOutputIconv--output-charset">The “output-charset” property</a>
         
     | 
| 
       208 
208 
     | 
    
         
             
            </dt>
         
     | 
| 
       209 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 209 
     | 
    
         
            +
            <dt id="ientry-idm45386509582240">GsfOutputIconv:sink, <a class="indexterm" href="gsf-Text.html#GsfOutputIconv--sink">The “sink” property</a>
         
     | 
| 
       210 
210 
     | 
    
         
             
            </dt>
         
     | 
| 
       211 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 211 
     | 
    
         
            +
            <dt id="ientry-idm45386512166048">GsfOutputIOChannel, <a class="indexterm" href="gsf-GIOChannel.html#GsfOutputIOChannel-struct">GsfOutputIOChannel</a>
         
     | 
| 
       212 
212 
     | 
    
         
             
            </dt>
         
     | 
| 
       213 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 213 
     | 
    
         
            +
            <dt id="ientry-idm45386510628192">GsfOutputMemory, <a class="indexterm" href="gsf-memory.html#GsfOutputMemory-struct">GsfOutputMemory</a>
         
     | 
| 
       214 
214 
     | 
    
         
             
            </dt>
         
     | 
| 
       215 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 215 
     | 
    
         
            +
            <dt id="ientry-idm45386510792576">GsfOutputStdio, <a class="indexterm" href="gsf-Reading-and-Writing-from-local-files-and-directories.html#GsfOutputStdio-struct">GsfOutputStdio</a>
         
     | 
| 
       216 
216 
     | 
    
         
             
            </dt>
         
     | 
| 
       217 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 217 
     | 
    
         
            +
            <dt id="ientry-idm45386502137840">GsfTimestamp, <a class="indexterm" href="gsf-utils.html#GsfTimestamp-struct">GsfTimestamp</a>
         
     | 
| 
       218 
218 
     | 
    
         
             
            </dt>
         
     | 
| 
       219 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 219 
     | 
    
         
            +
            <dt id="ientry-idm45386506556752">GsfXMLBlob, <a class="indexterm" href="gsf-XML-and-libxml.html#GsfXMLBlob">GsfXMLBlob</a>
         
     | 
| 
       220 
220 
     | 
    
         
             
            </dt>
         
     | 
| 
       221 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 221 
     | 
    
         
            +
            <dt id="ientry-idm45386506579648">GsfXMLContent, <a class="indexterm" href="gsf-XML-and-libxml.html#GsfXMLContent">enum GsfXMLContent</a>
         
     | 
| 
       222 
222 
     | 
    
         
             
            </dt>
         
     | 
| 
       223 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 223 
     | 
    
         
            +
            <dt id="ientry-idm45386506675376">GsfXMLIn, <a class="indexterm" href="gsf-XML-and-libxml.html#GsfXMLIn">GsfXMLIn</a>
         
     | 
| 
       224 
224 
     | 
    
         
             
            </dt>
         
     | 
| 
       225 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 225 
     | 
    
         
            +
            <dt id="ientry-idm45386506647232">GsfXMLInDoc, <a class="indexterm" href="gsf-XML-and-libxml.html#GsfXMLInDoc">GsfXMLInDoc</a>
         
     | 
| 
       226 
226 
     | 
    
         
             
            </dt>
         
     | 
| 
       227 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 227 
     | 
    
         
            +
            <dt id="ientry-idm45386509293104">GsfXMLInExtDtor, <a class="indexterm" href="gsf-XML-and-libxml.html#GsfXMLInExtDtor">GsfXMLInExtDtor ()</a>
         
     | 
| 
       228 
228 
     | 
    
         
             
            </dt>
         
     | 
| 
       229 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 229 
     | 
    
         
            +
            <dt id="ientry-idm45386506628384">GsfXMLInNode, <a class="indexterm" href="gsf-XML-and-libxml.html#GsfXMLInNode">GsfXMLInNode</a>
         
     | 
| 
       230 
230 
     | 
    
         
             
            </dt>
         
     | 
| 
       231 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 231 
     | 
    
         
            +
            <dt id="ientry-idm45386506642752">GsfXMLInNS, <a class="indexterm" href="gsf-XML-and-libxml.html#GsfXMLInNS">GsfXMLInNS</a>
         
     | 
| 
       232 
232 
     | 
    
         
             
            </dt>
         
     | 
| 
       233 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 233 
     | 
    
         
            +
            <dt id="ientry-idm45386509303872">GsfXMLInUnknownFunc, <a class="indexterm" href="gsf-XML-and-libxml.html#GsfXMLInUnknownFunc">GsfXMLInUnknownFunc ()</a>
         
     | 
| 
       234 
234 
     | 
    
         
             
            </dt>
         
     | 
| 
       235 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 235 
     | 
    
         
            +
            <dt id="ientry-idm45386506538832">GsfXMLOut, <a class="indexterm" href="gsf-XML-and-libxml.html#GsfXMLOut-struct">GsfXMLOut</a>
         
     | 
| 
       236 
236 
     | 
    
         
             
            </dt>
         
     | 
| 
       237 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 237 
     | 
    
         
            +
            <dt id="ientry-idm45386506531760">GsfXMLOut:pretty-print, <a class="indexterm" href="gsf-XML-and-libxml.html#GsfXMLOut--pretty-print">The “pretty-print” property</a>
         
     | 
| 
       238 
238 
     | 
    
         
             
            </dt>
         
     | 
| 
       239 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 239 
     | 
    
         
            +
            <dt id="ientry-idm45386506525392">GsfXMLOut:sink, <a class="indexterm" href="gsf-XML-and-libxml.html#GsfXMLOut--sink">The “sink” property</a>
         
     | 
| 
       240 
240 
     | 
    
         
             
            </dt>
         
     | 
| 
       241 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 241 
     | 
    
         
            +
            <dt id="ientry-idm45386509283808">GsfXMLProbeFunc, <a class="indexterm" href="gsf-XML-and-libxml.html#GsfXMLProbeFunc">GsfXMLProbeFunc ()</a>
         
     | 
| 
       242 
242 
     | 
    
         
             
            </dt>
         
     | 
| 
       243 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 243 
     | 
    
         
            +
            <dt id="ientry-idm45386502966208">gsf_base64_decode_simple, <a class="indexterm" href="gsf-utils.html#gsf-base64-decode-simple">gsf_base64_decode_simple ()</a>
         
     | 
| 
       244 
244 
     | 
    
         
             
            </dt>
         
     | 
| 
       245 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 245 
     | 
    
         
            +
            <dt id="ientry-idm45386502947648">gsf_base64_decode_step, <a class="indexterm" href="gsf-utils.html#gsf-base64-decode-step">gsf_base64_decode_step ()</a>
         
     | 
| 
       246 
246 
     | 
    
         
             
            </dt>
         
     | 
| 
       247 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 247 
     | 
    
         
            +
            <dt id="ientry-idm45386503031696">gsf_base64_encode_close, <a class="indexterm" href="gsf-utils.html#gsf-base64-encode-close">gsf_base64_encode_close ()</a>
         
     | 
| 
       248 
248 
     | 
    
         
             
            </dt>
         
     | 
| 
       249 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 249 
     | 
    
         
            +
            <dt id="ientry-idm45386503050256">gsf_base64_encode_simple, <a class="indexterm" href="gsf-utils.html#gsf-base64-encode-simple">gsf_base64_encode_simple ()</a>
         
     | 
| 
       250 
250 
     | 
    
         
             
            </dt>
         
     | 
| 
       251 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 251 
     | 
    
         
            +
            <dt id="ientry-idm45386503000144">gsf_base64_encode_step, <a class="indexterm" href="gsf-utils.html#gsf-base64-encode-step">gsf_base64_encode_step ()</a>
         
     | 
| 
       252 
252 
     | 
    
         
             
            </dt>
         
     | 
| 
       253 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 253 
     | 
    
         
            +
            <dt id="ientry-idm45386505796672">GSF_CLASS, <a class="indexterm" href="gsf-utils.html#GSF-CLASS:CAPS">GSF_CLASS()</a>
         
     | 
| 
       254 
254 
     | 
    
         
             
            </dt>
         
     | 
| 
       255 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 255 
     | 
    
         
            +
            <dt id="ientry-idm45386505768880">GSF_CLASS_ABSTRACT, <a class="indexterm" href="gsf-utils.html#GSF-CLASS-ABSTRACT:CAPS">GSF_CLASS_ABSTRACT()</a>
         
     | 
| 
       256 
256 
     | 
    
         
             
            </dt>
         
     | 
| 
       257 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 257 
     | 
    
         
            +
            <dt id="ientry-idm45386505773264">GSF_CLASS_FULL, <a class="indexterm" href="gsf-utils.html#GSF-CLASS-FULL:CAPS">GSF_CLASS_FULL()</a>
         
     | 
| 
       258 
258 
     | 
    
         
             
            </dt>
         
     | 
| 
       259 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 259 
     | 
    
         
            +
            <dt id="ientry-idm45386510082704">gsf_clip_data_get_data_blob, <a class="indexterm" href="gsf-clip-data.html#gsf-clip-data-get-data-blob">gsf_clip_data_get_data_blob ()</a>
         
     | 
| 
       260 
260 
     | 
    
         
             
            </dt>
         
     | 
| 
       261 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 261 
     | 
    
         
            +
            <dt id="ientry-idm45386506521152">gsf_clip_data_get_format, <a class="indexterm" href="gsf-clip-data.html#gsf-clip-data-get-format">gsf_clip_data_get_format ()</a>
         
     | 
| 
       262 
262 
     | 
    
         
             
            </dt>
         
     | 
| 
       263 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 263 
     | 
    
         
            +
            <dt id="ientry-idm45386508307408">gsf_clip_data_get_windows_clipboard_format, <a class="indexterm" href="gsf-clip-data.html#gsf-clip-data-get-windows-clipboard-format">gsf_clip_data_get_windows_clipboard_format ()</a>
         
     | 
| 
       264 
264 
     | 
    
         
             
            </dt>
         
     | 
| 
       265 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 265 
     | 
    
         
            +
            <dt id="ientry-idm45386513037104">gsf_clip_data_new, <a class="indexterm" href="gsf-clip-data.html#gsf-clip-data-new">gsf_clip_data_new ()</a>
         
     | 
| 
       266 
266 
     | 
    
         
             
            </dt>
         
     | 
| 
       267 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 267 
     | 
    
         
            +
            <dt id="ientry-idm45386508392096">gsf_clip_data_peek_real_data, <a class="indexterm" href="gsf-clip-data.html#gsf-clip-data-peek-real-data">gsf_clip_data_peek_real_data ()</a>
         
     | 
| 
       268 
268 
     | 
    
         
             
            </dt>
         
     | 
| 
       269 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 269 
     | 
    
         
            +
            <dt id="ientry-idm45386503102432">gsf_debug_flag, <a class="indexterm" href="gsf-utils.html#gsf-debug-flag">gsf_debug_flag ()</a>
         
     | 
| 
       270 
270 
     | 
    
         
             
            </dt>
         
     | 
| 
       271 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 271 
     | 
    
         
            +
            <dt id="ientry-idm45386504994576">gsf_docprop_vector_append, <a class="indexterm" href="gsf-metadata.html#gsf-docprop-vector-append">gsf_docprop_vector_append ()</a>
         
     | 
| 
       272 
272 
     | 
    
         
             
            </dt>
         
     | 
| 
       273 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 273 
     | 
    
         
            +
            <dt id="ientry-idm45386504976896">gsf_docprop_vector_as_string, <a class="indexterm" href="gsf-metadata.html#gsf-docprop-vector-as-string">gsf_docprop_vector_as_string ()</a>
         
     | 
| 
       274 
274 
     | 
    
         
             
            </dt>
         
     | 
| 
       275 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 275 
     | 
    
         
            +
            <dt id="ientry-idm45386505000944">gsf_docprop_vector_new, <a class="indexterm" href="gsf-metadata.html#gsf-docprop-vector-new">gsf_docprop_vector_new ()</a>
         
     | 
| 
       276 
276 
     | 
    
         
             
            </dt>
         
     | 
| 
       277 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 277 
     | 
    
         
            +
            <dt id="ientry-idm45386508919104">gsf_doc_meta_data_foreach, <a class="indexterm" href="gsf-metadata.html#gsf-doc-meta-data-foreach">gsf_doc_meta_data_foreach ()</a>
         
     | 
| 
       278 
278 
     | 
    
         
             
            </dt>
         
     | 
| 
       279 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 279 
     | 
    
         
            +
            <dt id="ientry-idm45386509000640">gsf_doc_meta_data_insert, <a class="indexterm" href="gsf-metadata.html#gsf-doc-meta-data-insert">gsf_doc_meta_data_insert ()</a>
         
     | 
| 
       280 
280 
     | 
    
         
             
            </dt>
         
     | 
| 
       281 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 281 
     | 
    
         
            +
            <dt id="ientry-idm45386509020128">gsf_doc_meta_data_lookup, <a class="indexterm" href="gsf-metadata.html#gsf-doc-meta-data-lookup">gsf_doc_meta_data_lookup ()</a>
         
     | 
| 
       282 
282 
     | 
    
         
             
            </dt>
         
     | 
| 
       283 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 283 
     | 
    
         
            +
            <dt id="ientry-idm45386509028656">gsf_doc_meta_data_new, <a class="indexterm" href="gsf-metadata.html#gsf-doc-meta-data-new">gsf_doc_meta_data_new ()</a>
         
     | 
| 
       284 
284 
     | 
    
         
             
            </dt>
         
     | 
| 
       285 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 285 
     | 
    
         
            +
            <dt id="ientry-idm45386508862976">gsf_doc_meta_data_odf_subtree, <a class="indexterm" href="gsf-metadata.html#gsf-doc-meta-data-odf-subtree">gsf_doc_meta_data_odf_subtree ()</a>
         
     | 
| 
       286 
286 
     | 
    
         
             
            </dt>
         
     | 
| 
       287 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 287 
     | 
    
         
            +
            <dt id="ientry-idm45386505176080">gsf_doc_meta_data_read_from_msole, <a class="indexterm" href="gsf-metadata.html#gsf-doc-meta-data-read-from-msole">gsf_doc_meta_data_read_from_msole ()</a>
         
     | 
| 
       288 
288 
     | 
    
         
             
            </dt>
         
     | 
| 
       289 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 289 
     | 
    
         
            +
            <dt id="ientry-idm45386505219632">gsf_doc_meta_data_read_from_odf, <a class="indexterm" href="gsf-metadata.html#gsf-doc-meta-data-read-from-odf">gsf_doc_meta_data_read_from_odf ()</a>
         
     | 
| 
       290 
290 
     | 
    
         
             
            </dt>
         
     | 
| 
       291 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 291 
     | 
    
         
            +
            <dt id="ientry-idm45386508974032">gsf_doc_meta_data_remove, <a class="indexterm" href="gsf-metadata.html#gsf-doc-meta-data-remove">gsf_doc_meta_data_remove ()</a>
         
     | 
| 
       292 
292 
     | 
    
         
             
            </dt>
         
     | 
| 
       293 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 293 
     | 
    
         
            +
            <dt id="ientry-idm45386508894832">gsf_doc_meta_data_size, <a class="indexterm" href="gsf-metadata.html#gsf-doc-meta-data-size">gsf_doc_meta_data_size ()</a>
         
     | 
| 
       294 
294 
     | 
    
         
             
            </dt>
         
     | 
| 
       295 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 295 
     | 
    
         
            +
            <dt id="ientry-idm45386508954144">gsf_doc_meta_data_steal, <a class="indexterm" href="gsf-metadata.html#gsf-doc-meta-data-steal">gsf_doc_meta_data_steal ()</a>
         
     | 
| 
       296 
296 
     | 
    
         
             
            </dt>
         
     | 
| 
       297 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 297 
     | 
    
         
            +
            <dt id="ientry-idm45386508938096">gsf_doc_meta_data_store, <a class="indexterm" href="gsf-metadata.html#gsf-doc-meta-data-store">gsf_doc_meta_data_store ()</a>
         
     | 
| 
       298 
298 
     | 
    
         
             
            </dt>
         
     | 
| 
       299 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 299 
     | 
    
         
            +
            <dt id="ientry-idm45386505153168">gsf_doc_meta_data_write_to_msole, <a class="indexterm" href="gsf-metadata.html#gsf-doc-meta-data-write-to-msole">gsf_doc_meta_data_write_to_msole ()</a>
         
     | 
| 
       300 
300 
     | 
    
         
             
            </dt>
         
     | 
| 
       301 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 301 
     | 
    
         
            +
            <dt id="ientry-idm45386505196720">gsf_doc_meta_data_write_to_odf, <a class="indexterm" href="gsf-metadata.html#gsf-doc-meta-data-write-to-odf">gsf_doc_meta_data_write_to_odf ()</a>
         
     | 
| 
       302 
302 
     | 
    
         
             
            </dt>
         
     | 
| 
       303 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 303 
     | 
    
         
            +
            <dt id="ientry-idm45386508879024">gsf_doc_meta_dump, <a class="indexterm" href="gsf-metadata.html#gsf-doc-meta-dump">gsf_doc_meta_dump ()</a>
         
     | 
| 
       304 
304 
     | 
    
         
             
            </dt>
         
     | 
| 
       305 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 305 
     | 
    
         
            +
            <dt id="ientry-idm45386505014496">gsf_doc_prop_dump, <a class="indexterm" href="gsf-metadata.html#gsf-doc-prop-dump">gsf_doc_prop_dump ()</a>
         
     | 
| 
       306 
306 
     | 
    
         
             
            </dt>
         
     | 
| 
       307 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 307 
     | 
    
         
            +
            <dt id="ientry-idm45386505113328">gsf_doc_prop_free, <a class="indexterm" href="gsf-metadata.html#gsf-doc-prop-free">gsf_doc_prop_free ()</a>
         
     | 
| 
       308 
308 
     | 
    
         
             
            </dt>
         
     | 
| 
       309 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 309 
     | 
    
         
            +
            <dt id="ientry-idm45386505049728">gsf_doc_prop_get_link, <a class="indexterm" href="gsf-metadata.html#gsf-doc-prop-get-link">gsf_doc_prop_get_link ()</a>
         
     | 
| 
       310 
310 
     | 
    
         
             
            </dt>
         
     | 
| 
       311 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 311 
     | 
    
         
            +
            <dt id="ientry-idm45386505097648">gsf_doc_prop_get_name, <a class="indexterm" href="gsf-metadata.html#gsf-doc-prop-get-name">gsf_doc_prop_get_name ()</a>
         
     | 
| 
       312 
312 
     | 
    
         
             
            </dt>
         
     | 
| 
       313 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 313 
     | 
    
         
            +
            <dt id="ientry-idm45386508681328">gsf_doc_prop_get_type, <a class="indexterm" href="gsf-OASIS-Open-Document.html#gsf-doc-prop-get-type">gsf_doc_prop_get_type ()</a>
         
     | 
| 
       314 
314 
     | 
    
         
             
            </dt>
         
     | 
| 
       315 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 315 
     | 
    
         
            +
            <dt id="ientry-idm45386505082464">gsf_doc_prop_get_val, <a class="indexterm" href="gsf-metadata.html#gsf-doc-prop-get-val">gsf_doc_prop_get_val ()</a>
         
     | 
| 
       316 
316 
     | 
    
         
             
            </dt>
         
     | 
| 
       317 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 317 
     | 
    
         
            +
            <dt id="ientry-idm45386505129648">gsf_doc_prop_new, <a class="indexterm" href="gsf-metadata.html#gsf-doc-prop-new">gsf_doc_prop_new ()</a>
         
     | 
| 
       318 
318 
     | 
    
         
             
            </dt>
         
     | 
| 
       319 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 319 
     | 
    
         
            +
            <dt id="ientry-idm45386505033920">gsf_doc_prop_set_link, <a class="indexterm" href="gsf-metadata.html#gsf-doc-prop-set-link">gsf_doc_prop_set_link ()</a>
         
     | 
| 
       320 
320 
     | 
    
         
             
            </dt>
         
     | 
| 
       321 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 321 
     | 
    
         
            +
            <dt id="ientry-idm45386505068912">gsf_doc_prop_set_val, <a class="indexterm" href="gsf-metadata.html#gsf-doc-prop-set-val">gsf_doc_prop_set_val ()</a>
         
     | 
| 
       322 
322 
     | 
    
         
             
            </dt>
         
     | 
| 
       323 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 323 
     | 
    
         
            +
            <dt id="ientry-idm45386502269536">gsf_doc_prop_swap_val, <a class="indexterm" href="gsf-utils.html#gsf-doc-prop-swap-val">gsf_doc_prop_swap_val ()</a>
         
     | 
| 
       324 
324 
     | 
    
         
             
            </dt>
         
     | 
| 
       325 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 325 
     | 
    
         
            +
            <dt id="ientry-idm45386505756400">GSF_DYNAMIC_CLASS, <a class="indexterm" href="gsf-utils.html#GSF-DYNAMIC-CLASS:CAPS">GSF_DYNAMIC_CLASS()</a>
         
     | 
| 
       326 
326 
     | 
    
         
             
            </dt>
         
     | 
| 
       327 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 327 
     | 
    
         
            +
            <dt id="ientry-idm45386505747744">GSF_DYNAMIC_CLASS_ABSTRACT, <a class="indexterm" href="gsf-utils.html#GSF-DYNAMIC-CLASS-ABSTRACT:CAPS">GSF_DYNAMIC_CLASS_ABSTRACT()</a>
         
     | 
| 
       328 
328 
     | 
    
         
             
            </dt>
         
     | 
| 
       329 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 329 
     | 
    
         
            +
            <dt id="ientry-idm45386505752192">GSF_DYNAMIC_CLASS_FULL, <a class="indexterm" href="gsf-utils.html#GSF-DYNAMIC-CLASS-FULL:CAPS">GSF_DYNAMIC_CLASS_FULL()</a>
         
     | 
| 
       330 
330 
     | 
    
         
             
            </dt>
         
     | 
| 
       331 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 331 
     | 
    
         
            +
            <dt id="ientry-idm45386505743360">GSF_DYNAMIC_INTERFACE, <a class="indexterm" href="gsf-utils.html#GSF-DYNAMIC-INTERFACE:CAPS">GSF_DYNAMIC_INTERFACE()</a>
         
     | 
| 
       332 
332 
     | 
    
         
             
            </dt>
         
     | 
| 
       333 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 333 
     | 
    
         
            +
            <dt id="ientry-idm45386505739184">GSF_DYNAMIC_INTERFACE_FULL, <a class="indexterm" href="gsf-utils.html#GSF-DYNAMIC-INTERFACE-FULL:CAPS">GSF_DYNAMIC_INTERFACE_FULL()</a>
         
     | 
| 
       334 
334 
     | 
    
         
             
            </dt>
         
     | 
| 
       335 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 335 
     | 
    
         
            +
            <dt id="ientry-idm45386502168208">GSF_ERROR, <a class="indexterm" href="gsf-utils.html#GSF-ERROR:CAPS">GSF_ERROR</a>
         
     | 
| 
       336 
336 
     | 
    
         
             
            </dt>
         
     | 
| 
       337 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 337 
     | 
    
         
            +
            <dt id="ientry-idm45386505734992">gsf_error_quark, <a class="indexterm" href="gsf-utils.html#gsf-error-quark">gsf_error_quark ()</a>
         
     | 
| 
       338 
338 
     | 
    
         
             
            </dt>
         
     | 
| 
       339 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 339 
     | 
    
         
            +
            <dt id="ientry-idm45386503065584">gsf_extension_pointer, <a class="indexterm" href="gsf-utils.html#gsf-extension-pointer">gsf_extension_pointer ()</a>
         
     | 
| 
       340 
340 
     | 
    
         
             
            </dt>
         
     | 
| 
       341 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 341 
     | 
    
         
            +
            <dt id="ientry-idm45386503096944">gsf_filename_to_utf8, <a class="indexterm" href="gsf-utils.html#gsf-filename-to-utf8">gsf_filename_to_utf8 ()</a>
         
     | 
| 
       342 
342 
     | 
    
         
             
            </dt>
         
     | 
| 
       343 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 343 
     | 
    
         
            +
            <dt id="ientry-idm45386503078016">gsf_iconv_close, <a class="indexterm" href="gsf-utils.html#gsf-iconv-close">gsf_iconv_close ()</a>
         
     | 
| 
       344 
344 
     | 
    
         
             
            </dt>
         
     | 
| 
       345 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 345 
     | 
    
         
            +
            <dt id="ientry-idm45386516819616">gsf_infile_child_by_aname, <a class="indexterm" href="gsf-Infile-reading-structed-files.html#gsf-infile-child-by-aname">gsf_infile_child_by_aname ()</a>
         
     | 
| 
       346 
346 
     | 
    
         
             
            </dt>
         
     | 
| 
       347 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 347 
     | 
    
         
            +
            <dt id="ientry-idm45386511995376">gsf_infile_child_by_index, <a class="indexterm" href="gsf-Infile-reading-structed-files.html#gsf-infile-child-by-index">gsf_infile_child_by_index ()</a>
         
     | 
| 
       348 
348 
     | 
    
         
             
            </dt>
         
     | 
| 
       349 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 349 
     | 
    
         
            +
            <dt id="ientry-idm45386514603856">gsf_infile_child_by_name, <a class="indexterm" href="gsf-Infile-reading-structed-files.html#gsf-infile-child-by-name">gsf_infile_child_by_name ()</a>
         
     | 
| 
       350 
350 
     | 
    
         
             
            </dt>
         
     | 
| 
       351 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 351 
     | 
    
         
            +
            <dt id="ientry-idm45386511196032">gsf_infile_child_by_vaname, <a class="indexterm" href="gsf-Infile-reading-structed-files.html#gsf-infile-child-by-vaname">gsf_infile_child_by_vaname ()</a>
         
     | 
| 
       352 
352 
     | 
    
         
             
            </dt>
         
     | 
| 
       353 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 353 
     | 
    
         
            +
            <dt id="ientry-idm45386514258912">gsf_infile_child_by_vname, <a class="indexterm" href="gsf-Infile-reading-structed-files.html#gsf-infile-child-by-vname">gsf_infile_child_by_vname ()</a>
         
     | 
| 
       354 
354 
     | 
    
         
             
            </dt>
         
     | 
| 
       355 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 355 
     | 
    
         
            +
            <dt id="ientry-idm45386507465792">gsf_infile_msole_get_class_id, <a class="indexterm" href="gsf-MS-OLE2.html#gsf-infile-msole-get-class-id">gsf_infile_msole_get_class_id ()</a>
         
     | 
| 
       356 
356 
     | 
    
         
             
            </dt>
         
     | 
| 
       357 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 357 
     | 
    
         
            +
            <dt id="ientry-idm45386515875136">gsf_infile_msole_new, <a class="indexterm" href="gsf-MS-OLE2.html#gsf-infile-msole-new">gsf_infile_msole_new ()</a>
         
     | 
| 
       358 
358 
     | 
    
         
             
            </dt>
         
     | 
| 
       359 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 359 
     | 
    
         
            +
            <dt id="ientry-idm45386511172752">gsf_infile_name_by_index, <a class="indexterm" href="gsf-Infile-reading-structed-files.html#gsf-infile-name-by-index">gsf_infile_name_by_index ()</a>
         
     | 
| 
       360 
360 
     | 
    
         
             
            </dt>
         
     | 
| 
       361 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 361 
     | 
    
         
            +
            <dt id="ientry-idm45386514816448">gsf_infile_num_children, <a class="indexterm" href="gsf-Infile-reading-structed-files.html#gsf-infile-num-children">gsf_infile_num_children ()</a>
         
     | 
| 
       362 
362 
     | 
    
         
             
            </dt>
         
     | 
| 
       363 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 363 
     | 
    
         
            +
            <dt id="ientry-idm45386510820512">gsf_infile_stdio_new, <a class="indexterm" href="gsf-Reading-and-Writing-from-local-files-and-directories.html#gsf-infile-stdio-new">gsf_infile_stdio_new ()</a>
         
     | 
| 
       364 
364 
     | 
    
         
             
            </dt>
         
     | 
| 
       365 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 365 
     | 
    
         
            +
            <dt id="ientry-idm45386516175264">gsf_infile_zip_new, <a class="indexterm" href="gsf-Zip.html#gsf-infile-zip-new">gsf_infile_zip_new ()</a>
         
     | 
| 
       366 
366 
     | 
    
         
             
            </dt>
         
     | 
| 
       367 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 367 
     | 
    
         
            +
            <dt id="ientry-idm45386505838576">gsf_init, <a class="indexterm" href="gsf-utils.html#gsf-init">gsf_init ()</a>
         
     | 
| 
       368 
368 
     | 
    
         
             
            </dt>
         
     | 
| 
       369 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 369 
     | 
    
         
            +
            <dt id="ientry-idm45386505827024">gsf_init_dynamic, <a class="indexterm" href="gsf-utils.html#gsf-init-dynamic">gsf_init_dynamic ()</a>
         
     | 
| 
       370 
370 
     | 
    
         
             
            </dt>
         
     | 
| 
       371 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 371 
     | 
    
         
            +
            <dt id="ientry-idm45386515096288">gsf_input_container, <a class="indexterm" href="gsf-Input-from-unstructured-files.html#gsf-input-container">gsf_input_container ()</a>
         
     | 
| 
       372 
372 
     | 
    
         
             
            </dt>
         
     | 
| 
       373 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 373 
     | 
    
         
            +
            <dt id="ientry-idm45386511293056">gsf_input_copy, <a class="indexterm" href="gsf-Input-from-unstructured-files.html#gsf-input-copy">gsf_input_copy ()</a>
         
     | 
| 
       374 
374 
     | 
    
         
             
            </dt>
         
     | 
| 
       375 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 375 
     | 
    
         
            +
            <dt id="ientry-idm45386505705472">gsf_input_dump, <a class="indexterm" href="gsf-utils.html#gsf-input-dump">gsf_input_dump ()</a>
         
     | 
| 
       376 
376 
     | 
    
         
             
            </dt>
         
     | 
| 
       377 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 377 
     | 
    
         
            +
            <dt id="ientry-idm45386515077184">gsf_input_dup, <a class="indexterm" href="gsf-Input-from-unstructured-files.html#gsf-input-dup">gsf_input_dup ()</a>
         
     | 
| 
       378 
378 
     | 
    
         
             
            </dt>
         
     | 
| 
       379 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 379 
     | 
    
         
            +
            <dt id="ientry-idm45386515036224">gsf_input_eof, <a class="indexterm" href="gsf-Input-from-unstructured-files.html#gsf-input-eof">gsf_input_eof ()</a>
         
     | 
| 
       380 
380 
     | 
    
         
             
            </dt>
         
     | 
| 
       381 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 381 
     | 
    
         
            +
            <dt id="ientry-idm45386514964224">gsf_input_error, <a class="indexterm" href="gsf-Input-from-unstructured-files.html#gsf-input-error">gsf_input_error ()</a>
         
     | 
| 
       382 
382 
     | 
    
         
             
            </dt>
         
     | 
| 
       383 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 383 
     | 
    
         
            +
            <dt id="ientry-idm45386515003056">gsf_input_error_id, <a class="indexterm" href="gsf-Input-from-unstructured-files.html#gsf-input-error-id">gsf_input_error_id ()</a>
         
     | 
| 
       384 
384 
     | 
    
         
             
            </dt>
         
     | 
| 
       385 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 385 
     | 
    
         
            +
            <dt id="ientry-idm45386511109904">gsf_input_gio_new, <a class="indexterm" href="gsf-GIO.html#gsf-input-gio-new">gsf_input_gio_new ()</a>
         
     | 
| 
       386 
386 
     | 
    
         
             
            </dt>
         
     | 
| 
       387 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 387 
     | 
    
         
            +
            <dt id="ientry-idm45386515811200">gsf_input_gio_new_for_path, <a class="indexterm" href="gsf-GIO.html#gsf-input-gio-new-for-path">gsf_input_gio_new_for_path ()</a>
         
     | 
| 
       388 
388 
     | 
    
         
             
            </dt>
         
     | 
| 
       389 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 389 
     | 
    
         
            +
            <dt id="ientry-idm45386510601472">gsf_input_gio_new_for_uri, <a class="indexterm" href="gsf-GIO.html#gsf-input-gio-new-for-uri">gsf_input_gio_new_for_uri ()</a>
         
     | 
| 
       390 
390 
     | 
    
         
             
            </dt>
         
     | 
| 
       391 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 391 
     | 
    
         
            +
            <dt id="ientry-idm45386514826736">gsf_input_gzip_new, <a class="indexterm" href="gsf-Compression.html#gsf-input-gzip-new">gsf_input_gzip_new ()</a>
         
     | 
| 
       392 
392 
     | 
    
         
             
            </dt>
         
     | 
| 
       393 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 393 
     | 
    
         
            +
            <dt id="ientry-idm45386506802896">gsf_input_http_get_content_type, <a class="indexterm" href="gsf-XML-and-libxml.html#gsf-input-http-get-content-type">gsf_input_http_get_content_type ()</a>
         
     | 
| 
       394 
394 
     | 
    
         
             
            </dt>
         
     | 
| 
       395 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 395 
     | 
    
         
            +
            <dt id="ientry-idm45386506785920">gsf_input_http_get_type, <a class="indexterm" href="gsf-XML-and-libxml.html#gsf-input-http-get-type">gsf_input_http_get_type ()</a>
         
     | 
| 
       396 
396 
     | 
    
         
             
            </dt>
         
     | 
| 
       397 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 397 
     | 
    
         
            +
            <dt id="ientry-idm45386506779760">gsf_input_http_get_url, <a class="indexterm" href="gsf-XML-and-libxml.html#gsf-input-http-get-url">gsf_input_http_get_url ()</a>
         
     | 
| 
       398 
398 
     | 
    
         
             
            </dt>
         
     | 
| 
       399 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 399 
     | 
    
         
            +
            <dt id="ientry-idm45386515764944">gsf_input_memory_new, <a class="indexterm" href="gsf-memory.html#gsf-input-memory-new">gsf_input_memory_new ()</a>
         
     | 
| 
       400 
400 
     | 
    
         
             
            </dt>
         
     | 
| 
       401 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 401 
     | 
    
         
            +
            <dt id="ientry-idm45386514174656">gsf_input_memory_new_clone, <a class="indexterm" href="gsf-memory.html#gsf-input-memory-new-clone">gsf_input_memory_new_clone ()</a>
         
     | 
| 
       402 
402 
     | 
    
         
             
            </dt>
         
     | 
| 
       403 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 403 
     | 
    
         
            +
            <dt id="ientry-idm45386510229104">gsf_input_memory_new_from_bzip, <a class="indexterm" href="gsf-Compression.html#gsf-input-memory-new-from-bzip">gsf_input_memory_new_from_bzip ()</a>
         
     | 
| 
       404 
404 
     | 
    
         
             
            </dt>
         
     | 
| 
       405 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 405 
     | 
    
         
            +
            <dt id="ientry-idm45386513166992">gsf_input_memory_new_from_iochannel, <a class="indexterm" href="gsf-memory.html#gsf-input-memory-new-from-iochannel">gsf_input_memory_new_from_iochannel ()</a>
         
     | 
| 
       406 
406 
     | 
    
         
             
            </dt>
         
     | 
| 
       407 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 407 
     | 
    
         
            +
            <dt id="ientry-idm45386512908480">gsf_input_mmap_new, <a class="indexterm" href="gsf-memory.html#gsf-input-mmap-new">gsf_input_mmap_new ()</a>
         
     | 
| 
       408 
408 
     | 
    
         
             
            </dt>
         
     | 
| 
       409 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 409 
     | 
    
         
            +
            <dt id="ientry-idm45386514953104">gsf_input_name, <a class="indexterm" href="gsf-Input-from-unstructured-files.html#gsf-input-name">gsf_input_name ()</a>
         
     | 
| 
       410 
410 
     | 
    
         
             
            </dt>
         
     | 
| 
       411 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 411 
     | 
    
         
            +
            <dt id="ientry-idm45386514912320">gsf_input_proxy_new, <a class="indexterm" href="gsf-Input-from-unstructured-files.html#gsf-input-proxy-new">gsf_input_proxy_new ()</a>
         
     | 
| 
       412 
412 
     | 
    
         
             
            </dt>
         
     | 
| 
       413 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 413 
     | 
    
         
            +
            <dt id="ientry-idm45386514895920">gsf_input_proxy_new_section, <a class="indexterm" href="gsf-Input-from-unstructured-files.html#gsf-input-proxy-new-section">gsf_input_proxy_new_section ()</a>
         
     | 
| 
       414 
414 
     | 
    
         
             
            </dt>
         
     | 
| 
       415 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 415 
     | 
    
         
            +
            <dt id="ientry-idm45386522842464">gsf_input_read, <a class="indexterm" href="gsf-Input-from-unstructured-files.html#gsf-input-read">gsf_input_read ()</a>
         
     | 
| 
       416 
416 
     | 
    
         
             
            </dt>
         
     | 
| 
       417 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 417 
     | 
    
         
            +
            <dt id="ientry-idm45386515018848">gsf_input_remaining, <a class="indexterm" href="gsf-Input-from-unstructured-files.html#gsf-input-remaining">gsf_input_remaining ()</a>
         
     | 
| 
       418 
418 
     | 
    
         
             
            </dt>
         
     | 
| 
       419 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 419 
     | 
    
         
            +
            <dt id="ientry-idm45386515121488">gsf_input_seek, <a class="indexterm" href="gsf-Input-from-unstructured-files.html#gsf-input-seek">gsf_input_seek ()</a>
         
     | 
| 
       420 
420 
     | 
    
         
             
            </dt>
         
     | 
| 
       421 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 421 
     | 
    
         
            +
            <dt id="ientry-idm45386514933520">gsf_input_set_name_from_filename, <a class="indexterm" href="gsf-Input-from-unstructured-files.html#gsf-input-set-name-from-filename">gsf_input_set_name_from_filename ()</a>
         
     | 
| 
       422 
422 
     | 
    
         
             
            </dt>
         
     | 
| 
       423 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 423 
     | 
    
         
            +
            <dt id="ientry-idm45386514995024">gsf_input_sibling, <a class="indexterm" href="gsf-Input-from-unstructured-files.html#gsf-input-sibling">gsf_input_sibling ()</a>
         
     | 
| 
       424 
424 
     | 
    
         
             
            </dt>
         
     | 
| 
       425 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 425 
     | 
    
         
            +
            <dt id="ientry-idm45386515051984">gsf_input_size, <a class="indexterm" href="gsf-Input-from-unstructured-files.html#gsf-input-size">gsf_input_size ()</a>
         
     | 
| 
       426 
426 
     | 
    
         
             
            </dt>
         
     | 
| 
       427 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 427 
     | 
    
         
            +
            <dt id="ientry-idm45386510111600">gsf_input_stdio_new, <a class="indexterm" href="gsf-Reading-and-Writing-from-local-files-and-directories.html#gsf-input-stdio-new">gsf_input_stdio_new ()</a>
         
     | 
| 
       428 
428 
     | 
    
         
             
            </dt>
         
     | 
| 
       429 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 429 
     | 
    
         
            +
            <dt id="ientry-idm45386510359104">gsf_input_stdio_new_FILE, <a class="indexterm" href="gsf-Reading-and-Writing-from-local-files-and-directories.html#gsf-input-stdio-new-FILE">gsf_input_stdio_new_FILE ()</a>
         
     | 
| 
       430 
430 
     | 
    
         
             
            </dt>
         
     | 
| 
       431 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 431 
     | 
    
         
            +
            <dt id="ientry-idm45386522809456">gsf_input_tell, <a class="indexterm" href="gsf-Input-from-unstructured-files.html#gsf-input-tell">gsf_input_tell ()</a>
         
     | 
| 
       432 
432 
     | 
    
         
             
            </dt>
         
     | 
| 
       433 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 433 
     | 
    
         
            +
            <dt id="ientry-idm45386512046560">gsf_input_textline_ascii_gets, <a class="indexterm" href="gsf-Text.html#gsf-input-textline-ascii-gets">gsf_input_textline_ascii_gets ()</a>
         
     | 
| 
       434 
434 
     | 
    
         
             
            </dt>
         
     | 
| 
       435 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 435 
     | 
    
         
            +
            <dt id="ientry-idm45386513091680">gsf_input_textline_new, <a class="indexterm" href="gsf-Text.html#gsf-input-textline-new">gsf_input_textline_new ()</a>
         
     | 
| 
       436 
436 
     | 
    
         
             
            </dt>
         
     | 
| 
       437 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 437 
     | 
    
         
            +
            <dt id="ientry-idm45386510767728">gsf_input_textline_utf8_gets, <a class="indexterm" href="gsf-Text.html#gsf-input-textline-utf8-gets">gsf_input_textline_utf8_gets ()</a>
         
     | 
| 
       438 
438 
     | 
    
         
             
            </dt>
         
     | 
| 
       439 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 439 
     | 
    
         
            +
            <dt id="ientry-idm45386511272032">gsf_input_uncompress, <a class="indexterm" href="gsf-Input-from-unstructured-files.html#gsf-input-uncompress">gsf_input_uncompress ()</a>
         
     | 
| 
       440 
440 
     | 
    
         
             
            </dt>
         
     | 
| 
       441 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 441 
     | 
    
         
            +
            <dt id="ientry-idm45386505764720">GSF_INTERFACE, <a class="indexterm" href="gsf-utils.html#GSF-INTERFACE:CAPS">GSF_INTERFACE()</a>
         
     | 
| 
       442 
442 
     | 
    
         
             
            </dt>
         
     | 
| 
       443 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 443 
     | 
    
         
            +
            <dt id="ientry-idm45386505760560">GSF_INTERFACE_FULL, <a class="indexterm" href="gsf-utils.html#GSF-INTERFACE-FULL:CAPS">GSF_INTERFACE_FULL()</a>
         
     | 
| 
       444 
444 
     | 
    
         
             
            </dt>
         
     | 
| 
       445 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 445 
     | 
    
         
            +
            <dt id="ientry-idm45386502783024">GSF_LE_GET_DOUBLE, <a class="indexterm" href="gsf-utils.html#GSF-LE-GET-DOUBLE:CAPS">GSF_LE_GET_DOUBLE()</a>
         
     | 
| 
       446 
446 
     | 
    
         
             
            </dt>
         
     | 
| 
       447 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 447 
     | 
    
         
            +
            <dt id="ientry-idm45386502770960">gsf_le_get_double, <a class="indexterm" href="gsf-utils.html#gsf-le-get-double">gsf_le_get_double ()</a>
         
     | 
| 
       448 
448 
     | 
    
         
             
            </dt>
         
     | 
| 
       449 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 449 
     | 
    
         
            +
            <dt id="ientry-idm45386502809024">GSF_LE_GET_FLOAT, <a class="indexterm" href="gsf-utils.html#GSF-LE-GET-FLOAT:CAPS">GSF_LE_GET_FLOAT()</a>
         
     | 
| 
       450 
450 
     | 
    
         
             
            </dt>
         
     | 
| 
       451 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 451 
     | 
    
         
            +
            <dt id="ientry-idm45386502796960">gsf_le_get_float, <a class="indexterm" href="gsf-utils.html#gsf-le-get-float">gsf_le_get_float ()</a>
         
     | 
| 
       452 
452 
     | 
    
         
             
            </dt>
         
     | 
| 
       453 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 453 
     | 
    
         
            +
            <dt id="ientry-idm45386502895456">GSF_LE_GET_GINT16, <a class="indexterm" href="gsf-utils.html#GSF-LE-GET-GINT16:CAPS">GSF_LE_GET_GINT16()</a>
         
     | 
| 
       454 
454 
     | 
    
         
             
            </dt>
         
     | 
| 
       455 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 455 
     | 
    
         
            +
            <dt id="ientry-idm45386502871328">GSF_LE_GET_GINT32, <a class="indexterm" href="gsf-utils.html#GSF-LE-GET-GINT32:CAPS">GSF_LE_GET_GINT32()</a>
         
     | 
| 
       456 
456 
     | 
    
         
             
            </dt>
         
     | 
| 
       457 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 457 
     | 
    
         
            +
            <dt id="ientry-idm45386502835136">GSF_LE_GET_GINT64, <a class="indexterm" href="gsf-utils.html#GSF-LE-GET-GINT64:CAPS">GSF_LE_GET_GINT64()</a>
         
     | 
| 
       458 
458 
     | 
    
         
             
            </dt>
         
     | 
| 
       459 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 459 
     | 
    
         
            +
            <dt id="ientry-idm45386502919584">GSF_LE_GET_GINT8, <a class="indexterm" href="gsf-utils.html#GSF-LE-GET-GINT8:CAPS">GSF_LE_GET_GINT8()</a>
         
     | 
| 
       460 
460 
     | 
    
         
             
            </dt>
         
     | 
| 
       461 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 461 
     | 
    
         
            +
            <dt id="ientry-idm45386502859264">GSF_LE_GET_GUINT16, <a class="indexterm" href="gsf-utils.html#GSF-LE-GET-GUINT16:CAPS">GSF_LE_GET_GUINT16()</a>
         
     | 
| 
       462 
462 
     | 
    
         
             
            </dt>
         
     | 
| 
       463 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 463 
     | 
    
         
            +
            <dt id="ientry-idm45386502847200">GSF_LE_GET_GUINT32, <a class="indexterm" href="gsf-utils.html#GSF-LE-GET-GUINT32:CAPS">GSF_LE_GET_GUINT32()</a>
         
     | 
| 
       464 
464 
     | 
    
         
             
            </dt>
         
     | 
| 
       465 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 465 
     | 
    
         
            +
            <dt id="ientry-idm45386502907520">GSF_LE_GET_GUINT64, <a class="indexterm" href="gsf-utils.html#GSF-LE-GET-GUINT64:CAPS">GSF_LE_GET_GUINT64()</a>
         
     | 
| 
       466 
466 
     | 
    
         
             
            </dt>
         
     | 
| 
       467 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 467 
     | 
    
         
            +
            <dt id="ientry-idm45386502823072">gsf_le_get_guint64, <a class="indexterm" href="gsf-utils.html#gsf-le-get-guint64">gsf_le_get_guint64 ()</a>
         
     | 
| 
       468 
468 
     | 
    
         
             
            </dt>
         
     | 
| 
       469 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 469 
     | 
    
         
            +
            <dt id="ientry-idm45386502883392">GSF_LE_GET_GUINT8, <a class="indexterm" href="gsf-utils.html#GSF-LE-GET-GUINT8:CAPS">GSF_LE_GET_GUINT8()</a>
         
     | 
| 
       470 
470 
     | 
    
         
             
            </dt>
         
     | 
| 
       471 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 471 
     | 
    
         
            +
            <dt id="ientry-idm45386502524944">GSF_LE_SET_DOUBLE, <a class="indexterm" href="gsf-utils.html#GSF-LE-SET-DOUBLE:CAPS">GSF_LE_SET_DOUBLE()</a>
         
     | 
| 
       472 
472 
     | 
    
         
             
            </dt>
         
     | 
| 
       473 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 473 
     | 
    
         
            +
            <dt id="ientry-idm45386502495040">gsf_le_set_double, <a class="indexterm" href="gsf-utils.html#gsf-le-set-double">gsf_le_set_double ()</a>
         
     | 
| 
       474 
474 
     | 
    
         
             
            </dt>
         
     | 
| 
       475 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 475 
     | 
    
         
            +
            <dt id="ientry-idm45386502539440">GSF_LE_SET_FLOAT, <a class="indexterm" href="gsf-utils.html#GSF-LE-SET-FLOAT:CAPS">GSF_LE_SET_FLOAT()</a>
         
     | 
| 
       476 
476 
     | 
    
         
             
            </dt>
         
     | 
| 
       477 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 477 
     | 
    
         
            +
            <dt id="ientry-idm45386502510928">gsf_le_set_float, <a class="indexterm" href="gsf-utils.html#gsf-le-set-float">gsf_le_set_float ()</a>
         
     | 
| 
       478 
478 
     | 
    
         
             
            </dt>
         
     | 
| 
       479 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 479 
     | 
    
         
            +
            <dt id="ientry-idm45386502604304">GSF_LE_SET_GINT16, <a class="indexterm" href="gsf-utils.html#GSF-LE-SET-GINT16:CAPS">GSF_LE_SET_GINT16()</a>
         
     | 
| 
       480 
480 
     | 
    
         
             
            </dt>
         
     | 
| 
       481 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 481 
     | 
    
         
            +
            <dt id="ientry-idm45386502588128">GSF_LE_SET_GINT32, <a class="indexterm" href="gsf-utils.html#GSF-LE-SET-GINT32:CAPS">GSF_LE_SET_GINT32()</a>
         
     | 
| 
       482 
482 
     | 
    
         
             
            </dt>
         
     | 
| 
       483 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 483 
     | 
    
         
            +
            <dt id="ientry-idm45386502571872">GSF_LE_SET_GINT64, <a class="indexterm" href="gsf-utils.html#GSF-LE-SET-GINT64:CAPS">GSF_LE_SET_GINT64()</a>
         
     | 
| 
       484 
484 
     | 
    
         
             
            </dt>
         
     | 
| 
       485 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 485 
     | 
    
         
            +
            <dt id="ientry-idm45386502620480">GSF_LE_SET_GINT8, <a class="indexterm" href="gsf-utils.html#GSF-LE-SET-GINT8:CAPS">GSF_LE_SET_GINT8()</a>
         
     | 
| 
       486 
486 
     | 
    
         
             
            </dt>
         
     | 
| 
       487 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 487 
     | 
    
         
            +
            <dt id="ientry-idm45386502652832">GSF_LE_SET_GUINT16, <a class="indexterm" href="gsf-utils.html#GSF-LE-SET-GUINT16:CAPS">GSF_LE_SET_GUINT16()</a>
         
     | 
| 
       488 
488 
     | 
    
         
             
            </dt>
         
     | 
| 
       489 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 489 
     | 
    
         
            +
            <dt id="ientry-idm45386502636656">GSF_LE_SET_GUINT32, <a class="indexterm" href="gsf-utils.html#GSF-LE-SET-GUINT32:CAPS">GSF_LE_SET_GUINT32()</a>
         
     | 
| 
       490 
490 
     | 
    
         
             
            </dt>
         
     | 
| 
       491 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 491 
     | 
    
         
            +
            <dt id="ientry-idm45386502555616">GSF_LE_SET_GUINT64, <a class="indexterm" href="gsf-utils.html#GSF-LE-SET-GUINT64:CAPS">GSF_LE_SET_GUINT64()</a>
         
     | 
| 
       492 
492 
     | 
    
         
             
            </dt>
         
     | 
| 
       493 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 493 
     | 
    
         
            +
            <dt id="ientry-idm45386521951408">GSF_LE_SET_GUINT8, <a class="indexterm" href="gsf-utils.html#GSF-LE-SET-GUINT8:CAPS">GSF_LE_SET_GUINT8()</a>
         
     | 
| 
       494 
494 
     | 
    
         
             
            </dt>
         
     | 
| 
       495 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 495 
     | 
    
         
            +
            <dt id="ientry-idm45386505725344">gsf_mem_dump, <a class="indexterm" href="gsf-utils.html#gsf-mem-dump">gsf_mem_dump ()</a>
         
     | 
| 
       496 
496 
     | 
    
         
             
            </dt>
         
     | 
| 
       497 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 497 
     | 
    
         
            +
            <dt id="ientry-idm45386504789136">GSF_META_NAME_BYTE_COUNT, <a class="indexterm" href="gsf-metadata.html#GSF-META-NAME-BYTE-COUNT:CAPS">GSF_META_NAME_BYTE_COUNT</a>
         
     | 
| 
       498 
498 
     | 
    
         
             
            </dt>
         
     | 
| 
       499 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 499 
     | 
    
         
            +
            <dt id="ientry-idm45386504732608">GSF_META_NAME_CASE_SENSITIVE, <a class="indexterm" href="gsf-metadata.html#GSF-META-NAME-CASE-SENSITIVE:CAPS">GSF_META_NAME_CASE_SENSITIVE</a>
         
     | 
| 
       500 
500 
     | 
    
         
             
            </dt>
         
     | 
| 
       501 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 501 
     | 
    
         
            +
            <dt id="ientry-idm45386504821280">GSF_META_NAME_CATEGORY, <a class="indexterm" href="gsf-metadata.html#GSF-META-NAME-CATEGORY:CAPS">GSF_META_NAME_CATEGORY</a>
         
     | 
| 
       502 
502 
     | 
    
         
             
            </dt>
         
     | 
| 
       503 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 503 
     | 
    
         
            +
            <dt id="ientry-idm45386504864816">GSF_META_NAME_CELL_COUNT, <a class="indexterm" href="gsf-metadata.html#GSF-META-NAME-CELL-COUNT:CAPS">GSF_META_NAME_CELL_COUNT</a>
         
     | 
| 
       504 
504 
     | 
    
         
             
            </dt>
         
     | 
| 
       505 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 505 
     | 
    
         
            +
            <dt id="ientry-idm45386504868688">GSF_META_NAME_CHARACTER_COUNT, <a class="indexterm" href="gsf-metadata.html#GSF-META-NAME-CHARACTER-COUNT:CAPS">GSF_META_NAME_CHARACTER_COUNT</a>
         
     | 
| 
       506 
506 
     | 
    
         
             
            </dt>
         
     | 
| 
       507 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 507 
     | 
    
         
            +
            <dt id="ientry-idm45386504900592">GSF_META_NAME_CODEPAGE, <a class="indexterm" href="gsf-metadata.html#GSF-META-NAME-CODEPAGE:CAPS">GSF_META_NAME_CODEPAGE</a>
         
     | 
| 
       508 
508 
     | 
    
         
             
            </dt>
         
     | 
| 
       509 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 509 
     | 
    
         
            +
            <dt id="ientry-idm45386504771360">GSF_META_NAME_COMPANY, <a class="indexterm" href="gsf-metadata.html#GSF-META-NAME-COMPANY:CAPS">GSF_META_NAME_COMPANY</a>
         
     | 
| 
       510 
510 
     | 
    
         
             
            </dt>
         
     | 
| 
       511 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 511 
     | 
    
         
            +
            <dt id="ientry-idm45386504857840">GSF_META_NAME_CREATOR, <a class="indexterm" href="gsf-metadata.html#GSF-META-NAME-CREATOR:CAPS">GSF_META_NAME_CREATOR</a>
         
     | 
| 
       512 
512 
     | 
    
         
             
            </dt>
         
     | 
| 
       513 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 513 
     | 
    
         
            +
            <dt id="ientry-idm45386504911616">GSF_META_NAME_DATE_CREATED, <a class="indexterm" href="gsf-metadata.html#GSF-META-NAME-DATE-CREATED:CAPS">GSF_META_NAME_DATE_CREATED</a>
         
     | 
| 
       514 
514 
     | 
    
         
             
            </dt>
         
     | 
| 
       515 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 515 
     | 
    
         
            +
            <dt id="ientry-idm45386504915488">GSF_META_NAME_DATE_MODIFIED, <a class="indexterm" href="gsf-metadata.html#GSF-META-NAME-DATE-MODIFIED:CAPS">GSF_META_NAME_DATE_MODIFIED</a>
         
     | 
| 
       516 
516 
     | 
    
         
             
            </dt>
         
     | 
| 
       517 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 517 
     | 
    
         
            +
            <dt id="ientry-idm45386504922848">GSF_META_NAME_DESCRIPTION, <a class="indexterm" href="gsf-metadata.html#GSF-META-NAME-DESCRIPTION:CAPS">GSF_META_NAME_DESCRIPTION</a>
         
     | 
| 
       518 
518 
     | 
    
         
             
            </dt>
         
     | 
| 
       519 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 519 
     | 
    
         
            +
            <dt id="ientry-idm45386504764000">GSF_META_NAME_DICTIONARY, <a class="indexterm" href="gsf-metadata.html#GSF-META-NAME-DICTIONARY:CAPS">GSF_META_NAME_DICTIONARY</a>
         
     | 
| 
       520 
520 
     | 
    
         
             
            </dt>
         
     | 
| 
       521 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 521 
     | 
    
         
            +
            <dt id="ientry-idm45386504778512">GSF_META_NAME_DOCUMENT_PARTS, <a class="indexterm" href="gsf-metadata.html#GSF-META-NAME-DOCUMENT-PARTS:CAPS">GSF_META_NAME_DOCUMENT_PARTS</a>
         
     | 
| 
       522 
522 
     | 
    
         
             
            </dt>
         
     | 
| 
       523 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 523 
     | 
    
         
            +
            <dt id="ientry-idm45386504893280">GSF_META_NAME_EDITING_DURATION, <a class="indexterm" href="gsf-metadata.html#GSF-META-NAME-EDITING-DURATION:CAPS">GSF_META_NAME_EDITING_DURATION</a>
         
     | 
| 
       524 
524 
     | 
    
         
             
            </dt>
         
     | 
| 
       525 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 525 
     | 
    
         
            +
            <dt id="ientry-idm45386504810448">GSF_META_NAME_GENERATOR, <a class="indexterm" href="gsf-metadata.html#GSF-META-NAME-GENERATOR:CAPS">GSF_META_NAME_GENERATOR</a>
         
     | 
| 
       526 
526 
     | 
    
         
             
            </dt>
         
     | 
| 
       527 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 527 
     | 
    
         
            +
            <dt id="ientry-idm45386504782160">GSF_META_NAME_HEADING_PAIRS, <a class="indexterm" href="gsf-metadata.html#GSF-META-NAME-HEADING-PAIRS:CAPS">GSF_META_NAME_HEADING_PAIRS</a>
         
     | 
| 
       528 
528 
     | 
    
         
             
            </dt>
         
     | 
| 
       529 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 529 
     | 
    
         
            +
            <dt id="ientry-idm45386504796112">GSF_META_NAME_HIDDEN_SLIDE_COUNT, <a class="indexterm" href="gsf-metadata.html#GSF-META-NAME-HIDDEN-SLIDE-COUNT:CAPS">GSF_META_NAME_HIDDEN_SLIDE_COUNT</a>
         
     | 
| 
       530 
530 
     | 
    
         
             
            </dt>
         
     | 
| 
       531 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 531 
     | 
    
         
            +
            <dt id="ientry-idm45386504886128">GSF_META_NAME_IMAGE_COUNT, <a class="indexterm" href="gsf-metadata.html#GSF-META-NAME-IMAGE-COUNT:CAPS">GSF_META_NAME_IMAGE_COUNT</a>
         
     | 
| 
       532 
532 
     | 
    
         
             
            </dt>
         
     | 
| 
       533 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 533 
     | 
    
         
            +
            <dt id="ientry-idm45386504728736">GSF_META_NAME_INITIAL_CREATOR, <a class="indexterm" href="gsf-metadata.html#GSF-META-NAME-INITIAL-CREATOR:CAPS">GSF_META_NAME_INITIAL_CREATOR</a>
         
     | 
| 
       534 
534 
     | 
    
         
             
            </dt>
         
     | 
| 
       535 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 535 
     | 
    
         
            +
            <dt id="ientry-idm45386504835104">GSF_META_NAME_KEYWORD, <a class="indexterm" href="gsf-metadata.html#GSF-META-NAME-KEYWORD:CAPS">GSF_META_NAME_KEYWORD</a>
         
     | 
| 
       536 
536 
     | 
    
         
             
            </dt>
         
     | 
| 
       537 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 537 
     | 
    
         
            +
            <dt id="ientry-idm45386504907888">GSF_META_NAME_KEYWORDS, <a class="indexterm" href="gsf-metadata.html#GSF-META-NAME-KEYWORDS:CAPS">GSF_META_NAME_KEYWORDS</a>
         
     | 
| 
       538 
538 
     | 
    
         
             
            </dt>
         
     | 
| 
       539 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 539 
     | 
    
         
            +
            <dt id="ientry-idm45386504904272">GSF_META_NAME_LANGUAGE, <a class="indexterm" href="gsf-metadata.html#GSF-META-NAME-LANGUAGE:CAPS">GSF_META_NAME_LANGUAGE</a>
         
     | 
| 
       540 
540 
     | 
    
         
             
            </dt>
         
     | 
| 
       541 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 541 
     | 
    
         
            +
            <dt id="ientry-idm45386504846336">GSF_META_NAME_LAST_PRINTED, <a class="indexterm" href="gsf-metadata.html#GSF-META-NAME-LAST-PRINTED:CAPS">GSF_META_NAME_LAST_PRINTED</a>
         
     | 
| 
       542 
542 
     | 
    
         
             
            </dt>
         
     | 
| 
       543 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 543 
     | 
    
         
            +
            <dt id="ientry-idm45386504849952">GSF_META_NAME_LAST_SAVED_BY, <a class="indexterm" href="gsf-metadata.html#GSF-META-NAME-LAST-SAVED-BY:CAPS">GSF_META_NAME_LAST_SAVED_BY</a>
         
     | 
| 
       544 
544 
     | 
    
         
             
            </dt>
         
     | 
| 
       545 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 545 
     | 
    
         
            +
            <dt id="ientry-idm45386504806576">GSF_META_NAME_LINE_COUNT, <a class="indexterm" href="gsf-metadata.html#GSF-META-NAME-LINE-COUNT:CAPS">GSF_META_NAME_LINE_COUNT</a>
         
     | 
| 
       546 
546 
     | 
    
         
             
            </dt>
         
     | 
| 
       547 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 547 
     | 
    
         
            +
            <dt id="ientry-idm45386504767488">GSF_META_NAME_LINKS_DIRTY, <a class="indexterm" href="gsf-metadata.html#GSF-META-NAME-LINKS-DIRTY:CAPS">GSF_META_NAME_LINKS_DIRTY</a>
         
     | 
| 
       548 
548 
     | 
    
         
             
            </dt>
         
     | 
| 
       549 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 549 
     | 
    
         
            +
            <dt id="ientry-idm45386504736096">GSF_META_NAME_LOCALE_SYSTEM_DEFAULT, <a class="indexterm" href="gsf-metadata.html#GSF-META-NAME-LOCALE-SYSTEM-DEFAULT:CAPS">GSF_META_NAME_LOCALE_SYSTEM_DEFAULT</a>
         
     | 
| 
       550 
550 
     | 
    
         
             
            </dt>
         
     | 
| 
       551 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 551 
     | 
    
         
            +
            <dt id="ientry-idm45386504774848">GSF_META_NAME_MANAGER, <a class="indexterm" href="gsf-metadata.html#GSF-META-NAME-MANAGER:CAPS">GSF_META_NAME_MANAGER</a>
         
     | 
| 
       552 
552 
     | 
    
         
             
            </dt>
         
     | 
| 
       553 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 553 
     | 
    
         
            +
            <dt id="ientry-idm45386504792624">GSF_META_NAME_MM_CLIP_COUNT, <a class="indexterm" href="gsf-metadata.html#GSF-META-NAME-MM-CLIP-COUNT:CAPS">GSF_META_NAME_MM_CLIP_COUNT</a>
         
     | 
| 
       554 
554 
     | 
    
         
             
            </dt>
         
     | 
| 
       555 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 555 
     | 
    
         
            +
            <dt id="ientry-idm45386504760512">GSF_META_NAME_MSOLE_UNKNOWN_17, <a class="indexterm" href="gsf-metadata.html#GSF-META-NAME-MSOLE-UNKNOWN-17:CAPS">GSF_META_NAME_MSOLE_UNKNOWN_17</a>
         
     | 
| 
       556 
556 
     | 
    
         
             
            </dt>
         
     | 
| 
       557 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 557 
     | 
    
         
            +
            <dt id="ientry-idm45386504757024">GSF_META_NAME_MSOLE_UNKNOWN_18, <a class="indexterm" href="gsf-metadata.html#GSF-META-NAME-MSOLE-UNKNOWN-18:CAPS">GSF_META_NAME_MSOLE_UNKNOWN_18</a>
         
     | 
| 
       558 
558 
     | 
    
         
             
            </dt>
         
     | 
| 
       559 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 559 
     | 
    
         
            +
            <dt id="ientry-idm45386504753536">GSF_META_NAME_MSOLE_UNKNOWN_19, <a class="indexterm" href="gsf-metadata.html#GSF-META-NAME-MSOLE-UNKNOWN-19:CAPS">GSF_META_NAME_MSOLE_UNKNOWN_19</a>
         
     | 
| 
       560 
560 
     | 
    
         
             
            </dt>
         
     | 
| 
       561 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 561 
     | 
    
         
            +
            <dt id="ientry-idm45386504750048">GSF_META_NAME_MSOLE_UNKNOWN_20, <a class="indexterm" href="gsf-metadata.html#GSF-META-NAME-MSOLE-UNKNOWN-20:CAPS">GSF_META_NAME_MSOLE_UNKNOWN_20</a>
         
     | 
| 
       562 
562 
     | 
    
         
             
            </dt>
         
     | 
| 
       563 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 563 
     | 
    
         
            +
            <dt id="ientry-idm45386504746560">GSF_META_NAME_MSOLE_UNKNOWN_21, <a class="indexterm" href="gsf-metadata.html#GSF-META-NAME-MSOLE-UNKNOWN-21:CAPS">GSF_META_NAME_MSOLE_UNKNOWN_21</a>
         
     | 
| 
       564 
564 
     | 
    
         
             
            </dt>
         
     | 
| 
       565 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 565 
     | 
    
         
            +
            <dt id="ientry-idm45386504743072">GSF_META_NAME_MSOLE_UNKNOWN_22, <a class="indexterm" href="gsf-metadata.html#GSF-META-NAME-MSOLE-UNKNOWN-22:CAPS">GSF_META_NAME_MSOLE_UNKNOWN_22</a>
         
     | 
| 
       566 
566 
     | 
    
         
             
            </dt>
         
     | 
| 
       567 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 567 
     | 
    
         
            +
            <dt id="ientry-idm45386504739584">GSF_META_NAME_MSOLE_UNKNOWN_23, <a class="indexterm" href="gsf-metadata.html#GSF-META-NAME-MSOLE-UNKNOWN-23:CAPS">GSF_META_NAME_MSOLE_UNKNOWN_23</a>
         
     | 
| 
       568 
568 
     | 
    
         
             
            </dt>
         
     | 
| 
       569 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 569 
     | 
    
         
            +
            <dt id="ientry-idm45386504799600">GSF_META_NAME_NOTE_COUNT, <a class="indexterm" href="gsf-metadata.html#GSF-META-NAME-NOTE-COUNT:CAPS">GSF_META_NAME_NOTE_COUNT</a>
         
     | 
| 
       570 
570 
     | 
    
         
             
            </dt>
         
     | 
| 
       571 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 571 
     | 
    
         
            +
            <dt id="ientry-idm45386504882640">GSF_META_NAME_OBJECT_COUNT, <a class="indexterm" href="gsf-metadata.html#GSF-META-NAME-OBJECT-COUNT:CAPS">GSF_META_NAME_OBJECT_COUNT</a>
         
     | 
| 
       572 
572 
     | 
    
         
             
            </dt>
         
     | 
| 
       573 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 573 
     | 
    
         
            +
            <dt id="ientry-idm45386504879152">GSF_META_NAME_PAGE_COUNT, <a class="indexterm" href="gsf-metadata.html#GSF-META-NAME-PAGE-COUNT:CAPS">GSF_META_NAME_PAGE_COUNT</a>
         
     | 
| 
       574 
574 
     | 
    
         
             
            </dt>
         
     | 
| 
       575 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 575 
     | 
    
         
            +
            <dt id="ientry-idm45386504875664">GSF_META_NAME_PARAGRAPH_COUNT, <a class="indexterm" href="gsf-metadata.html#GSF-META-NAME-PARAGRAPH-COUNT:CAPS">GSF_META_NAME_PARAGRAPH_COUNT</a>
         
     | 
| 
       576 
576 
     | 
    
         
             
            </dt>
         
     | 
| 
       577 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 577 
     | 
    
         
            +
            <dt id="ientry-idm45386504817536">GSF_META_NAME_PRESENTATION_FORMAT, <a class="indexterm" href="gsf-metadata.html#GSF-META-NAME-PRESENTATION-FORMAT:CAPS">GSF_META_NAME_PRESENTATION_FORMAT</a>
         
     | 
| 
       578 
578 
     | 
    
         
             
            </dt>
         
     | 
| 
       579 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 579 
     | 
    
         
            +
            <dt id="ientry-idm45386504838976">GSF_META_NAME_PRINTED_BY, <a class="indexterm" href="gsf-metadata.html#GSF-META-NAME-PRINTED-BY:CAPS">GSF_META_NAME_PRINTED_BY</a>
         
     | 
| 
       580 
580 
     | 
    
         
             
            </dt>
         
     | 
| 
       581 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 581 
     | 
    
         
            +
            <dt id="ientry-idm45386504842464">GSF_META_NAME_PRINT_DATE, <a class="indexterm" href="gsf-metadata.html#GSF-META-NAME-PRINT-DATE:CAPS">GSF_META_NAME_PRINT_DATE</a>
         
     | 
| 
       582 
582 
     | 
    
         
             
            </dt>
         
     | 
| 
       583 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 583 
     | 
    
         
            +
            <dt id="ientry-idm45386504896960">GSF_META_NAME_REVISION_COUNT, <a class="indexterm" href="gsf-metadata.html#GSF-META-NAME-REVISION-COUNT:CAPS">GSF_META_NAME_REVISION_COUNT</a>
         
     | 
| 
       584 
584 
     | 
    
         
             
            </dt>
         
     | 
| 
       585 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 585 
     | 
    
         
            +
            <dt id="ientry-idm45386504785648">GSF_META_NAME_SCALE, <a class="indexterm" href="gsf-metadata.html#GSF-META-NAME-SCALE:CAPS">GSF_META_NAME_SCALE</a>
         
     | 
| 
       586 
586 
     | 
    
         
             
            </dt>
         
     | 
| 
       587 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 587 
     | 
    
         
            +
            <dt id="ientry-idm45386504831616">GSF_META_NAME_SECURITY, <a class="indexterm" href="gsf-metadata.html#GSF-META-NAME-SECURITY:CAPS">GSF_META_NAME_SECURITY</a>
         
     | 
| 
       588 
588 
     | 
    
         
             
            </dt>
         
     | 
| 
       589 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 589 
     | 
    
         
            +
            <dt id="ientry-idm45386504803088">GSF_META_NAME_SLIDE_COUNT, <a class="indexterm" href="gsf-metadata.html#GSF-META-NAME-SLIDE-COUNT:CAPS">GSF_META_NAME_SLIDE_COUNT</a>
         
     | 
| 
       590 
590 
     | 
    
         
             
            </dt>
         
     | 
| 
       591 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 591 
     | 
    
         
            +
            <dt id="ientry-idm45386504861328">GSF_META_NAME_SPREADSHEET_COUNT, <a class="indexterm" href="gsf-metadata.html#GSF-META-NAME-SPREADSHEET-COUNT:CAPS">GSF_META_NAME_SPREADSHEET_COUNT</a>
         
     | 
| 
       592 
592 
     | 
    
         
             
            </dt>
         
     | 
| 
       593 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 593 
     | 
    
         
            +
            <dt id="ientry-idm45386504919360">GSF_META_NAME_SUBJECT, <a class="indexterm" href="gsf-metadata.html#GSF-META-NAME-SUBJECT:CAPS">GSF_META_NAME_SUBJECT</a>
         
     | 
| 
       594 
594 
     | 
    
         
             
            </dt>
         
     | 
| 
       595 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 595 
     | 
    
         
            +
            <dt id="ientry-idm45386504889616">GSF_META_NAME_TABLE_COUNT, <a class="indexterm" href="gsf-metadata.html#GSF-META-NAME-TABLE-COUNT:CAPS">GSF_META_NAME_TABLE_COUNT</a>
         
     | 
| 
       596 
596 
     | 
    
         
             
            </dt>
         
     | 
| 
       597 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 597 
     | 
    
         
            +
            <dt id="ientry-idm45386504853824">GSF_META_NAME_TEMPLATE, <a class="indexterm" href="gsf-metadata.html#GSF-META-NAME-TEMPLATE:CAPS">GSF_META_NAME_TEMPLATE</a>
         
     | 
| 
       598 
598 
     | 
    
         
             
            </dt>
         
     | 
| 
       599 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 599 
     | 
    
         
            +
            <dt id="ientry-idm45386504814048">GSF_META_NAME_THUMBNAIL, <a class="indexterm" href="gsf-metadata.html#GSF-META-NAME-THUMBNAIL:CAPS">GSF_META_NAME_THUMBNAIL</a>
         
     | 
| 
       600 
600 
     | 
    
         
             
            </dt>
         
     | 
| 
       601 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 601 
     | 
    
         
            +
            <dt id="ientry-idm45386504926336">GSF_META_NAME_TITLE, <a class="indexterm" href="gsf-metadata.html#GSF-META-NAME-TITLE:CAPS">GSF_META_NAME_TITLE</a>
         
     | 
| 
       602 
602 
     | 
    
         
             
            </dt>
         
     | 
| 
       603 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 603 
     | 
    
         
            +
            <dt id="ientry-idm45386504872176">GSF_META_NAME_WORD_COUNT, <a class="indexterm" href="gsf-metadata.html#GSF-META-NAME-WORD-COUNT:CAPS">GSF_META_NAME_WORD_COUNT</a>
         
     | 
| 
       604 
604 
     | 
    
         
             
            </dt>
         
     | 
| 
       605 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 605 
     | 
    
         
            +
            <dt id="ientry-idm45386507784752">gsf_msole_codepage_to_lid, <a class="indexterm" href="gsf-MS-OLE2.html#gsf-msole-codepage-to-lid">gsf_msole_codepage_to_lid ()</a>
         
     | 
| 
       606 
606 
     | 
    
         
             
            </dt>
         
     | 
| 
       607 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 607 
     | 
    
         
            +
            <dt id="ientry-idm45386507878592">gsf_msole_iconv_open_codepages_for_export, <a class="indexterm" href="gsf-MS-OLE2.html#gsf-msole-iconv-open-codepages-for-export">gsf_msole_iconv_open_codepages_for_export ()</a>
         
     | 
| 
       608 
608 
     | 
    
         
             
            </dt>
         
     | 
| 
       609 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 609 
     | 
    
         
            +
            <dt id="ientry-idm45386507827328">gsf_msole_iconv_open_codepage_for_export, <a class="indexterm" href="gsf-MS-OLE2.html#gsf-msole-iconv-open-codepage-for-export">gsf_msole_iconv_open_codepage_for_export ()</a>
         
     | 
| 
       610 
610 
     | 
    
         
             
            </dt>
         
     | 
| 
       611 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 611 
     | 
    
         
            +
            <dt id="ientry-idm45386507857792">gsf_msole_iconv_open_codepage_for_import, <a class="indexterm" href="gsf-MS-OLE2.html#gsf-msole-iconv-open-codepage-for-import">gsf_msole_iconv_open_codepage_for_import ()</a>
         
     | 
| 
       612 
612 
     | 
    
         
             
            </dt>
         
     | 
| 
       613 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 613 
     | 
    
         
            +
            <dt id="ientry-idm45386507836000">gsf_msole_iconv_open_for_export, <a class="indexterm" href="gsf-MS-OLE2.html#gsf-msole-iconv-open-for-export">gsf_msole_iconv_open_for_export ()</a>
         
     | 
| 
       614 
614 
     | 
    
         
             
            </dt>
         
     | 
| 
       615 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 615 
     | 
    
         
            +
            <dt id="ientry-idm45386507810320">gsf_msole_iconv_open_for_import, <a class="indexterm" href="gsf-MS-OLE2.html#gsf-msole-iconv-open-for-import">gsf_msole_iconv_open_for_import ()</a>
         
     | 
| 
       616 
616 
     | 
    
         
             
            </dt>
         
     | 
| 
       617 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 617 
     | 
    
         
            +
            <dt id="ientry-idm45386507792096">gsf_msole_iconv_win_codepage, <a class="indexterm" href="gsf-MS-OLE2.html#gsf-msole-iconv-win-codepage">gsf_msole_iconv_win_codepage ()</a>
         
     | 
| 
       618 
618 
     | 
    
         
             
            </dt>
         
     | 
| 
       619 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 619 
     | 
    
         
            +
            <dt id="ientry-idm45386506218384">gsf_msole_inflate, <a class="indexterm" href="gsf-MS-OLE2.html#gsf-msole-inflate">gsf_msole_inflate ()</a>
         
     | 
| 
       620 
620 
     | 
    
         
             
            </dt>
         
     | 
| 
       621 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 621 
     | 
    
         
            +
            <dt id="ientry-idm45386506233248">gsf_msole_language_for_lid, <a class="indexterm" href="gsf-MS-OLE2.html#gsf-msole-language-for-lid">gsf_msole_language_for_lid ()</a>
         
     | 
| 
       622 
622 
     | 
    
         
             
            </dt>
         
     | 
| 
       623 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 623 
     | 
    
         
            +
            <dt id="ientry-idm45386506248672">gsf_msole_lid_for_language, <a class="indexterm" href="gsf-MS-OLE2.html#gsf-msole-lid-for-language">gsf_msole_lid_for_language ()</a>
         
     | 
| 
       624 
624 
     | 
    
         
             
            </dt>
         
     | 
| 
       625 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 625 
     | 
    
         
            +
            <dt id="ientry-idm45386507778288">gsf_msole_lid_to_codepage, <a class="indexterm" href="gsf-MS-OLE2.html#gsf-msole-lid-to-codepage">gsf_msole_lid_to_codepage ()</a>
         
     | 
| 
       626 
626 
     | 
    
         
             
            </dt>
         
     | 
| 
       627 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 627 
     | 
    
         
            +
            <dt id="ientry-idm45386506263360">gsf_msole_lid_to_codepage_str, <a class="indexterm" href="gsf-MS-OLE2.html#gsf-msole-lid-to-codepage-str">gsf_msole_lid_to_codepage_str ()</a>
         
     | 
| 
       628 
628 
     | 
    
         
             
            </dt>
         
     | 
| 
       629 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 629 
     | 
    
         
            +
            <dt id="ientry-idm45386507936208">gsf_msole_metadata_read, <a class="indexterm" href="gsf-MS-OLE2.html#gsf-msole-metadata-read">gsf_msole_metadata_read ()</a>
         
     | 
| 
       630 
630 
     | 
    
         
             
            </dt>
         
     | 
| 
       631 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 631 
     | 
    
         
            +
            <dt id="ientry-idm45386507907664">gsf_msole_metadata_write, <a class="indexterm" href="gsf-MS-OLE2.html#gsf-msole-metadata-write">gsf_msole_metadata_write ()</a>
         
     | 
| 
       632 
632 
     | 
    
         
             
            </dt>
         
     | 
| 
       633 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 633 
     | 
    
         
            +
            <dt id="ientry-idm45386509999392">gsf_odf_get_ns, <a class="indexterm" href="gsf-OASIS-Open-Document.html#gsf-odf-get-ns">gsf_odf_get_ns ()</a>
         
     | 
| 
       634 
634 
     | 
    
         
             
            </dt>
         
     | 
| 
       635 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 635 
     | 
    
         
            +
            <dt id="ientry-idm45386509995680">gsf_odf_get_version, <a class="indexterm" href="gsf-OASIS-Open-Document.html#gsf-odf-get-version">gsf_odf_get_version ()</a>
         
     | 
| 
       636 
636 
     | 
    
         
             
            </dt>
         
     | 
| 
       637 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 637 
     | 
    
         
            +
            <dt id="ientry-idm45386512033728">gsf_odf_get_version_string, <a class="indexterm" href="gsf-OASIS-Open-Document.html#gsf-odf-get-version-string">gsf_odf_get_version_string ()</a>
         
     | 
| 
       638 
638 
     | 
    
         
             
            </dt>
         
     | 
| 
       639 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 639 
     | 
    
         
            +
            <dt id="ientry-idm45386508584736">gsf_odf_out_get_version, <a class="indexterm" href="gsf-OASIS-Open-Document.html#gsf-odf-out-get-version">gsf_odf_out_get_version ()</a>
         
     | 
| 
       640 
640 
     | 
    
         
             
            </dt>
         
     | 
| 
       641 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 641 
     | 
    
         
            +
            <dt id="ientry-idm45386508578304">gsf_odf_out_get_version_string, <a class="indexterm" href="gsf-OASIS-Open-Document.html#gsf-odf-out-get-version-string">gsf_odf_out_get_version_string ()</a>
         
     | 
| 
       642 
642 
     | 
    
         
             
            </dt>
         
     | 
| 
       643 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 643 
     | 
    
         
            +
            <dt id="ientry-idm45386502142816">gsf_off_t, <a class="indexterm" href="gsf-utils.html#gsf-off-t">gsf_off_t</a>
         
     | 
| 
       644 
644 
     | 
    
         
             
            </dt>
         
     | 
| 
       645 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 645 
     | 
    
         
            +
            <dt id="ientry-idm45386502148096">GSF_OFF_T_FORMAT, <a class="indexterm" href="gsf-utils.html#GSF-OFF-T-FORMAT:CAPS">GSF_OFF_T_FORMAT</a>
         
     | 
| 
       646 
646 
     | 
    
         
             
            </dt>
         
     | 
| 
       647 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 647 
     | 
    
         
            +
            <dt id="ientry-idm45386511081104">gsf_opendoc_metadata_read, <a class="indexterm" href="gsf-OASIS-Open-Document.html#gsf-opendoc-metadata-read">gsf_opendoc_metadata_read ()</a>
         
     | 
| 
       648 
648 
     | 
    
         
             
            </dt>
         
     | 
| 
       649 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 649 
     | 
    
         
            +
            <dt id="ientry-idm45386515910864">gsf_opendoc_metadata_subtree, <a class="indexterm" href="gsf-OASIS-Open-Document.html#gsf-opendoc-metadata-subtree">gsf_opendoc_metadata_subtree ()</a>
         
     | 
| 
       650 
650 
     | 
    
         
             
            </dt>
         
     | 
| 
       651 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 651 
     | 
    
         
            +
            <dt id="ientry-idm45386508536448">gsf_opendoc_metadata_write, <a class="indexterm" href="gsf-OASIS-Open-Document.html#gsf-opendoc-metadata-write">gsf_opendoc_metadata_write ()</a>
         
     | 
| 
       652 
652 
     | 
    
         
             
            </dt>
         
     | 
| 
       653 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 653 
     | 
    
         
            +
            <dt id="ientry-idm45386508005584">gsf_outfile_msole_new, <a class="indexterm" href="gsf-MS-OLE2.html#gsf-outfile-msole-new">gsf_outfile_msole_new ()</a>
         
     | 
| 
       654 
654 
     | 
    
         
             
            </dt>
         
     | 
| 
       655 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 655 
     | 
    
         
            +
            <dt id="ientry-idm45386507987200">gsf_outfile_msole_new_full, <a class="indexterm" href="gsf-MS-OLE2.html#gsf-outfile-msole-new-full">gsf_outfile_msole_new_full ()</a>
         
     | 
| 
       656 
656 
     | 
    
         
             
            </dt>
         
     | 
| 
       657 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 657 
     | 
    
         
            +
            <dt id="ientry-idm45386507961008">gsf_outfile_msole_set_class_id, <a class="indexterm" href="gsf-MS-OLE2.html#gsf-outfile-msole-set-class-id">gsf_outfile_msole_set_class_id ()</a>
         
     | 
| 
       658 
658 
     | 
    
         
             
            </dt>
         
     | 
| 
       659 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 659 
     | 
    
         
            +
            <dt id="ientry-idm45386515871728">gsf_outfile_new_child, <a class="indexterm" href="gsf-Outfile-writing-structed-files.html#gsf-outfile-new-child">gsf_outfile_new_child ()</a>
         
     | 
| 
       660 
660 
     | 
    
         
             
            </dt>
         
     | 
| 
       661 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 661 
     | 
    
         
            +
            <dt id="ientry-idm45386516636560">gsf_outfile_new_child_full, <a class="indexterm" href="gsf-Outfile-writing-structed-files.html#gsf-outfile-new-child-full">gsf_outfile_new_child_full ()</a>
         
     | 
| 
       662 
662 
     | 
    
         
             
            </dt>
         
     | 
| 
       663 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 663 
     | 
    
         
            +
            <dt id="ientry-idm45386512939040">gsf_outfile_new_child_varg, <a class="indexterm" href="gsf-Outfile-writing-structed-files.html#gsf-outfile-new-child-varg">gsf_outfile_new_child_varg ()</a>
         
     | 
| 
       664 
664 
     | 
    
         
             
            </dt>
         
     | 
| 
       665 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 665 
     | 
    
         
            +
            <dt id="ientry-idm45386510909520">gsf_outfile_stdio_new, <a class="indexterm" href="gsf-Reading-and-Writing-from-local-files-and-directories.html#gsf-outfile-stdio-new">gsf_outfile_stdio_new ()</a>
         
     | 
| 
       666 
666 
     | 
    
         
             
            </dt>
         
     | 
| 
       667 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 667 
     | 
    
         
            +
            <dt id="ientry-idm45386510886720">gsf_outfile_stdio_new_full, <a class="indexterm" href="gsf-Reading-and-Writing-from-local-files-and-directories.html#gsf-outfile-stdio-new-full">gsf_outfile_stdio_new_full ()</a>
         
     | 
| 
       668 
668 
     | 
    
         
             
            </dt>
         
     | 
| 
       669 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 669 
     | 
    
         
            +
            <dt id="ientry-idm45386510854304">gsf_outfile_stdio_new_valist, <a class="indexterm" href="gsf-Reading-and-Writing-from-local-files-and-directories.html#gsf-outfile-stdio-new-valist">gsf_outfile_stdio_new_valist ()</a>
         
     | 
| 
       670 
670 
     | 
    
         
             
            </dt>
         
     | 
| 
       671 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 671 
     | 
    
         
            +
            <dt id="ientry-idm45386516350480">gsf_outfile_zip_new, <a class="indexterm" href="gsf-Zip.html#gsf-outfile-zip-new">gsf_outfile_zip_new ()</a>
         
     | 
| 
       672 
672 
     | 
    
         
             
            </dt>
         
     | 
| 
       673 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 673 
     | 
    
         
            +
            <dt id="ientry-idm45386509770640">gsf_outfile_zip_set_compression_method, <a class="indexterm" href="gsf-Zip.html#gsf-outfile-zip-set-compression-method">gsf_outfile_zip_set_compression_method ()</a>
         
     | 
| 
       674 
674 
     | 
    
         
             
            </dt>
         
     | 
| 
       675 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 675 
     | 
    
         
            +
            <dt id="ientry-idm45386507334000">gsf_output_bzip_new, <a class="indexterm" href="gsf-Compression.html#gsf-output-bzip-new">gsf_output_bzip_new ()</a>
         
     | 
| 
       676 
676 
     | 
    
         
             
            </dt>
         
     | 
| 
       677 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 677 
     | 
    
         
            +
            <dt id="ientry-idm45386514008944">gsf_output_close, <a class="indexterm" href="gsf-Output-to-unstructured-files.html#gsf-output-close">gsf_output_close ()</a>
         
     | 
| 
       678 
678 
     | 
    
         
             
            </dt>
         
     | 
| 
       679 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 679 
     | 
    
         
            +
            <dt id="ientry-idm45386511390016">gsf_output_container, <a class="indexterm" href="gsf-Output-to-unstructured-files.html#gsf-output-container">gsf_output_container ()</a>
         
     | 
| 
       680 
680 
     | 
    
         
             
            </dt>
         
     | 
| 
       681 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 681 
     | 
    
         
            +
            <dt id="ientry-idm45386509652688">gsf_output_csv_write_eol, <a class="indexterm" href="gsf-Text.html#gsf-output-csv-write-eol">gsf_output_csv_write_eol ()</a>
         
     | 
| 
       682 
682 
     | 
    
         
             
            </dt>
         
     | 
| 
       683 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 683 
     | 
    
         
            +
            <dt id="ientry-idm45386509646224">gsf_output_csv_write_field, <a class="indexterm" href="gsf-Text.html#gsf-output-csv-write-field">gsf_output_csv_write_field ()</a>
         
     | 
| 
       684 
684 
     | 
    
         
             
            </dt>
         
     | 
| 
       685 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 685 
     | 
    
         
            +
            <dt id="ientry-idm45386509979984">gsf_output_error, <a class="indexterm" href="gsf-Output-to-unstructured-files.html#gsf-output-error">gsf_output_error ()</a>
         
     | 
| 
       686 
686 
     | 
    
         
             
            </dt>
         
     | 
| 
       687 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 687 
     | 
    
         
            +
            <dt id="ientry-idm45386511338128">gsf_output_error_id, <a class="indexterm" href="gsf-Output-to-unstructured-files.html#gsf-output-error-id">gsf_output_error_id ()</a>
         
     | 
| 
       688 
688 
     | 
    
         
             
            </dt>
         
     | 
| 
       689 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 689 
     | 
    
         
            +
            <dt id="ientry-idm45386511035888">gsf_output_gio_new, <a class="indexterm" href="gsf-GIO.html#gsf-output-gio-new">gsf_output_gio_new ()</a>
         
     | 
| 
       690 
690 
     | 
    
         
             
            </dt>
         
     | 
| 
       691 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 691 
     | 
    
         
            +
            <dt id="ientry-idm45386515608912">gsf_output_gio_new_for_path, <a class="indexterm" href="gsf-GIO.html#gsf-output-gio-new-for-path">gsf_output_gio_new_for_path ()</a>
         
     | 
| 
       692 
692 
     | 
    
         
             
            </dt>
         
     | 
| 
       693 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 693 
     | 
    
         
            +
            <dt id="ientry-idm45386510668288">gsf_output_gio_new_for_uri, <a class="indexterm" href="gsf-GIO.html#gsf-output-gio-new-for-uri">gsf_output_gio_new_for_uri ()</a>
         
     | 
| 
       694 
694 
     | 
    
         
             
            </dt>
         
     | 
| 
       695 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 695 
     | 
    
         
            +
            <dt id="ientry-idm45386510688896">gsf_output_gzip_new, <a class="indexterm" href="gsf-Compression.html#gsf-output-gzip-new">gsf_output_gzip_new ()</a>
         
     | 
| 
       696 
696 
     | 
    
         
             
            </dt>
         
     | 
| 
       697 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 697 
     | 
    
         
            +
            <dt id="ientry-idm45386509678816">gsf_output_iconv_new, <a class="indexterm" href="gsf-Text.html#gsf-output-iconv-new">gsf_output_iconv_new ()</a>
         
     | 
| 
       698 
698 
     | 
    
         
             
            </dt>
         
     | 
| 
       699 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 699 
     | 
    
         
            +
            <dt id="ientry-idm45386512449472">gsf_output_iochannel_new, <a class="indexterm" href="gsf-GIOChannel.html#gsf-output-iochannel-new">gsf_output_iochannel_new ()</a>
         
     | 
| 
       700 
700 
     | 
    
         
             
            </dt>
         
     | 
| 
       701 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 701 
     | 
    
         
            +
            <dt id="ientry-idm45386509971376">gsf_output_is_closed, <a class="indexterm" href="gsf-Output-to-unstructured-files.html#gsf-output-is-closed">gsf_output_is_closed ()</a>
         
     | 
| 
       702 
702 
     | 
    
         
             
            </dt>
         
     | 
| 
       703 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 703 
     | 
    
         
            +
            <dt id="ientry-idm45386510456240">gsf_output_memory_get_bytes, <a class="indexterm" href="gsf-memory.html#gsf-output-memory-get-bytes">gsf_output_memory_get_bytes ()</a>
         
     | 
| 
       704 
704 
     | 
    
         
             
            </dt>
         
     | 
| 
       705 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 705 
     | 
    
         
            +
            <dt id="ientry-idm45386510642496">gsf_output_memory_new, <a class="indexterm" href="gsf-memory.html#gsf-output-memory-new">gsf_output_memory_new ()</a>
         
     | 
| 
       706 
706 
     | 
    
         
             
            </dt>
         
     | 
| 
       707 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 707 
     | 
    
         
            +
            <dt id="ientry-idm45386511378976">gsf_output_name, <a class="indexterm" href="gsf-Output-to-unstructured-files.html#gsf-output-name">gsf_output_name ()</a>
         
     | 
| 
       708 
708 
     | 
    
         
             
            </dt>
         
     | 
| 
       709 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 709 
     | 
    
         
            +
            <dt id="ientry-idm45386511449536">gsf_output_printf, <a class="indexterm" href="gsf-Output-to-unstructured-files.html#gsf-output-printf">gsf_output_printf ()</a>
         
     | 
| 
       710 
710 
     | 
    
         
             
            </dt>
         
     | 
| 
       711 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 711 
     | 
    
         
            +
            <dt id="ientry-idm45386511472672">gsf_output_puts, <a class="indexterm" href="gsf-Output-to-unstructured-files.html#gsf-output-puts">gsf_output_puts ()</a>
         
     | 
| 
       712 
712 
     | 
    
         
             
            </dt>
         
     | 
| 
       713 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 713 
     | 
    
         
            +
            <dt id="ientry-idm45386511533664">gsf_output_seek, <a class="indexterm" href="gsf-Output-to-unstructured-files.html#gsf-output-seek">gsf_output_seek ()</a>
         
     | 
| 
       714 
714 
     | 
    
         
             
            </dt>
         
     | 
| 
       715 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 715 
     | 
    
         
            +
            <dt id="ientry-idm45386511332304">gsf_output_set_error, <a class="indexterm" href="gsf-Output-to-unstructured-files.html#gsf-output-set-error">gsf_output_set_error ()</a>
         
     | 
| 
       716 
716 
     | 
    
         
             
            </dt>
         
     | 
| 
       717 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 717 
     | 
    
         
            +
            <dt id="ientry-idm45386511359296">gsf_output_set_name_from_filename, <a class="indexterm" href="gsf-Output-to-unstructured-files.html#gsf-output-set-name-from-filename">gsf_output_set_name_from_filename ()</a>
         
     | 
| 
       718 
718 
     | 
    
         
             
            </dt>
         
     | 
| 
       719 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 719 
     | 
    
         
            +
            <dt id="ientry-idm45386515299360">gsf_output_size, <a class="indexterm" href="gsf-Output-to-unstructured-files.html#gsf-output-size">gsf_output_size ()</a>
         
     | 
| 
       720 
720 
     | 
    
         
             
            </dt>
         
     | 
| 
       721 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 721 
     | 
    
         
            +
            <dt id="ientry-idm45386516733664">gsf_output_stdio_new, <a class="indexterm" href="gsf-Reading-and-Writing-from-local-files-and-directories.html#gsf-output-stdio-new">gsf_output_stdio_new ()</a>
         
     | 
| 
       722 
722 
     | 
    
         
             
            </dt>
         
     | 
| 
       723 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 723 
     | 
    
         
            +
            <dt id="ientry-idm45386510941696">gsf_output_stdio_new_FILE, <a class="indexterm" href="gsf-Reading-and-Writing-from-local-files-and-directories.html#gsf-output-stdio-new-FILE">gsf_output_stdio_new_FILE ()</a>
         
     | 
| 
       724 
724 
     | 
    
         
             
            </dt>
         
     | 
| 
       725 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 725 
     | 
    
         
            +
            <dt id="ientry-idm45386516829536">gsf_output_stdio_new_full, <a class="indexterm" href="gsf-Reading-and-Writing-from-local-files-and-directories.html#gsf-output-stdio-new-full">gsf_output_stdio_new_full ()</a>
         
     | 
| 
       726 
726 
     | 
    
         
             
            </dt>
         
     | 
| 
       727 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 727 
     | 
    
         
            +
            <dt id="ientry-idm45386510418016">gsf_output_stdio_new_valist, <a class="indexterm" href="gsf-Reading-and-Writing-from-local-files-and-directories.html#gsf-output-stdio-new-valist">gsf_output_stdio_new_valist ()</a>
         
     | 
| 
       728 
728 
     | 
    
         
             
            </dt>
         
     | 
| 
       729 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 729 
     | 
    
         
            +
            <dt id="ientry-idm45386513119232">gsf_output_tell, <a class="indexterm" href="gsf-Output-to-unstructured-files.html#gsf-output-tell">gsf_output_tell ()</a>
         
     | 
| 
       730 
730 
     | 
    
         
             
            </dt>
         
     | 
| 
       731 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 731 
     | 
    
         
            +
            <dt id="ientry-idm45386509946992">gsf_output_unwrap, <a class="indexterm" href="gsf-Output-to-unstructured-files.html#gsf-output-unwrap">gsf_output_unwrap ()</a>
         
     | 
| 
       732 
732 
     | 
    
         
             
            </dt>
         
     | 
| 
       733 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 733 
     | 
    
         
            +
            <dt id="ientry-idm45386511418912">gsf_output_vprintf, <a class="indexterm" href="gsf-Output-to-unstructured-files.html#gsf-output-vprintf">gsf_output_vprintf ()</a>
         
     | 
| 
       734 
734 
     | 
    
         
             
            </dt>
         
     | 
| 
       735 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 735 
     | 
    
         
            +
            <dt id="ientry-idm45386509955712">gsf_output_wrap, <a class="indexterm" href="gsf-Output-to-unstructured-files.html#gsf-output-wrap">gsf_output_wrap ()</a>
         
     | 
| 
       736 
736 
     | 
    
         
             
            </dt>
         
     | 
| 
       737 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 737 
     | 
    
         
            +
            <dt id="ientry-idm45386511501712">gsf_output_write, <a class="indexterm" href="gsf-Output-to-unstructured-files.html#gsf-output-write">gsf_output_write ()</a>
         
     | 
| 
       738 
738 
     | 
    
         
             
            </dt>
         
     | 
| 
       739 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 739 
     | 
    
         
            +
            <dt id="ientry-idm45386502172672">GSF_PARAM_STATIC, <a class="indexterm" href="gsf-utils.html#GSF-PARAM-STATIC:CAPS">GSF_PARAM_STATIC</a>
         
     | 
| 
       740 
740 
     | 
    
         
             
            </dt>
         
     | 
| 
       741 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 741 
     | 
    
         
            +
            <dt id="ientry-idm45386502243872">gsf_property_settings_collect, <a class="indexterm" href="gsf-utils.html#gsf-property-settings-collect">gsf_property_settings_collect ()</a>
         
     | 
| 
       742 
742 
     | 
    
         
             
            </dt>
         
     | 
| 
       743 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 743 
     | 
    
         
            +
            <dt id="ientry-idm45386502231344">gsf_property_settings_collect_valist, <a class="indexterm" href="gsf-utils.html#gsf-property-settings-collect-valist">gsf_property_settings_collect_valist ()</a>
         
     | 
| 
       744 
744 
     | 
    
         
             
            </dt>
         
     | 
| 
       745 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 745 
     | 
    
         
            +
            <dt id="ientry-idm45386502196256">gsf_property_settings_free, <a class="indexterm" href="gsf-utils.html#gsf-property-settings-free">gsf_property_settings_free ()</a>
         
     | 
| 
       746 
746 
     | 
    
         
             
            </dt>
         
     | 
| 
       747 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 747 
     | 
    
         
            +
            <dt id="ientry-idm45386505832800">gsf_shutdown, <a class="indexterm" href="gsf-utils.html#gsf-shutdown">gsf_shutdown ()</a>
         
     | 
| 
       748 
748 
     | 
    
         
             
            </dt>
         
     | 
| 
       749 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 749 
     | 
    
         
            +
            <dt id="ientry-idm45386505811120">gsf_shutdown_dynamic, <a class="indexterm" href="gsf-utils.html#gsf-shutdown-dynamic">gsf_shutdown_dynamic ()</a>
         
     | 
| 
       750 
750 
     | 
    
         
             
            </dt>
         
     | 
| 
       751 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 751 
     | 
    
         
            +
            <dt id="ientry-idm45386502440064">gsf_timestamp_as_string, <a class="indexterm" href="gsf-utils.html#gsf-timestamp-as-string">gsf_timestamp_as_string ()</a>
         
     | 
| 
       752 
752 
     | 
    
         
             
            </dt>
         
     | 
| 
       753 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 753 
     | 
    
         
            +
            <dt id="ientry-idm45386502467680">gsf_timestamp_copy, <a class="indexterm" href="gsf-utils.html#gsf-timestamp-copy">gsf_timestamp_copy ()</a>
         
     | 
| 
       754 
754 
     | 
    
         
             
            </dt>
         
     | 
| 
       755 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 755 
     | 
    
         
            +
            <dt id="ientry-idm45386502368944">gsf_timestamp_equal, <a class="indexterm" href="gsf-utils.html#gsf-timestamp-equal">gsf_timestamp_equal ()</a>
         
     | 
| 
       756 
756 
     | 
    
         
             
            </dt>
         
     | 
| 
       757 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 757 
     | 
    
         
            +
            <dt id="ientry-idm45386502453120">gsf_timestamp_free, <a class="indexterm" href="gsf-utils.html#gsf-timestamp-free">gsf_timestamp_free ()</a>
         
     | 
| 
       758 
758 
     | 
    
         
             
            </dt>
         
     | 
| 
       759 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 759 
     | 
    
         
            +
            <dt id="ientry-idm45386502401600">gsf_timestamp_from_string, <a class="indexterm" href="gsf-utils.html#gsf-timestamp-from-string">gsf_timestamp_from_string ()</a>
         
     | 
| 
       760 
760 
     | 
    
         
             
            </dt>
         
     | 
| 
       761 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 761 
     | 
    
         
            +
            <dt id="ientry-idm45386502375632">gsf_timestamp_hash, <a class="indexterm" href="gsf-utils.html#gsf-timestamp-hash">gsf_timestamp_hash ()</a>
         
     | 
| 
       762 
762 
     | 
    
         
             
            </dt>
         
     | 
| 
       763 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 763 
     | 
    
         
            +
            <dt id="ientry-idm45386502423024">gsf_timestamp_load_from_string, <a class="indexterm" href="gsf-utils.html#gsf-timestamp-load-from-string">gsf_timestamp_load_from_string ()</a>
         
     | 
| 
       764 
764 
     | 
    
         
             
            </dt>
         
     | 
| 
       765 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 765 
     | 
    
         
            +
            <dt id="ientry-idm45386502479152">gsf_timestamp_new, <a class="indexterm" href="gsf-utils.html#gsf-timestamp-new">gsf_timestamp_new ()</a>
         
     | 
| 
       766 
766 
     | 
    
         
             
            </dt>
         
     | 
| 
       767 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 767 
     | 
    
         
            +
            <dt id="ientry-idm45386502295472">gsf_timestamp_parse, <a class="indexterm" href="gsf-utils.html#gsf-timestamp-parse">gsf_timestamp_parse ()</a>
         
     | 
| 
       768 
768 
     | 
    
         
             
            </dt>
         
     | 
| 
       769 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 769 
     | 
    
         
            +
            <dt id="ientry-idm45386502474288">gsf_timestamp_set_time, <a class="indexterm" href="gsf-utils.html#gsf-timestamp-set-time">gsf_timestamp_set_time ()</a>
         
     | 
| 
       770 
770 
     | 
    
         
             
            </dt>
         
     | 
| 
       771 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 771 
     | 
    
         
            +
            <dt id="ientry-idm45386502344624">gsf_timestamp_to_value, <a class="indexterm" href="gsf-utils.html#gsf-timestamp-to-value">gsf_timestamp_to_value ()</a>
         
     | 
| 
       772 
772 
     | 
    
         
             
            </dt>
         
     | 
| 
       773 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 773 
     | 
    
         
            +
            <dt id="ientry-idm45386504961584">gsf_value_get_docprop_varray, <a class="indexterm" href="gsf-metadata.html#gsf-value-get-docprop-varray">gsf_value_get_docprop_varray ()</a>
         
     | 
| 
       774 
774 
     | 
    
         
             
            </dt>
         
     | 
| 
       775 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 775 
     | 
    
         
            +
            <dt id="ientry-idm45386504956224">gsf_value_get_docprop_vector, <a class="indexterm" href="gsf-metadata.html#gsf-value-get-docprop-vector">gsf_value_get_docprop_vector ()</a>
         
     | 
| 
       776 
776 
     | 
    
         
             
            </dt>
         
     | 
| 
       777 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 777 
     | 
    
         
            +
            <dt id="ientry-idm45386502323120">gsf_value_set_timestamp, <a class="indexterm" href="gsf-utils.html#gsf-value-set-timestamp">gsf_value_set_timestamp ()</a>
         
     | 
| 
       778 
778 
     | 
    
         
             
            </dt>
         
     | 
| 
       779 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 779 
     | 
    
         
            +
            <dt id="ientry-idm45386506710912">gsf_xmlDocFormatDump, <a class="indexterm" href="gsf-XML-and-libxml.html#gsf-xmlDocFormatDump">gsf_xmlDocFormatDump ()</a>
         
     | 
| 
       780 
780 
     | 
    
         
             
            </dt>
         
     | 
| 
       781 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 781 
     | 
    
         
            +
            <dt id="ientry-idm45386506740000">gsf_xml_gvalue_from_str, <a class="indexterm" href="gsf-XML-and-libxml.html#gsf-xml-gvalue-from-str">gsf_xml_gvalue_from_str ()</a>
         
     | 
| 
       782 
782 
     | 
    
         
             
            </dt>
         
     | 
| 
       783 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 783 
     | 
    
         
            +
            <dt id="ientry-idm45386507311120">gsf_xml_in_check_ns, <a class="indexterm" href="gsf-XML-and-libxml.html#gsf-xml-in-check-ns">gsf_xml_in_check_ns ()</a>
         
     | 
| 
       784 
784 
     | 
    
         
             
            </dt>
         
     | 
| 
       785 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 785 
     | 
    
         
            +
            <dt id="ientry-idm45386509211584">gsf_xml_in_doc_add_nodes, <a class="indexterm" href="gsf-XML-and-libxml.html#gsf-xml-in-doc-add-nodes">gsf_xml_in_doc_add_nodes ()</a>
         
     | 
| 
       786 
786 
     | 
    
         
             
            </dt>
         
     | 
| 
       787 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 787 
     | 
    
         
            +
            <dt id="ientry-idm45386509226592">gsf_xml_in_doc_free, <a class="indexterm" href="gsf-XML-and-libxml.html#gsf-xml-in-doc-free">gsf_xml_in_doc_free ()</a>
         
     | 
| 
       788 
788 
     | 
    
         
             
            </dt>
         
     | 
| 
       789 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 789 
     | 
    
         
            +
            <dt id="ientry-idm45386509252080">gsf_xml_in_doc_new, <a class="indexterm" href="gsf-XML-and-libxml.html#gsf-xml-in-doc-new">gsf_xml_in_doc_new ()</a>
         
     | 
| 
       790 
790 
     | 
    
         
             
            </dt>
         
     | 
| 
       791 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 791 
     | 
    
         
            +
            <dt id="ientry-idm45386509190176">gsf_xml_in_doc_parse, <a class="indexterm" href="gsf-XML-and-libxml.html#gsf-xml-in-doc-parse">gsf_xml_in_doc_parse ()</a>
         
     | 
| 
       792 
792 
     | 
    
         
             
            </dt>
         
     | 
| 
       793 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 793 
     | 
    
         
            +
            <dt id="ientry-idm45386509162272">gsf_xml_in_doc_set_unknown_handler, <a class="indexterm" href="gsf-XML-and-libxml.html#gsf-xml-in-doc-set-unknown-handler">gsf_xml_in_doc_set_unknown_handler ()</a>
         
     | 
| 
       794 
794 
     | 
    
         
             
            </dt>
         
     | 
| 
       795 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 795 
     | 
    
         
            +
            <dt id="ientry-idm45386507285184">gsf_xml_in_get_input, <a class="indexterm" href="gsf-XML-and-libxml.html#gsf-xml-in-get-input">gsf_xml_in_get_input ()</a>
         
     | 
| 
       796 
796 
     | 
    
         
             
            </dt>
         
     | 
| 
       797 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 797 
     | 
    
         
            +
            <dt id="ientry-idm45386509107952">gsf_xml_in_namecmp, <a class="indexterm" href="gsf-XML-and-libxml.html#gsf-xml-in-namecmp">gsf_xml_in_namecmp ()</a>
         
     | 
| 
       798 
798 
     | 
    
         
             
            </dt>
         
     | 
| 
       799 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 799 
     | 
    
         
            +
            <dt id="ientry-idm45386509260400">GSF_XML_IN_NODE, <a class="indexterm" href="gsf-XML-and-libxml.html#GSF-XML-IN-NODE:CAPS">GSF_XML_IN_NODE()</a>
         
     | 
| 
       800 
800 
     | 
    
         
             
            </dt>
         
     | 
| 
       801 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 801 
     | 
    
         
            +
            <dt id="ientry-idm45386506547728">GSF_XML_IN_NODE_END, <a class="indexterm" href="gsf-XML-and-libxml.html#GSF-XML-IN-NODE-END:CAPS">GSF_XML_IN_NODE_END</a>
         
     | 
| 
       802 
802 
     | 
    
         
             
            </dt>
         
     | 
| 
       803 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 803 
     | 
    
         
            +
            <dt id="ientry-idm45386509264704">GSF_XML_IN_NODE_FULL, <a class="indexterm" href="gsf-XML-and-libxml.html#GSF-XML-IN-NODE-FULL:CAPS">GSF_XML_IN_NODE_FULL()</a>
         
     | 
| 
       804 
804 
     | 
    
         
             
            </dt>
         
     | 
| 
       805 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 805 
     | 
    
         
            +
            <dt id="ientry-idm45386509256240">GSF_XML_IN_NS, <a class="indexterm" href="gsf-XML-and-libxml.html#GSF-XML-IN-NS:CAPS">GSF_XML_IN_NS()</a>
         
     | 
| 
       806 
806 
     | 
    
         
             
            </dt>
         
     | 
| 
       807 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 807 
     | 
    
         
            +
            <dt id="ientry-idm45386506543296">GSF_XML_IN_NS_END, <a class="indexterm" href="gsf-XML-and-libxml.html#GSF-XML-IN-NS-END:CAPS">GSF_XML_IN_NS_END</a>
         
     | 
| 
       808 
808 
     | 
    
         
             
            </dt>
         
     | 
| 
       809 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 809 
     | 
    
         
            +
            <dt id="ientry-idm45386509141680">gsf_xml_in_push_state, <a class="indexterm" href="gsf-XML-and-libxml.html#gsf-xml-in-push-state">gsf_xml_in_push_state ()</a>
         
     | 
| 
       810 
810 
     | 
    
         
             
            </dt>
         
     | 
| 
       811 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 811 
     | 
    
         
            +
            <dt id="ientry-idm45386506942640">gsf_xml_out_add_base64, <a class="indexterm" href="gsf-XML-and-libxml.html#gsf-xml-out-add-base64">gsf_xml_out_add_base64 ()</a>
         
     | 
| 
       812 
812 
     | 
    
         
             
            </dt>
         
     | 
| 
       813 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 813 
     | 
    
         
            +
            <dt id="ientry-idm45386507117872">gsf_xml_out_add_bool, <a class="indexterm" href="gsf-XML-and-libxml.html#gsf-xml-out-add-bool">gsf_xml_out_add_bool ()</a>
         
     | 
| 
       814 
814 
     | 
    
         
             
            </dt>
         
     | 
| 
       815 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 815 
     | 
    
         
            +
            <dt id="ientry-idm45386506980128">gsf_xml_out_add_color, <a class="indexterm" href="gsf-XML-and-libxml.html#gsf-xml-out-add-color">gsf_xml_out_add_color ()</a>
         
     | 
| 
       816 
816 
     | 
    
         
             
            </dt>
         
     | 
| 
       817 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 817 
     | 
    
         
            +
            <dt id="ientry-idm45386507168640">gsf_xml_out_add_cstr, <a class="indexterm" href="gsf-XML-and-libxml.html#gsf-xml-out-add-cstr">gsf_xml_out_add_cstr ()</a>
         
     | 
| 
       818 
818 
     | 
    
         
             
            </dt>
         
     | 
| 
       819 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 819 
     | 
    
         
            +
            <dt id="ientry-idm45386507143344">gsf_xml_out_add_cstr_unchecked, <a class="indexterm" href="gsf-XML-and-libxml.html#gsf-xml-out-add-cstr-unchecked">gsf_xml_out_add_cstr_unchecked ()</a>
         
     | 
| 
       820 
820 
     | 
    
         
             
            </dt>
         
     | 
| 
       821 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 821 
     | 
    
         
            +
            <dt id="ientry-idm45386507011968">gsf_xml_out_add_enum, <a class="indexterm" href="gsf-XML-and-libxml.html#gsf-xml-out-add-enum">gsf_xml_out_add_enum ()</a>
         
     | 
| 
       822 
822 
     | 
    
         
             
            </dt>
         
     | 
| 
       823 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 823 
     | 
    
         
            +
            <dt id="ientry-idm45386507044208">gsf_xml_out_add_float, <a class="indexterm" href="gsf-XML-and-libxml.html#gsf-xml-out-add-float">gsf_xml_out_add_float ()</a>
         
     | 
| 
       824 
824 
     | 
    
         
             
            </dt>
         
     | 
| 
       825 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 825 
     | 
    
         
            +
            <dt id="ientry-idm45386506910368">gsf_xml_out_add_gvalue, <a class="indexterm" href="gsf-XML-and-libxml.html#gsf-xml-out-add-gvalue">gsf_xml_out_add_gvalue ()</a>
         
     | 
| 
       826 
826 
     | 
    
         
             
            </dt>
         
     | 
| 
       827 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 827 
     | 
    
         
            +
            <dt id="ientry-idm45386507095072">gsf_xml_out_add_int, <a class="indexterm" href="gsf-XML-and-libxml.html#gsf-xml-out-add-int">gsf_xml_out_add_int ()</a>
         
     | 
| 
       828 
828 
     | 
    
         
             
            </dt>
         
     | 
| 
       829 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 829 
     | 
    
         
            +
            <dt id="ientry-idm45386507071744">gsf_xml_out_add_uint, <a class="indexterm" href="gsf-XML-and-libxml.html#gsf-xml-out-add-uint">gsf_xml_out_add_uint ()</a>
         
     | 
| 
       830 
830 
     | 
    
         
             
            </dt>
         
     | 
| 
       831 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 831 
     | 
    
         
            +
            <dt id="ientry-idm45386507184208">gsf_xml_out_end_element, <a class="indexterm" href="gsf-XML-and-libxml.html#gsf-xml-out-end-element">gsf_xml_out_end_element ()</a>
         
     | 
| 
       832 
832 
     | 
    
         
             
            </dt>
         
     | 
| 
       833 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 833 
     | 
    
         
            +
            <dt id="ientry-idm45386507219200">gsf_xml_out_get_output, <a class="indexterm" href="gsf-XML-and-libxml.html#gsf-xml-out-get-output">gsf_xml_out_get_output ()</a>
         
     | 
| 
       834 
834 
     | 
    
         
             
            </dt>
         
     | 
| 
       835 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 835 
     | 
    
         
            +
            <dt id="ientry-idm45386507250560">gsf_xml_out_new, <a class="indexterm" href="gsf-XML-and-libxml.html#gsf-xml-out-new">gsf_xml_out_new ()</a>
         
     | 
| 
       836 
836 
     | 
    
         
             
            </dt>
         
     | 
| 
       837 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 837 
     | 
    
         
            +
            <dt id="ientry-idm45386507235504">gsf_xml_out_set_doc_type, <a class="indexterm" href="gsf-XML-and-libxml.html#gsf-xml-out-set-doc-type">gsf_xml_out_set_doc_type ()</a>
         
     | 
| 
       838 
838 
     | 
    
         
             
            </dt>
         
     | 
| 
       839 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 839 
     | 
    
         
            +
            <dt id="ientry-idm45386506883328">gsf_xml_out_simple_element, <a class="indexterm" href="gsf-XML-and-libxml.html#gsf-xml-out-simple-element">gsf_xml_out_simple_element ()</a>
         
     | 
| 
       840 
840 
     | 
    
         
             
            </dt>
         
     | 
| 
       841 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 841 
     | 
    
         
            +
            <dt id="ientry-idm45386506858160">gsf_xml_out_simple_float_element, <a class="indexterm" href="gsf-XML-and-libxml.html#gsf-xml-out-simple-float-element">gsf_xml_out_simple_float_element ()</a>
         
     | 
| 
       842 
842 
     | 
    
         
             
            </dt>
         
     | 
| 
       843 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 843 
     | 
    
         
            +
            <dt id="ientry-idm45386506828096">gsf_xml_out_simple_int_element, <a class="indexterm" href="gsf-XML-and-libxml.html#gsf-xml-out-simple-int-element">gsf_xml_out_simple_int_element ()</a>
         
     | 
| 
       844 
844 
     | 
    
         
             
            </dt>
         
     | 
| 
       845 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 845 
     | 
    
         
            +
            <dt id="ientry-idm45386507201136">gsf_xml_out_start_element, <a class="indexterm" href="gsf-XML-and-libxml.html#gsf-xml-out-start-element">gsf_xml_out_start_element ()</a>
         
     | 
| 
       846 
846 
     | 
    
         
             
            </dt>
         
     | 
| 
       847 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 847 
     | 
    
         
            +
            <dt id="ientry-idm45386506762880">gsf_xml_parser_context, <a class="indexterm" href="gsf-XML-and-libxml.html#gsf-xml-parser-context">gsf_xml_parser_context ()</a>
         
     | 
| 
       848 
848 
     | 
    
         
             
            </dt>
         
     | 
| 
       849 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 849 
     | 
    
         
            +
            <dt id="ientry-idm45386507269616">gsf_xml_probe, <a class="indexterm" href="gsf-XML-and-libxml.html#gsf-xml-probe">gsf_xml_probe ()</a>
         
     | 
| 
       850 
850 
     | 
    
         
             
            </dt>
         
     | 
| 
       851 
851 
     | 
    
         
             
            </dl>
         
     | 
| 
       852 
852 
     | 
    
         
             
            </div>
         
     | 
| 
       853 
853 
     | 
    
         
             
            <div class="indexdiv">
         
     | 
| 
       854 
854 
     | 
    
         
             
            <h3>L</h3>
         
     | 
| 
       855 
855 
     | 
    
         
             
            <dl>
         
     | 
| 
       856 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 856 
     | 
    
         
            +
            <dt id="ientry-idm45386502186080">libgsf_major_version, <a class="indexterm" href="gsf-utils.html#libgsf-major-version">libgsf_major_version</a>
         
     | 
| 
       857 
857 
     | 
    
         
             
            </dt>
         
     | 
| 
       858 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 858 
     | 
    
         
            +
            <dt id="ientry-idm45386502177120">libgsf_micro_version, <a class="indexterm" href="gsf-utils.html#libgsf-micro-version">libgsf_micro_version</a>
         
     | 
| 
       859 
859 
     | 
    
         
             
            </dt>
         
     | 
| 
       860 
     | 
    
         
            -
            <dt id="ientry- 
     | 
| 
      
 860 
     | 
    
         
            +
            <dt id="ientry-idm45386502181632">libgsf_minor_version, <a class="indexterm" href="gsf-utils.html#libgsf-minor-version">libgsf_minor_version</a>
         
     | 
| 
       861 
861 
     | 
    
         
             
            </dt>
         
     | 
| 
       862 
862 
     | 
    
         
             
            </dl>
         
     | 
| 
       863 
863 
     | 
    
         
             
            </div>
         
     | 
| 
       864 
864 
     | 
    
         
             
            <div class="indexdiv">
         
     | 
| 
       865 
865 
     | 
    
         
             
            <h3>V</h3>
         
     | 
| 
       866 
     | 
    
         
            -
            <dl><dt id="ientry- 
     | 
| 
      
 866 
     | 
    
         
            +
            <dl><dt id="ientry-idm45386502300256">VAL_IS_GSF_TIMESTAMP, <a class="indexterm" href="gsf-utils.html#VAL-IS-GSF-TIMESTAMP:CAPS">VAL_IS_GSF_TIMESTAMP()</a>
         
     | 
| 
       867 
867 
     | 
    
         
             
            </dt></dl>
         
     | 
| 
       868 
868 
     | 
    
         
             
            </div>
         
     | 
| 
       869 
869 
     | 
    
         
             
            </div>
         
     |