gsf 3.0.9-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/Rakefile +55 -0
- data/lib/gsf.rb +53 -0
- data/lib/gsf/input.rb +26 -0
- data/lib/gsf/loader.rb +57 -0
- data/test/gsf-test-utils.rb +22 -0
- data/test/run-test.rb +46 -0
- data/test/test-input-stdio.rb +25 -0
- data/vendor/local/bin/gsf-office-thumbnailer.exe +0 -0
- data/vendor/local/bin/gsf-vba-dump.exe +0 -0
- data/vendor/local/bin/gsf.exe +0 -0
- data/vendor/local/bin/libgsf-1-114.dll +0 -0
- data/vendor/local/bin/libgsf-win32-1-114.dll +0 -0
- data/vendor/local/include/libgsf-1/gsf-win32/gsf-input-win32.h +41 -0
- data/vendor/local/include/libgsf-1/gsf-win32/gsf-output-win32.h +41 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-blob.h +39 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-clip-data.h +72 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-doc-meta-data.h +66 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-docprop-vector.h +47 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-fwd.h +121 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-impl-utils.h +156 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-infile-impl.h +50 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-infile-msole.h +45 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-infile-msvba.h +49 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-infile-stdio.h +43 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-infile-tar.h +40 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-infile-zip.h +43 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-infile.h +46 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-bzip.h +34 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-gio.h +44 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-gzip.h +43 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-http.h +45 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-impl.h +68 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-iochannel.h +35 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-memory.h +46 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-proxy.h +46 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-stdio.h +48 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-textline.h +46 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input.h +69 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-libxml.h +225 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-meta-names.h +482 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-msole-utils.h +70 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-open-pkg-utils.h +95 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-opendoc-utils.h +162 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-outfile-impl.h +46 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-outfile-msole.h +47 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-outfile-stdio.h +49 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-outfile-zip.h +61 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-outfile.h +49 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output-bzip.h +43 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output-csv.h +84 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output-gio.h +44 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output-gzip.h +43 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output-iconv.h +47 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output-impl.h +37 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output-iochannel.h +43 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output-memory.h +44 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output-stdio.h +52 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output.h +99 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-shared-memory.h +51 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-structured-blob.h +45 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-timestamp.h +70 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-utils.h +340 -0
- data/vendor/local/include/libgsf-1/gsf/gsf.h +98 -0
- data/vendor/local/lib/libgsf-1.a +0 -0
- data/vendor/local/lib/libgsf-1.dll.a +0 -0
- data/vendor/local/lib/libgsf-1.la +41 -0
- data/vendor/local/lib/libgsf-win32-1.a +0 -0
- data/vendor/local/lib/libgsf-win32-1.dll.a +0 -0
- data/vendor/local/lib/libgsf-win32-1.la +41 -0
- data/vendor/local/lib/pkgconfig/libgsf-1.pc +11 -0
- data/vendor/local/lib/pkgconfig/libgsf-win32-1.pc +11 -0
- data/vendor/local/share/gtk-doc/html/gsf/annotation-glossary.html +56 -0
- data/vendor/local/share/gtk-doc/html/gsf/api.html +107 -0
- data/vendor/local/share/gtk-doc/html/gsf/dependencies.html +109 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-Compression.html +369 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-GIO.html +307 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-GIOChannel.html +119 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-Infile-reading-structed-files.html +397 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-Input-from-unstructured-files.html +887 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-MS-OLE2.html +894 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-OASIS-Open-Document.html +398 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-Outfile-writing-structed-files.html +237 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-Output-to-unstructured-files.html +830 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-Reading-and-Writing-from-local-files-and-directories.html +593 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-Text.html +523 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-XML-and-libxml.html +2032 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-Zip.html +338 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-blobs.html +56 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-clip-data.html +444 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-index.html +875 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-memory.html +332 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-metadata.html +1762 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-users.html +73 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-utils.html +2503 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf.devhelp2 +440 -0
- data/vendor/local/share/gtk-doc/html/gsf/history.html +45 -0
- data/vendor/local/share/gtk-doc/html/gsf/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/gsf/index.html +98 -0
- data/vendor/local/share/gtk-doc/html/gsf/index.sgml +572 -0
- data/vendor/local/share/gtk-doc/html/gsf/intro.html +39 -0
- data/vendor/local/share/gtk-doc/html/gsf/io.html +38 -0
- data/vendor/local/share/gtk-doc/html/gsf/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gsf/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/gsf/misc.html +33 -0
- data/vendor/local/share/gtk-doc/html/gsf/parsers.html +59 -0
- data/vendor/local/share/gtk-doc/html/gsf/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gsf/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/gsf/sources.html +50 -0
- data/vendor/local/share/gtk-doc/html/gsf/style.css +461 -0
- data/vendor/local/share/gtk-doc/html/gsf/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gsf/up.png +0 -0
- data/vendor/local/share/license/libgsf/AUTHORS +3 -0
- data/vendor/local/share/license/libgsf/COPYING +340 -0
- data/vendor/local/share/license/libgsf/COPYING.LIB +504 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/bs/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/nn/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/ta/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/tg/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/man/man1/gsf-office-thumbnailer.1 +71 -0
- data/vendor/local/share/man/man1/gsf-vba-dump.1 +61 -0
- data/vendor/local/share/man/man1/gsf.1 +91 -0
- data/vendor/local/share/thumbnailers/gsf-office.thumbnailer +4 -0
- metadata +235 -0
@@ -0,0 +1,875 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
+
<title>GSF Reference Manual: Index</title>
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
|
+
<link rel="home" href="index.html" title="GSF Reference Manual">
|
8
|
+
<link rel="up" href="index.html" title="GSF Reference Manual">
|
9
|
+
<link rel="prev" href="gsf-utils.html" title="utils">
|
10
|
+
<link rel="next" href="annotation-glossary.html" title="Annotation Glossary">
|
11
|
+
<meta name="generator" content="GTK-Doc V1.20 (XML mode)">
|
12
|
+
<link rel="stylesheet" href="style.css" type="text/css">
|
13
|
+
</head>
|
14
|
+
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
15
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
|
16
|
+
<td width="100%" align="left" class="shortcuts"></td>
|
17
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
18
|
+
<td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
|
19
|
+
<td><a accesskey="p" href="gsf-utils.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
20
|
+
<td><a accesskey="n" href="annotation-glossary.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
21
|
+
</tr></table>
|
22
|
+
<div class="index">
|
23
|
+
<div class="titlepage"><div><div><h1 class="title">
|
24
|
+
<a name="gsf-index"></a>Index</h1></div></div></div>
|
25
|
+
<pre class="screen">
|
26
|
+
GObject
|
27
|
+
<span class="lineart">├──</span> <a class="link" href="gsf-metadata.html#GsfDocPropVector">GsfDocPropVector</a>
|
28
|
+
<span class="lineart">├──</span> <a class="link" href="gsf-blobs.html#GsfBlob">GsfBlob</a>
|
29
|
+
<span class="lineart">├──</span> <a class="link" href="gsf-clip-data.html#GsfClipData">GsfClipData</a>
|
30
|
+
<span class="lineart">├──</span> <a class="link" href="gsf-metadata.html#GsfDocMetaData">GsfDocMetaData</a>
|
31
|
+
<span class="lineart">├──</span> <a class="link" href="gsf-Input-from-unstructured-files.html#GsfInput">GsfInput</a>
|
32
|
+
<span class="lineart">│</span> <span class="lineart">├──</span> <a class="link" href="gsf-Infile-reading-structed-files.html#GsfInfile">GsfInfile</a>
|
33
|
+
<span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">├──</span> <a class="link" href="gsf-MS-OLE2.html#GsfInfileMSOle">GsfInfileMSOle</a>
|
34
|
+
<span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">├──</span> <a class="link" href="gsf-Reading-and-Writing-from-local-files-and-directories.html#GsfInfileStdio">GsfInfileStdio</a>
|
35
|
+
<span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">├──</span> <a class="link" href="gsf-Zip.html#GsfInfileZip">GsfInfileZip</a>
|
36
|
+
<span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">╰──</span> <a class="link" href="gsf-blobs.html#GsfStructuredBlob">GsfStructuredBlob</a>
|
37
|
+
<span class="lineart">│</span> <span class="lineart">├──</span> <a class="link" href="gsf-Compression.html#GsfInputGZip">GsfInputGZip</a>
|
38
|
+
<span class="lineart">│</span> <span class="lineart">├──</span> <a class="link" href="gsf-memory.html#GsfInputMemory">GsfInputMemory</a>
|
39
|
+
<span class="lineart">│</span> <span class="lineart">├──</span> <a class="link" href="gsf-Input-from-unstructured-files.html#GsfInputProxy">GsfInputProxy</a>
|
40
|
+
<span class="lineart">│</span> <span class="lineart">├──</span> <a class="link" href="gsf-Reading-and-Writing-from-local-files-and-directories.html#GsfInputStdio">GsfInputStdio</a>
|
41
|
+
<span class="lineart">│</span> <span class="lineart">╰──</span> <a class="link" href="gsf-Text.html#GsfInputTextline">GsfInputTextline</a>
|
42
|
+
<span class="lineart">├──</span> <a class="link" href="gsf-Output-to-unstructured-files.html#GsfOutput">GsfOutput</a>
|
43
|
+
<span class="lineart">│</span> <span class="lineart">├──</span> <a class="link" href="gsf-Outfile-writing-structed-files.html#GsfOutfile">GsfOutfile</a>
|
44
|
+
<span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">├──</span> <a class="link" href="gsf-MS-OLE2.html#GsfOutfileMSOle">GsfOutfileMSOle</a>
|
45
|
+
<span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">├──</span> <a class="link" href="gsf-Reading-and-Writing-from-local-files-and-directories.html#GsfOutfileStdio">GsfOutfileStdio</a>
|
46
|
+
<span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">╰──</span> <a class="link" href="gsf-Zip.html#GsfOutfileZip">GsfOutfileZip</a>
|
47
|
+
<span class="lineart">│</span> <span class="lineart">├──</span> <a class="link" href="gsf-Compression.html#GsfOutputBzip">GsfOutputBzip</a>
|
48
|
+
<span class="lineart">│</span> <span class="lineart">├──</span> <a class="link" href="gsf-Text.html#GsfOutputCsv">GsfOutputCsv</a>
|
49
|
+
<span class="lineart">│</span> <span class="lineart">├──</span> <a class="link" href="gsf-Compression.html#GsfOutputGZip">GsfOutputGZip</a>
|
50
|
+
<span class="lineart">│</span> <span class="lineart">├──</span> <a class="link" href="gsf-Text.html#GsfOutputIconv">GsfOutputIconv</a>
|
51
|
+
<span class="lineart">│</span> <span class="lineart">├──</span> <a class="link" href="gsf-GIOChannel.html#GsfOutputIOChannel">GsfOutputIOChannel</a>
|
52
|
+
<span class="lineart">│</span> <span class="lineart">├──</span> <a class="link" href="gsf-memory.html#GsfOutputMemory">GsfOutputMemory</a>
|
53
|
+
<span class="lineart">│</span> <span class="lineart">╰──</span> <a class="link" href="gsf-Reading-and-Writing-from-local-files-and-directories.html#GsfOutputStdio">GsfOutputStdio</a>
|
54
|
+
<span class="lineart">├──</span> <a class="link" href="gsf-memory.html#GsfSharedMemory">GsfSharedMemory</a>
|
55
|
+
<span class="lineart">╰──</span> <a class="link" href="gsf-XML-and-libxml.html#GsfXMLOut">GsfXMLOut</a>
|
56
|
+
GBoxed
|
57
|
+
<span class="lineart">╰──</span> <a class="link" href="gsf-utils.html#GsfTimestamp">GsfTimestamp</a>
|
58
|
+
</pre>
|
59
|
+
<div class="index">
|
60
|
+
<div class="indexdiv">
|
61
|
+
<h3>G</h3>
|
62
|
+
<dl>
|
63
|
+
<dt>get_gsf_odf_version, <a class="indexterm" href="gsf-OASIS-Open-Document.html#get-gsf-odf-version">get_gsf_odf_version ()</a>
|
64
|
+
</dt>
|
65
|
+
<dt>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
|
+
</dt>
|
67
|
+
<dt>get_gsf_ooo_ns, <a class="indexterm" href="gsf-OASIS-Open-Document.html#get-gsf-ooo-ns">get_gsf_ooo_ns ()</a>
|
68
|
+
</dt>
|
69
|
+
<dt>GsfClipData, <a class="indexterm" href="gsf-clip-data.html#GsfClipData-struct">struct GsfClipData</a>
|
70
|
+
</dt>
|
71
|
+
<dt>GsfClipDataClass, <a class="indexterm" href="gsf-clip-data.html#GsfClipDataClass">GsfClipDataClass</a>
|
72
|
+
</dt>
|
73
|
+
<dt>GsfClipFormat, <a class="indexterm" href="gsf-clip-data.html#GsfClipFormat">enum GsfClipFormat</a>
|
74
|
+
</dt>
|
75
|
+
<dt>GsfClipFormatWindows, <a class="indexterm" href="gsf-clip-data.html#GsfClipFormatWindows">enum GsfClipFormatWindows</a>
|
76
|
+
</dt>
|
77
|
+
<dt>GsfDocMetaData, <a class="indexterm" href="gsf-metadata.html#GsfDocMetaData-struct">GsfDocMetaData</a>
|
78
|
+
</dt>
|
79
|
+
<dt>GsfDocProp, <a class="indexterm" href="gsf-metadata.html#GsfDocProp">GsfDocProp</a>
|
80
|
+
</dt>
|
81
|
+
<dt>GsfDocPropVector, <a class="indexterm" href="gsf-metadata.html#GsfDocPropVector-struct">GsfDocPropVector</a>
|
82
|
+
</dt>
|
83
|
+
<dt>GsfError, <a class="indexterm" href="gsf-utils.html#GsfError">enum GsfError</a>
|
84
|
+
</dt>
|
85
|
+
<dt>GsfInfile, <a class="indexterm" href="gsf-Infile-reading-structed-files.html#GsfInfile-struct">GsfInfile</a>
|
86
|
+
</dt>
|
87
|
+
<dt>GsfInfileMSOle, <a class="indexterm" href="gsf-MS-OLE2.html#GsfInfileMSOle-struct">GsfInfileMSOle</a>
|
88
|
+
</dt>
|
89
|
+
<dt>GsfInfileStdio, <a class="indexterm" href="gsf-Reading-and-Writing-from-local-files-and-directories.html#GsfInfileStdio-struct">GsfInfileStdio</a>
|
90
|
+
</dt>
|
91
|
+
<dt>GsfInfileZip, <a class="indexterm" href="gsf-Zip.html#GsfInfileZip-struct">GsfInfileZip</a>
|
92
|
+
</dt>
|
93
|
+
<dt>GsfInfileZip:compression-level, <a class="indexterm" href="gsf-Zip.html#GsfInfileZip--compression-level">The “compression-level” property</a>
|
94
|
+
</dt>
|
95
|
+
<dt>GsfInfileZip:internal-parent, <a class="indexterm" href="gsf-Zip.html#GsfInfileZip--internal-parent">The “internal-parent” property</a>
|
96
|
+
</dt>
|
97
|
+
<dt>GsfInfileZip:source, <a class="indexterm" href="gsf-Zip.html#GsfInfileZip--source">The “source” property</a>
|
98
|
+
</dt>
|
99
|
+
<dt>GsfInput, <a class="indexterm" href="gsf-Input-from-unstructured-files.html#GsfInput-struct">GsfInput</a>
|
100
|
+
</dt>
|
101
|
+
<dt>GsfInput:container, <a class="indexterm" href="gsf-Input-from-unstructured-files.html#GsfInput--container">The “container” property</a>
|
102
|
+
</dt>
|
103
|
+
<dt>GsfInput:eof, <a class="indexterm" href="gsf-Input-from-unstructured-files.html#GsfInput--eof">The “eof” property</a>
|
104
|
+
</dt>
|
105
|
+
<dt>GsfInput:modtime, <a class="indexterm" href="gsf-Input-from-unstructured-files.html#GsfInput--modtime">The “modtime” property</a>
|
106
|
+
</dt>
|
107
|
+
<dt>GsfInput:name, <a class="indexterm" href="gsf-Input-from-unstructured-files.html#GsfInput--name">The “name” property</a>
|
108
|
+
</dt>
|
109
|
+
<dt>GsfInput:position, <a class="indexterm" href="gsf-Input-from-unstructured-files.html#GsfInput--position">The “position” property</a>
|
110
|
+
</dt>
|
111
|
+
<dt>GsfInput:remaining, <a class="indexterm" href="gsf-Input-from-unstructured-files.html#GsfInput--remaining">The “remaining” property</a>
|
112
|
+
</dt>
|
113
|
+
<dt>GsfInput:size, <a class="indexterm" href="gsf-Input-from-unstructured-files.html#GsfInput--size">The “size” property</a>
|
114
|
+
</dt>
|
115
|
+
<dt>GsfInputGio, <a class="indexterm" href="gsf-GIO.html#GsfInputGio">GsfInputGio</a>
|
116
|
+
</dt>
|
117
|
+
<dt>GsfInputGZip, <a class="indexterm" href="gsf-Compression.html#GsfInputGZip-struct">GsfInputGZip</a>
|
118
|
+
</dt>
|
119
|
+
<dt>GsfInputGZip:raw, <a class="indexterm" href="gsf-Compression.html#GsfInputGZip--raw">The “raw” property</a>
|
120
|
+
</dt>
|
121
|
+
<dt>GsfInputGZip:source, <a class="indexterm" href="gsf-Compression.html#GsfInputGZip--source">The “source” property</a>
|
122
|
+
</dt>
|
123
|
+
<dt>GsfInputGZip:uncompressed-size, <a class="indexterm" href="gsf-Compression.html#GsfInputGZip--uncompressed-size">The “uncompressed-size” property</a>
|
124
|
+
</dt>
|
125
|
+
<dt>GsfInputHTTP, <a class="indexterm" href="gsf-XML-and-libxml.html#GsfInputHTTP">GsfInputHTTP</a>
|
126
|
+
</dt>
|
127
|
+
<dt>GsfInputMemory, <a class="indexterm" href="gsf-memory.html#GsfInputMemory-struct">GsfInputMemory</a>
|
128
|
+
</dt>
|
129
|
+
<dt>GsfInputProxy, <a class="indexterm" href="gsf-Input-from-unstructured-files.html#GsfInputProxy-struct">GsfInputProxy</a>
|
130
|
+
</dt>
|
131
|
+
<dt>GsfInputStdio, <a class="indexterm" href="gsf-Reading-and-Writing-from-local-files-and-directories.html#GsfInputStdio-struct">GsfInputStdio</a>
|
132
|
+
</dt>
|
133
|
+
<dt>GsfInputTextline, <a class="indexterm" href="gsf-Text.html#GsfInputTextline-struct">GsfInputTextline</a>
|
134
|
+
</dt>
|
135
|
+
<dt>GsfOutfile, <a class="indexterm" href="gsf-Outfile-writing-structed-files.html#GsfOutfile-struct">GsfOutfile</a>
|
136
|
+
</dt>
|
137
|
+
<dt>GsfOutfileMSOle, <a class="indexterm" href="gsf-MS-OLE2.html#GsfOutfileMSOle-struct">GsfOutfileMSOle</a>
|
138
|
+
</dt>
|
139
|
+
<dt>GsfOutfileMSOle:big-block-size, <a class="indexterm" href="gsf-MS-OLE2.html#GsfOutfileMSOle--big-block-size">The “big-block-size” property</a>
|
140
|
+
</dt>
|
141
|
+
<dt>GsfOutfileMSOle:sink, <a class="indexterm" href="gsf-MS-OLE2.html#GsfOutfileMSOle--sink">The “sink” property</a>
|
142
|
+
</dt>
|
143
|
+
<dt>GsfOutfileMSOle:small-block-size, <a class="indexterm" href="gsf-MS-OLE2.html#GsfOutfileMSOle--small-block-size">The “small-block-size” property</a>
|
144
|
+
</dt>
|
145
|
+
<dt>GsfOutfileStdio, <a class="indexterm" href="gsf-Reading-and-Writing-from-local-files-and-directories.html#GsfOutfileStdio-struct">GsfOutfileStdio</a>
|
146
|
+
</dt>
|
147
|
+
<dt>GsfOutfileZip, <a class="indexterm" href="gsf-Zip.html#GsfOutfileZip-struct">GsfOutfileZip</a>
|
148
|
+
</dt>
|
149
|
+
<dt>GsfOutfileZip:compression-level, <a class="indexterm" href="gsf-Zip.html#GsfOutfileZip--compression-level">The “compression-level” property</a>
|
150
|
+
</dt>
|
151
|
+
<dt>GsfOutfileZip:deflate-level, <a class="indexterm" href="gsf-Zip.html#GsfOutfileZip--deflate-level">The “deflate-level” property</a>
|
152
|
+
</dt>
|
153
|
+
<dt>GsfOutfileZip:entry-name, <a class="indexterm" href="gsf-Zip.html#GsfOutfileZip--entry-name">The “entry-name” property</a>
|
154
|
+
</dt>
|
155
|
+
<dt>GsfOutfileZip:sink, <a class="indexterm" href="gsf-Zip.html#GsfOutfileZip--sink">The “sink” property</a>
|
156
|
+
</dt>
|
157
|
+
<dt>GsfOutfileZip:zip64, <a class="indexterm" href="gsf-Zip.html#GsfOutfileZip--zip64">The “zip64” property</a>
|
158
|
+
</dt>
|
159
|
+
<dt>GsfOutput, <a class="indexterm" href="gsf-Output-to-unstructured-files.html#GsfOutput-struct">GsfOutput</a>
|
160
|
+
</dt>
|
161
|
+
<dt>GsfOutput:container, <a class="indexterm" href="gsf-Output-to-unstructured-files.html#GsfOutput--container">The “container” property</a>
|
162
|
+
</dt>
|
163
|
+
<dt>GsfOutput:is-closed, <a class="indexterm" href="gsf-Output-to-unstructured-files.html#GsfOutput--is-closed">The “is-closed” property</a>
|
164
|
+
</dt>
|
165
|
+
<dt>GsfOutput:modtime, <a class="indexterm" href="gsf-Output-to-unstructured-files.html#GsfOutput--modtime">The “modtime” property</a>
|
166
|
+
</dt>
|
167
|
+
<dt>GsfOutput:name, <a class="indexterm" href="gsf-Output-to-unstructured-files.html#GsfOutput--name">The “name” property</a>
|
168
|
+
</dt>
|
169
|
+
<dt>GsfOutput:position, <a class="indexterm" href="gsf-Output-to-unstructured-files.html#GsfOutput--position">The “position” property</a>
|
170
|
+
</dt>
|
171
|
+
<dt>GsfOutput:size, <a class="indexterm" href="gsf-Output-to-unstructured-files.html#GsfOutput--size">The “size” property</a>
|
172
|
+
</dt>
|
173
|
+
<dt>GsfOutputBzip, <a class="indexterm" href="gsf-Compression.html#GsfOutputBzip-struct">GsfOutputBzip</a>
|
174
|
+
</dt>
|
175
|
+
<dt>GsfOutputCsv, <a class="indexterm" href="gsf-Text.html#GsfOutputCsv-struct">GsfOutputCsv</a>
|
176
|
+
</dt>
|
177
|
+
<dt>GsfOutputCsv:eol, <a class="indexterm" href="gsf-Text.html#GsfOutputCsv--eol">The “eol” property</a>
|
178
|
+
</dt>
|
179
|
+
<dt>GsfOutputCsv:quote, <a class="indexterm" href="gsf-Text.html#GsfOutputCsv--quote">The “quote” property</a>
|
180
|
+
</dt>
|
181
|
+
<dt>GsfOutputCsv:quoting-mode, <a class="indexterm" href="gsf-Text.html#GsfOutputCsv--quoting-mode">The “quoting-mode” property</a>
|
182
|
+
</dt>
|
183
|
+
<dt>GsfOutputCsv:quoting-on-whitespace, <a class="indexterm" href="gsf-Text.html#GsfOutputCsv--quoting-on-whitespace">The “quoting-on-whitespace” property</a>
|
184
|
+
</dt>
|
185
|
+
<dt>GsfOutputCsv:quoting-triggers, <a class="indexterm" href="gsf-Text.html#GsfOutputCsv--quoting-triggers">The “quoting-triggers” property</a>
|
186
|
+
</dt>
|
187
|
+
<dt>GsfOutputCsv:separator, <a class="indexterm" href="gsf-Text.html#GsfOutputCsv--separator">The “separator” property</a>
|
188
|
+
</dt>
|
189
|
+
<dt>GsfOutputCsv:sink, <a class="indexterm" href="gsf-Text.html#GsfOutputCsv--sink">The “sink” property</a>
|
190
|
+
</dt>
|
191
|
+
<dt>GsfOutputCsvQuotingMode, <a class="indexterm" href="gsf-Text.html#GsfOutputCsvQuotingMode">enum GsfOutputCsvQuotingMode</a>
|
192
|
+
</dt>
|
193
|
+
<dt>GsfOutputGio, <a class="indexterm" href="gsf-GIO.html#GsfOutputGio">GsfOutputGio</a>
|
194
|
+
</dt>
|
195
|
+
<dt>GsfOutputGZip, <a class="indexterm" href="gsf-Compression.html#GsfOutputGZip-struct">GsfOutputGZip</a>
|
196
|
+
</dt>
|
197
|
+
<dt>GsfOutputGZip:raw, <a class="indexterm" href="gsf-Compression.html#GsfOutputGZip--raw">The “raw” property</a>
|
198
|
+
</dt>
|
199
|
+
<dt>GsfOutputGZip:sink, <a class="indexterm" href="gsf-Compression.html#GsfOutputGZip--sink">The “sink” property</a>
|
200
|
+
</dt>
|
201
|
+
<dt>GsfOutputIconv, <a class="indexterm" href="gsf-Text.html#GsfOutputIconv-struct">GsfOutputIconv</a>
|
202
|
+
</dt>
|
203
|
+
<dt>GsfOutputIconv:fallback, <a class="indexterm" href="gsf-Text.html#GsfOutputIconv--fallback">The “fallback” property</a>
|
204
|
+
</dt>
|
205
|
+
<dt>GsfOutputIconv:input-charset, <a class="indexterm" href="gsf-Text.html#GsfOutputIconv--input-charset">The “input-charset” property</a>
|
206
|
+
</dt>
|
207
|
+
<dt>GsfOutputIconv:output-charset, <a class="indexterm" href="gsf-Text.html#GsfOutputIconv--output-charset">The “output-charset” property</a>
|
208
|
+
</dt>
|
209
|
+
<dt>GsfOutputIconv:sink, <a class="indexterm" href="gsf-Text.html#GsfOutputIconv--sink">The “sink” property</a>
|
210
|
+
</dt>
|
211
|
+
<dt>GsfOutputIOChannel, <a class="indexterm" href="gsf-GIOChannel.html#GsfOutputIOChannel-struct">GsfOutputIOChannel</a>
|
212
|
+
</dt>
|
213
|
+
<dt>GsfOutputMemory, <a class="indexterm" href="gsf-memory.html#GsfOutputMemory-struct">GsfOutputMemory</a>
|
214
|
+
</dt>
|
215
|
+
<dt>GsfOutputStdio, <a class="indexterm" href="gsf-Reading-and-Writing-from-local-files-and-directories.html#GsfOutputStdio-struct">GsfOutputStdio</a>
|
216
|
+
</dt>
|
217
|
+
<dt>GsfTimestamp, <a class="indexterm" href="gsf-utils.html#GsfTimestamp-struct">GsfTimestamp</a>
|
218
|
+
</dt>
|
219
|
+
<dt>GsfXMLBlob, <a class="indexterm" href="gsf-XML-and-libxml.html#GsfXMLBlob">GsfXMLBlob</a>
|
220
|
+
</dt>
|
221
|
+
<dt>GsfXMLContent, <a class="indexterm" href="gsf-XML-and-libxml.html#GsfXMLContent">enum GsfXMLContent</a>
|
222
|
+
</dt>
|
223
|
+
<dt>GsfXMLIn, <a class="indexterm" href="gsf-XML-and-libxml.html#GsfXMLIn">GsfXMLIn</a>
|
224
|
+
</dt>
|
225
|
+
<dt>GsfXMLInDoc, <a class="indexterm" href="gsf-XML-and-libxml.html#GsfXMLInDoc">GsfXMLInDoc</a>
|
226
|
+
</dt>
|
227
|
+
<dt>GsfXMLInExtDtor, <a class="indexterm" href="gsf-XML-and-libxml.html#GsfXMLInExtDtor">GsfXMLInExtDtor ()</a>
|
228
|
+
</dt>
|
229
|
+
<dt>GsfXMLInNode, <a class="indexterm" href="gsf-XML-and-libxml.html#GsfXMLInNode">GsfXMLInNode</a>
|
230
|
+
</dt>
|
231
|
+
<dt>GsfXMLInNS, <a class="indexterm" href="gsf-XML-and-libxml.html#GsfXMLInNS">GsfXMLInNS</a>
|
232
|
+
</dt>
|
233
|
+
<dt>GsfXMLInUnknownFunc, <a class="indexterm" href="gsf-XML-and-libxml.html#GsfXMLInUnknownFunc">GsfXMLInUnknownFunc ()</a>
|
234
|
+
</dt>
|
235
|
+
<dt>GsfXMLOut, <a class="indexterm" href="gsf-XML-and-libxml.html#GsfXMLOut-struct">GsfXMLOut</a>
|
236
|
+
</dt>
|
237
|
+
<dt>GsfXMLOut:pretty-print, <a class="indexterm" href="gsf-XML-and-libxml.html#GsfXMLOut--pretty-print">The “pretty-print” property</a>
|
238
|
+
</dt>
|
239
|
+
<dt>GsfXMLOut:sink, <a class="indexterm" href="gsf-XML-and-libxml.html#GsfXMLOut--sink">The “sink” property</a>
|
240
|
+
</dt>
|
241
|
+
<dt>GsfXMLProbeFunc, <a class="indexterm" href="gsf-XML-and-libxml.html#GsfXMLProbeFunc">GsfXMLProbeFunc ()</a>
|
242
|
+
</dt>
|
243
|
+
<dt>gsf_base64_decode_simple, <a class="indexterm" href="gsf-utils.html#gsf-base64-decode-simple">gsf_base64_decode_simple ()</a>
|
244
|
+
</dt>
|
245
|
+
<dt>gsf_base64_decode_step, <a class="indexterm" href="gsf-utils.html#gsf-base64-decode-step">gsf_base64_decode_step ()</a>
|
246
|
+
</dt>
|
247
|
+
<dt>gsf_base64_encode_close, <a class="indexterm" href="gsf-utils.html#gsf-base64-encode-close">gsf_base64_encode_close ()</a>
|
248
|
+
</dt>
|
249
|
+
<dt>gsf_base64_encode_simple, <a class="indexterm" href="gsf-utils.html#gsf-base64-encode-simple">gsf_base64_encode_simple ()</a>
|
250
|
+
</dt>
|
251
|
+
<dt>gsf_base64_encode_step, <a class="indexterm" href="gsf-utils.html#gsf-base64-encode-step">gsf_base64_encode_step ()</a>
|
252
|
+
</dt>
|
253
|
+
<dt>GSF_CLASS, <a class="indexterm" href="gsf-utils.html#GSF-CLASS:CAPS">GSF_CLASS()</a>
|
254
|
+
</dt>
|
255
|
+
<dt>GSF_CLASS_ABSTRACT, <a class="indexterm" href="gsf-utils.html#GSF-CLASS-ABSTRACT:CAPS">GSF_CLASS_ABSTRACT()</a>
|
256
|
+
</dt>
|
257
|
+
<dt>GSF_CLASS_FULL, <a class="indexterm" href="gsf-utils.html#GSF-CLASS-FULL:CAPS">GSF_CLASS_FULL()</a>
|
258
|
+
</dt>
|
259
|
+
<dt>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
|
+
</dt>
|
261
|
+
<dt>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
|
+
</dt>
|
263
|
+
<dt>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
|
+
</dt>
|
265
|
+
<dt>gsf_clip_data_new, <a class="indexterm" href="gsf-clip-data.html#gsf-clip-data-new">gsf_clip_data_new ()</a>
|
266
|
+
</dt>
|
267
|
+
<dt>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
|
+
</dt>
|
269
|
+
<dt>gsf_debug_flag, <a class="indexterm" href="gsf-utils.html#gsf-debug-flag">gsf_debug_flag ()</a>
|
270
|
+
</dt>
|
271
|
+
<dt>gsf_docprop_vector_append, <a class="indexterm" href="gsf-metadata.html#gsf-docprop-vector-append">gsf_docprop_vector_append ()</a>
|
272
|
+
</dt>
|
273
|
+
<dt>gsf_docprop_vector_as_string, <a class="indexterm" href="gsf-metadata.html#gsf-docprop-vector-as-string">gsf_docprop_vector_as_string ()</a>
|
274
|
+
</dt>
|
275
|
+
<dt>gsf_docprop_vector_new, <a class="indexterm" href="gsf-metadata.html#gsf-docprop-vector-new">gsf_docprop_vector_new ()</a>
|
276
|
+
</dt>
|
277
|
+
<dt>gsf_doc_meta_data_foreach, <a class="indexterm" href="gsf-metadata.html#gsf-doc-meta-data-foreach">gsf_doc_meta_data_foreach ()</a>
|
278
|
+
</dt>
|
279
|
+
<dt>gsf_doc_meta_data_insert, <a class="indexterm" href="gsf-metadata.html#gsf-doc-meta-data-insert">gsf_doc_meta_data_insert ()</a>
|
280
|
+
</dt>
|
281
|
+
<dt>gsf_doc_meta_data_lookup, <a class="indexterm" href="gsf-metadata.html#gsf-doc-meta-data-lookup">gsf_doc_meta_data_lookup ()</a>
|
282
|
+
</dt>
|
283
|
+
<dt>gsf_doc_meta_data_new, <a class="indexterm" href="gsf-metadata.html#gsf-doc-meta-data-new">gsf_doc_meta_data_new ()</a>
|
284
|
+
</dt>
|
285
|
+
<dt>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
|
+
</dt>
|
287
|
+
<dt>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
|
+
</dt>
|
289
|
+
<dt>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
|
+
</dt>
|
291
|
+
<dt>gsf_doc_meta_data_remove, <a class="indexterm" href="gsf-metadata.html#gsf-doc-meta-data-remove">gsf_doc_meta_data_remove ()</a>
|
292
|
+
</dt>
|
293
|
+
<dt>gsf_doc_meta_data_size, <a class="indexterm" href="gsf-metadata.html#gsf-doc-meta-data-size">gsf_doc_meta_data_size ()</a>
|
294
|
+
</dt>
|
295
|
+
<dt>gsf_doc_meta_data_steal, <a class="indexterm" href="gsf-metadata.html#gsf-doc-meta-data-steal">gsf_doc_meta_data_steal ()</a>
|
296
|
+
</dt>
|
297
|
+
<dt>gsf_doc_meta_data_store, <a class="indexterm" href="gsf-metadata.html#gsf-doc-meta-data-store">gsf_doc_meta_data_store ()</a>
|
298
|
+
</dt>
|
299
|
+
<dt>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
|
+
</dt>
|
301
|
+
<dt>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
|
+
</dt>
|
303
|
+
<dt>gsf_doc_meta_dump, <a class="indexterm" href="gsf-metadata.html#gsf-doc-meta-dump">gsf_doc_meta_dump ()</a>
|
304
|
+
</dt>
|
305
|
+
<dt>gsf_doc_prop_dump, <a class="indexterm" href="gsf-metadata.html#gsf-doc-prop-dump">gsf_doc_prop_dump ()</a>
|
306
|
+
</dt>
|
307
|
+
<dt>gsf_doc_prop_free, <a class="indexterm" href="gsf-metadata.html#gsf-doc-prop-free">gsf_doc_prop_free ()</a>
|
308
|
+
</dt>
|
309
|
+
<dt>gsf_doc_prop_get_link, <a class="indexterm" href="gsf-metadata.html#gsf-doc-prop-get-link">gsf_doc_prop_get_link ()</a>
|
310
|
+
</dt>
|
311
|
+
<dt>gsf_doc_prop_get_name, <a class="indexterm" href="gsf-metadata.html#gsf-doc-prop-get-name">gsf_doc_prop_get_name ()</a>
|
312
|
+
</dt>
|
313
|
+
<dt>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
|
+
</dt>
|
315
|
+
<dt>gsf_doc_prop_get_val, <a class="indexterm" href="gsf-metadata.html#gsf-doc-prop-get-val">gsf_doc_prop_get_val ()</a>
|
316
|
+
</dt>
|
317
|
+
<dt>gsf_doc_prop_new, <a class="indexterm" href="gsf-metadata.html#gsf-doc-prop-new">gsf_doc_prop_new ()</a>
|
318
|
+
</dt>
|
319
|
+
<dt>gsf_doc_prop_set_link, <a class="indexterm" href="gsf-metadata.html#gsf-doc-prop-set-link">gsf_doc_prop_set_link ()</a>
|
320
|
+
</dt>
|
321
|
+
<dt>gsf_doc_prop_set_val, <a class="indexterm" href="gsf-metadata.html#gsf-doc-prop-set-val">gsf_doc_prop_set_val ()</a>
|
322
|
+
</dt>
|
323
|
+
<dt>gsf_doc_prop_swap_val, <a class="indexterm" href="gsf-utils.html#gsf-doc-prop-swap-val">gsf_doc_prop_swap_val ()</a>
|
324
|
+
</dt>
|
325
|
+
<dt>GSF_DYNAMIC_CLASS, <a class="indexterm" href="gsf-utils.html#GSF-DYNAMIC-CLASS:CAPS">GSF_DYNAMIC_CLASS()</a>
|
326
|
+
</dt>
|
327
|
+
<dt>GSF_DYNAMIC_CLASS_ABSTRACT, <a class="indexterm" href="gsf-utils.html#GSF-DYNAMIC-CLASS-ABSTRACT:CAPS">GSF_DYNAMIC_CLASS_ABSTRACT()</a>
|
328
|
+
</dt>
|
329
|
+
<dt>GSF_DYNAMIC_CLASS_FULL, <a class="indexterm" href="gsf-utils.html#GSF-DYNAMIC-CLASS-FULL:CAPS">GSF_DYNAMIC_CLASS_FULL()</a>
|
330
|
+
</dt>
|
331
|
+
<dt>GSF_DYNAMIC_INTERFACE, <a class="indexterm" href="gsf-utils.html#GSF-DYNAMIC-INTERFACE:CAPS">GSF_DYNAMIC_INTERFACE()</a>
|
332
|
+
</dt>
|
333
|
+
<dt>GSF_DYNAMIC_INTERFACE_FULL, <a class="indexterm" href="gsf-utils.html#GSF-DYNAMIC-INTERFACE-FULL:CAPS">GSF_DYNAMIC_INTERFACE_FULL()</a>
|
334
|
+
</dt>
|
335
|
+
<dt>GSF_ERROR, <a class="indexterm" href="gsf-utils.html#GSF-ERROR:CAPS">GSF_ERROR</a>
|
336
|
+
</dt>
|
337
|
+
<dt>gsf_error_quark, <a class="indexterm" href="gsf-utils.html#gsf-error-quark">gsf_error_quark ()</a>
|
338
|
+
</dt>
|
339
|
+
<dt>gsf_extension_pointer, <a class="indexterm" href="gsf-utils.html#gsf-extension-pointer">gsf_extension_pointer ()</a>
|
340
|
+
</dt>
|
341
|
+
<dt>gsf_filename_to_utf8, <a class="indexterm" href="gsf-utils.html#gsf-filename-to-utf8">gsf_filename_to_utf8 ()</a>
|
342
|
+
</dt>
|
343
|
+
<dt>gsf_iconv_close, <a class="indexterm" href="gsf-utils.html#gsf-iconv-close">gsf_iconv_close ()</a>
|
344
|
+
</dt>
|
345
|
+
<dt>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
|
+
</dt>
|
347
|
+
<dt>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
|
+
</dt>
|
349
|
+
<dt>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
|
+
</dt>
|
351
|
+
<dt>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
|
+
</dt>
|
353
|
+
<dt>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
|
+
</dt>
|
355
|
+
<dt>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
|
+
</dt>
|
357
|
+
<dt>gsf_infile_msole_new, <a class="indexterm" href="gsf-MS-OLE2.html#gsf-infile-msole-new">gsf_infile_msole_new ()</a>
|
358
|
+
</dt>
|
359
|
+
<dt>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
|
+
</dt>
|
361
|
+
<dt>gsf_infile_num_children, <a class="indexterm" href="gsf-Infile-reading-structed-files.html#gsf-infile-num-children">gsf_infile_num_children ()</a>
|
362
|
+
</dt>
|
363
|
+
<dt>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
|
+
</dt>
|
365
|
+
<dt>gsf_infile_zip_new, <a class="indexterm" href="gsf-Zip.html#gsf-infile-zip-new">gsf_infile_zip_new ()</a>
|
366
|
+
</dt>
|
367
|
+
<dt>gsf_init, <a class="indexterm" href="gsf-utils.html#gsf-init">gsf_init ()</a>
|
368
|
+
</dt>
|
369
|
+
<dt>gsf_init_dynamic, <a class="indexterm" href="gsf-utils.html#gsf-init-dynamic">gsf_init_dynamic ()</a>
|
370
|
+
</dt>
|
371
|
+
<dt>gsf_input_container, <a class="indexterm" href="gsf-Input-from-unstructured-files.html#gsf-input-container">gsf_input_container ()</a>
|
372
|
+
</dt>
|
373
|
+
<dt>gsf_input_copy, <a class="indexterm" href="gsf-Input-from-unstructured-files.html#gsf-input-copy">gsf_input_copy ()</a>
|
374
|
+
</dt>
|
375
|
+
<dt>gsf_input_dump, <a class="indexterm" href="gsf-utils.html#gsf-input-dump">gsf_input_dump ()</a>
|
376
|
+
</dt>
|
377
|
+
<dt>gsf_input_dup, <a class="indexterm" href="gsf-Input-from-unstructured-files.html#gsf-input-dup">gsf_input_dup ()</a>
|
378
|
+
</dt>
|
379
|
+
<dt>gsf_input_eof, <a class="indexterm" href="gsf-Input-from-unstructured-files.html#gsf-input-eof">gsf_input_eof ()</a>
|
380
|
+
</dt>
|
381
|
+
<dt>gsf_input_error, <a class="indexterm" href="gsf-Input-from-unstructured-files.html#gsf-input-error">gsf_input_error ()</a>
|
382
|
+
</dt>
|
383
|
+
<dt>gsf_input_error_id, <a class="indexterm" href="gsf-Input-from-unstructured-files.html#gsf-input-error-id">gsf_input_error_id ()</a>
|
384
|
+
</dt>
|
385
|
+
<dt>gsf_input_gio_new, <a class="indexterm" href="gsf-GIO.html#gsf-input-gio-new">gsf_input_gio_new ()</a>
|
386
|
+
</dt>
|
387
|
+
<dt>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
|
+
</dt>
|
389
|
+
<dt>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
|
+
</dt>
|
391
|
+
<dt>gsf_input_gzip_new, <a class="indexterm" href="gsf-Compression.html#gsf-input-gzip-new">gsf_input_gzip_new ()</a>
|
392
|
+
</dt>
|
393
|
+
<dt>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
|
+
</dt>
|
395
|
+
<dt>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
|
+
</dt>
|
397
|
+
<dt>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
|
+
</dt>
|
399
|
+
<dt>gsf_input_memory_new, <a class="indexterm" href="gsf-memory.html#gsf-input-memory-new">gsf_input_memory_new ()</a>
|
400
|
+
</dt>
|
401
|
+
<dt>gsf_input_memory_new_clone, <a class="indexterm" href="gsf-memory.html#gsf-input-memory-new-clone">gsf_input_memory_new_clone ()</a>
|
402
|
+
</dt>
|
403
|
+
<dt>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
|
+
</dt>
|
405
|
+
<dt>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
|
+
</dt>
|
407
|
+
<dt>gsf_input_mmap_new, <a class="indexterm" href="gsf-memory.html#gsf-input-mmap-new">gsf_input_mmap_new ()</a>
|
408
|
+
</dt>
|
409
|
+
<dt>gsf_input_name, <a class="indexterm" href="gsf-Input-from-unstructured-files.html#gsf-input-name">gsf_input_name ()</a>
|
410
|
+
</dt>
|
411
|
+
<dt>gsf_input_proxy_new, <a class="indexterm" href="gsf-Input-from-unstructured-files.html#gsf-input-proxy-new">gsf_input_proxy_new ()</a>
|
412
|
+
</dt>
|
413
|
+
<dt>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
|
+
</dt>
|
415
|
+
<dt>gsf_input_read, <a class="indexterm" href="gsf-Input-from-unstructured-files.html#gsf-input-read">gsf_input_read ()</a>
|
416
|
+
</dt>
|
417
|
+
<dt>gsf_input_remaining, <a class="indexterm" href="gsf-Input-from-unstructured-files.html#gsf-input-remaining">gsf_input_remaining ()</a>
|
418
|
+
</dt>
|
419
|
+
<dt>gsf_input_seek, <a class="indexterm" href="gsf-Input-from-unstructured-files.html#gsf-input-seek">gsf_input_seek ()</a>
|
420
|
+
</dt>
|
421
|
+
<dt>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
|
+
</dt>
|
423
|
+
<dt>gsf_input_sibling, <a class="indexterm" href="gsf-Input-from-unstructured-files.html#gsf-input-sibling">gsf_input_sibling ()</a>
|
424
|
+
</dt>
|
425
|
+
<dt>gsf_input_size, <a class="indexterm" href="gsf-Input-from-unstructured-files.html#gsf-input-size">gsf_input_size ()</a>
|
426
|
+
</dt>
|
427
|
+
<dt>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
|
+
</dt>
|
429
|
+
<dt>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
|
+
</dt>
|
431
|
+
<dt>gsf_input_tell, <a class="indexterm" href="gsf-Input-from-unstructured-files.html#gsf-input-tell">gsf_input_tell ()</a>
|
432
|
+
</dt>
|
433
|
+
<dt>gsf_input_textline_ascii_gets, <a class="indexterm" href="gsf-Text.html#gsf-input-textline-ascii-gets">gsf_input_textline_ascii_gets ()</a>
|
434
|
+
</dt>
|
435
|
+
<dt>gsf_input_textline_new, <a class="indexterm" href="gsf-Text.html#gsf-input-textline-new">gsf_input_textline_new ()</a>
|
436
|
+
</dt>
|
437
|
+
<dt>gsf_input_textline_utf8_gets, <a class="indexterm" href="gsf-Text.html#gsf-input-textline-utf8-gets">gsf_input_textline_utf8_gets ()</a>
|
438
|
+
</dt>
|
439
|
+
<dt>gsf_input_uncompress, <a class="indexterm" href="gsf-Input-from-unstructured-files.html#gsf-input-uncompress">gsf_input_uncompress ()</a>
|
440
|
+
</dt>
|
441
|
+
<dt>GSF_INTERFACE, <a class="indexterm" href="gsf-utils.html#GSF-INTERFACE:CAPS">GSF_INTERFACE()</a>
|
442
|
+
</dt>
|
443
|
+
<dt>GSF_INTERFACE_FULL, <a class="indexterm" href="gsf-utils.html#GSF-INTERFACE-FULL:CAPS">GSF_INTERFACE_FULL()</a>
|
444
|
+
</dt>
|
445
|
+
<dt>GSF_LE_GET_DOUBLE, <a class="indexterm" href="gsf-utils.html#GSF-LE-GET-DOUBLE:CAPS">GSF_LE_GET_DOUBLE()</a>
|
446
|
+
</dt>
|
447
|
+
<dt>gsf_le_get_double, <a class="indexterm" href="gsf-utils.html#gsf-le-get-double">gsf_le_get_double ()</a>
|
448
|
+
</dt>
|
449
|
+
<dt>GSF_LE_GET_FLOAT, <a class="indexterm" href="gsf-utils.html#GSF-LE-GET-FLOAT:CAPS">GSF_LE_GET_FLOAT()</a>
|
450
|
+
</dt>
|
451
|
+
<dt>gsf_le_get_float, <a class="indexterm" href="gsf-utils.html#gsf-le-get-float">gsf_le_get_float ()</a>
|
452
|
+
</dt>
|
453
|
+
<dt>GSF_LE_GET_GINT16, <a class="indexterm" href="gsf-utils.html#GSF-LE-GET-GINT16:CAPS">GSF_LE_GET_GINT16()</a>
|
454
|
+
</dt>
|
455
|
+
<dt>GSF_LE_GET_GINT32, <a class="indexterm" href="gsf-utils.html#GSF-LE-GET-GINT32:CAPS">GSF_LE_GET_GINT32()</a>
|
456
|
+
</dt>
|
457
|
+
<dt>GSF_LE_GET_GINT64, <a class="indexterm" href="gsf-utils.html#GSF-LE-GET-GINT64:CAPS">GSF_LE_GET_GINT64()</a>
|
458
|
+
</dt>
|
459
|
+
<dt>GSF_LE_GET_GINT8, <a class="indexterm" href="gsf-utils.html#GSF-LE-GET-GINT8:CAPS">GSF_LE_GET_GINT8()</a>
|
460
|
+
</dt>
|
461
|
+
<dt>GSF_LE_GET_GUINT16, <a class="indexterm" href="gsf-utils.html#GSF-LE-GET-GUINT16:CAPS">GSF_LE_GET_GUINT16()</a>
|
462
|
+
</dt>
|
463
|
+
<dt>GSF_LE_GET_GUINT32, <a class="indexterm" href="gsf-utils.html#GSF-LE-GET-GUINT32:CAPS">GSF_LE_GET_GUINT32()</a>
|
464
|
+
</dt>
|
465
|
+
<dt>GSF_LE_GET_GUINT64, <a class="indexterm" href="gsf-utils.html#GSF-LE-GET-GUINT64:CAPS">GSF_LE_GET_GUINT64()</a>
|
466
|
+
</dt>
|
467
|
+
<dt>gsf_le_get_guint64, <a class="indexterm" href="gsf-utils.html#gsf-le-get-guint64">gsf_le_get_guint64 ()</a>
|
468
|
+
</dt>
|
469
|
+
<dt>GSF_LE_GET_GUINT8, <a class="indexterm" href="gsf-utils.html#GSF-LE-GET-GUINT8:CAPS">GSF_LE_GET_GUINT8()</a>
|
470
|
+
</dt>
|
471
|
+
<dt>GSF_LE_SET_DOUBLE, <a class="indexterm" href="gsf-utils.html#GSF-LE-SET-DOUBLE:CAPS">GSF_LE_SET_DOUBLE()</a>
|
472
|
+
</dt>
|
473
|
+
<dt>gsf_le_set_double, <a class="indexterm" href="gsf-utils.html#gsf-le-set-double">gsf_le_set_double ()</a>
|
474
|
+
</dt>
|
475
|
+
<dt>GSF_LE_SET_FLOAT, <a class="indexterm" href="gsf-utils.html#GSF-LE-SET-FLOAT:CAPS">GSF_LE_SET_FLOAT()</a>
|
476
|
+
</dt>
|
477
|
+
<dt>gsf_le_set_float, <a class="indexterm" href="gsf-utils.html#gsf-le-set-float">gsf_le_set_float ()</a>
|
478
|
+
</dt>
|
479
|
+
<dt>GSF_LE_SET_GINT16, <a class="indexterm" href="gsf-utils.html#GSF-LE-SET-GINT16:CAPS">GSF_LE_SET_GINT16()</a>
|
480
|
+
</dt>
|
481
|
+
<dt>GSF_LE_SET_GINT32, <a class="indexterm" href="gsf-utils.html#GSF-LE-SET-GINT32:CAPS">GSF_LE_SET_GINT32()</a>
|
482
|
+
</dt>
|
483
|
+
<dt>GSF_LE_SET_GINT64, <a class="indexterm" href="gsf-utils.html#GSF-LE-SET-GINT64:CAPS">GSF_LE_SET_GINT64()</a>
|
484
|
+
</dt>
|
485
|
+
<dt>GSF_LE_SET_GINT8, <a class="indexterm" href="gsf-utils.html#GSF-LE-SET-GINT8:CAPS">GSF_LE_SET_GINT8()</a>
|
486
|
+
</dt>
|
487
|
+
<dt>GSF_LE_SET_GUINT16, <a class="indexterm" href="gsf-utils.html#GSF-LE-SET-GUINT16:CAPS">GSF_LE_SET_GUINT16()</a>
|
488
|
+
</dt>
|
489
|
+
<dt>GSF_LE_SET_GUINT32, <a class="indexterm" href="gsf-utils.html#GSF-LE-SET-GUINT32:CAPS">GSF_LE_SET_GUINT32()</a>
|
490
|
+
</dt>
|
491
|
+
<dt>GSF_LE_SET_GUINT64, <a class="indexterm" href="gsf-utils.html#GSF-LE-SET-GUINT64:CAPS">GSF_LE_SET_GUINT64()</a>
|
492
|
+
</dt>
|
493
|
+
<dt>GSF_LE_SET_GUINT8, <a class="indexterm" href="gsf-utils.html#GSF-LE-SET-GUINT8:CAPS">GSF_LE_SET_GUINT8()</a>
|
494
|
+
</dt>
|
495
|
+
<dt>gsf_mem_dump, <a class="indexterm" href="gsf-utils.html#gsf-mem-dump">gsf_mem_dump ()</a>
|
496
|
+
</dt>
|
497
|
+
<dt>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
|
+
</dt>
|
499
|
+
<dt>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
|
+
</dt>
|
501
|
+
<dt>GSF_META_NAME_CATEGORY, <a class="indexterm" href="gsf-metadata.html#GSF-META-NAME-CATEGORY:CAPS">GSF_META_NAME_CATEGORY</a>
|
502
|
+
</dt>
|
503
|
+
<dt>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
|
+
</dt>
|
505
|
+
<dt>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
|
+
</dt>
|
507
|
+
<dt>GSF_META_NAME_CODEPAGE, <a class="indexterm" href="gsf-metadata.html#GSF-META-NAME-CODEPAGE:CAPS">GSF_META_NAME_CODEPAGE</a>
|
508
|
+
</dt>
|
509
|
+
<dt>GSF_META_NAME_COMPANY, <a class="indexterm" href="gsf-metadata.html#GSF-META-NAME-COMPANY:CAPS">GSF_META_NAME_COMPANY</a>
|
510
|
+
</dt>
|
511
|
+
<dt>GSF_META_NAME_CREATOR, <a class="indexterm" href="gsf-metadata.html#GSF-META-NAME-CREATOR:CAPS">GSF_META_NAME_CREATOR</a>
|
512
|
+
</dt>
|
513
|
+
<dt>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
|
+
</dt>
|
515
|
+
<dt>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
|
+
</dt>
|
517
|
+
<dt>GSF_META_NAME_DESCRIPTION, <a class="indexterm" href="gsf-metadata.html#GSF-META-NAME-DESCRIPTION:CAPS">GSF_META_NAME_DESCRIPTION</a>
|
518
|
+
</dt>
|
519
|
+
<dt>GSF_META_NAME_DICTIONARY, <a class="indexterm" href="gsf-metadata.html#GSF-META-NAME-DICTIONARY:CAPS">GSF_META_NAME_DICTIONARY</a>
|
520
|
+
</dt>
|
521
|
+
<dt>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
|
+
</dt>
|
523
|
+
<dt>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
|
+
</dt>
|
525
|
+
<dt>GSF_META_NAME_GENERATOR, <a class="indexterm" href="gsf-metadata.html#GSF-META-NAME-GENERATOR:CAPS">GSF_META_NAME_GENERATOR</a>
|
526
|
+
</dt>
|
527
|
+
<dt>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
|
+
</dt>
|
529
|
+
<dt>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
|
+
</dt>
|
531
|
+
<dt>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
|
+
</dt>
|
533
|
+
<dt>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
|
+
</dt>
|
535
|
+
<dt>GSF_META_NAME_KEYWORD, <a class="indexterm" href="gsf-metadata.html#GSF-META-NAME-KEYWORD:CAPS">GSF_META_NAME_KEYWORD</a>
|
536
|
+
</dt>
|
537
|
+
<dt>GSF_META_NAME_KEYWORDS, <a class="indexterm" href="gsf-metadata.html#GSF-META-NAME-KEYWORDS:CAPS">GSF_META_NAME_KEYWORDS</a>
|
538
|
+
</dt>
|
539
|
+
<dt>GSF_META_NAME_LANGUAGE, <a class="indexterm" href="gsf-metadata.html#GSF-META-NAME-LANGUAGE:CAPS">GSF_META_NAME_LANGUAGE</a>
|
540
|
+
</dt>
|
541
|
+
<dt>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
|
+
</dt>
|
543
|
+
<dt>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
|
+
</dt>
|
545
|
+
<dt>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
|
+
</dt>
|
547
|
+
<dt>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
|
+
</dt>
|
549
|
+
<dt>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
|
+
</dt>
|
551
|
+
<dt>GSF_META_NAME_MANAGER, <a class="indexterm" href="gsf-metadata.html#GSF-META-NAME-MANAGER:CAPS">GSF_META_NAME_MANAGER</a>
|
552
|
+
</dt>
|
553
|
+
<dt>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
|
+
</dt>
|
555
|
+
<dt>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
|
+
</dt>
|
557
|
+
<dt>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
|
+
</dt>
|
559
|
+
<dt>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
|
+
</dt>
|
561
|
+
<dt>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
|
+
</dt>
|
563
|
+
<dt>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
|
+
</dt>
|
565
|
+
<dt>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
|
+
</dt>
|
567
|
+
<dt>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
|
+
</dt>
|
569
|
+
<dt>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
|
+
</dt>
|
571
|
+
<dt>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
|
+
</dt>
|
573
|
+
<dt>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
|
+
</dt>
|
575
|
+
<dt>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
|
+
</dt>
|
577
|
+
<dt>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
|
+
</dt>
|
579
|
+
<dt>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
|
+
</dt>
|
581
|
+
<dt>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
|
+
</dt>
|
583
|
+
<dt>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
|
+
</dt>
|
585
|
+
<dt>GSF_META_NAME_SCALE, <a class="indexterm" href="gsf-metadata.html#GSF-META-NAME-SCALE:CAPS">GSF_META_NAME_SCALE</a>
|
586
|
+
</dt>
|
587
|
+
<dt>GSF_META_NAME_SECURITY, <a class="indexterm" href="gsf-metadata.html#GSF-META-NAME-SECURITY:CAPS">GSF_META_NAME_SECURITY</a>
|
588
|
+
</dt>
|
589
|
+
<dt>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
|
+
</dt>
|
591
|
+
<dt>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
|
+
</dt>
|
593
|
+
<dt>GSF_META_NAME_SUBJECT, <a class="indexterm" href="gsf-metadata.html#GSF-META-NAME-SUBJECT:CAPS">GSF_META_NAME_SUBJECT</a>
|
594
|
+
</dt>
|
595
|
+
<dt>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
|
+
</dt>
|
597
|
+
<dt>GSF_META_NAME_TEMPLATE, <a class="indexterm" href="gsf-metadata.html#GSF-META-NAME-TEMPLATE:CAPS">GSF_META_NAME_TEMPLATE</a>
|
598
|
+
</dt>
|
599
|
+
<dt>GSF_META_NAME_THUMBNAIL, <a class="indexterm" href="gsf-metadata.html#GSF-META-NAME-THUMBNAIL:CAPS">GSF_META_NAME_THUMBNAIL</a>
|
600
|
+
</dt>
|
601
|
+
<dt>GSF_META_NAME_TITLE, <a class="indexterm" href="gsf-metadata.html#GSF-META-NAME-TITLE:CAPS">GSF_META_NAME_TITLE</a>
|
602
|
+
</dt>
|
603
|
+
<dt>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
|
+
</dt>
|
605
|
+
<dt>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
|
+
</dt>
|
607
|
+
<dt>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
|
+
</dt>
|
609
|
+
<dt>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
|
+
</dt>
|
611
|
+
<dt>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
|
+
</dt>
|
613
|
+
<dt>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
|
+
</dt>
|
615
|
+
<dt>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
|
+
</dt>
|
617
|
+
<dt>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
|
+
</dt>
|
619
|
+
<dt>gsf_msole_inflate, <a class="indexterm" href="gsf-MS-OLE2.html#gsf-msole-inflate">gsf_msole_inflate ()</a>
|
620
|
+
</dt>
|
621
|
+
<dt>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
|
+
</dt>
|
623
|
+
<dt>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
|
+
</dt>
|
625
|
+
<dt>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
|
+
</dt>
|
627
|
+
<dt>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
|
+
</dt>
|
629
|
+
<dt>gsf_msole_metadata_read, <a class="indexterm" href="gsf-MS-OLE2.html#gsf-msole-metadata-read">gsf_msole_metadata_read ()</a>
|
630
|
+
</dt>
|
631
|
+
<dt>gsf_msole_metadata_write, <a class="indexterm" href="gsf-MS-OLE2.html#gsf-msole-metadata-write">gsf_msole_metadata_write ()</a>
|
632
|
+
</dt>
|
633
|
+
<dt>gsf_odf_get_ns, <a class="indexterm" href="gsf-OASIS-Open-Document.html#gsf-odf-get-ns">gsf_odf_get_ns ()</a>
|
634
|
+
</dt>
|
635
|
+
<dt>gsf_odf_get_version, <a class="indexterm" href="gsf-OASIS-Open-Document.html#gsf-odf-get-version">gsf_odf_get_version ()</a>
|
636
|
+
</dt>
|
637
|
+
<dt>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
|
+
</dt>
|
639
|
+
<dt>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
|
+
</dt>
|
641
|
+
<dt>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
|
+
</dt>
|
643
|
+
<dt>gsf_off_t, <a class="indexterm" href="gsf-utils.html#gsf-off-t">gsf_off_t</a>
|
644
|
+
</dt>
|
645
|
+
<dt>GSF_OFF_T_FORMAT, <a class="indexterm" href="gsf-utils.html#GSF-OFF-T-FORMAT:CAPS">GSF_OFF_T_FORMAT</a>
|
646
|
+
</dt>
|
647
|
+
<dt>gsf_opendoc_metadata_read, <a class="indexterm" href="gsf-OASIS-Open-Document.html#gsf-opendoc-metadata-read">gsf_opendoc_metadata_read ()</a>
|
648
|
+
</dt>
|
649
|
+
<dt>gsf_opendoc_metadata_subtree, <a class="indexterm" href="gsf-OASIS-Open-Document.html#gsf-opendoc-metadata-subtree">gsf_opendoc_metadata_subtree ()</a>
|
650
|
+
</dt>
|
651
|
+
<dt>gsf_opendoc_metadata_write, <a class="indexterm" href="gsf-OASIS-Open-Document.html#gsf-opendoc-metadata-write">gsf_opendoc_metadata_write ()</a>
|
652
|
+
</dt>
|
653
|
+
<dt>gsf_outfile_msole_new, <a class="indexterm" href="gsf-MS-OLE2.html#gsf-outfile-msole-new">gsf_outfile_msole_new ()</a>
|
654
|
+
</dt>
|
655
|
+
<dt>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
|
+
</dt>
|
657
|
+
<dt>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
|
+
</dt>
|
659
|
+
<dt>gsf_outfile_new_child, <a class="indexterm" href="gsf-Outfile-writing-structed-files.html#gsf-outfile-new-child">gsf_outfile_new_child ()</a>
|
660
|
+
</dt>
|
661
|
+
<dt>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
|
+
</dt>
|
663
|
+
<dt>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
|
+
</dt>
|
665
|
+
<dt>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
|
+
</dt>
|
667
|
+
<dt>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
|
+
</dt>
|
669
|
+
<dt>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
|
+
</dt>
|
671
|
+
<dt>gsf_outfile_zip_new, <a class="indexterm" href="gsf-Zip.html#gsf-outfile-zip-new">gsf_outfile_zip_new ()</a>
|
672
|
+
</dt>
|
673
|
+
<dt>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
|
+
</dt>
|
675
|
+
<dt>gsf_output_bzip_new, <a class="indexterm" href="gsf-Compression.html#gsf-output-bzip-new">gsf_output_bzip_new ()</a>
|
676
|
+
</dt>
|
677
|
+
<dt>gsf_output_close, <a class="indexterm" href="gsf-Output-to-unstructured-files.html#gsf-output-close">gsf_output_close ()</a>
|
678
|
+
</dt>
|
679
|
+
<dt>gsf_output_container, <a class="indexterm" href="gsf-Output-to-unstructured-files.html#gsf-output-container">gsf_output_container ()</a>
|
680
|
+
</dt>
|
681
|
+
<dt>gsf_output_csv_write_eol, <a class="indexterm" href="gsf-Text.html#gsf-output-csv-write-eol">gsf_output_csv_write_eol ()</a>
|
682
|
+
</dt>
|
683
|
+
<dt>gsf_output_csv_write_field, <a class="indexterm" href="gsf-Text.html#gsf-output-csv-write-field">gsf_output_csv_write_field ()</a>
|
684
|
+
</dt>
|
685
|
+
<dt>gsf_output_error, <a class="indexterm" href="gsf-Output-to-unstructured-files.html#gsf-output-error">gsf_output_error ()</a>
|
686
|
+
</dt>
|
687
|
+
<dt>gsf_output_error_id, <a class="indexterm" href="gsf-Output-to-unstructured-files.html#gsf-output-error-id">gsf_output_error_id ()</a>
|
688
|
+
</dt>
|
689
|
+
<dt>gsf_output_gio_new, <a class="indexterm" href="gsf-GIO.html#gsf-output-gio-new">gsf_output_gio_new ()</a>
|
690
|
+
</dt>
|
691
|
+
<dt>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
|
+
</dt>
|
693
|
+
<dt>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
|
+
</dt>
|
695
|
+
<dt>gsf_output_gzip_new, <a class="indexterm" href="gsf-Compression.html#gsf-output-gzip-new">gsf_output_gzip_new ()</a>
|
696
|
+
</dt>
|
697
|
+
<dt>gsf_output_iconv_new, <a class="indexterm" href="gsf-Text.html#gsf-output-iconv-new">gsf_output_iconv_new ()</a>
|
698
|
+
</dt>
|
699
|
+
<dt>gsf_output_iochannel_new, <a class="indexterm" href="gsf-GIOChannel.html#gsf-output-iochannel-new">gsf_output_iochannel_new ()</a>
|
700
|
+
</dt>
|
701
|
+
<dt>gsf_output_is_closed, <a class="indexterm" href="gsf-Output-to-unstructured-files.html#gsf-output-is-closed">gsf_output_is_closed ()</a>
|
702
|
+
</dt>
|
703
|
+
<dt>gsf_output_memory_get_bytes, <a class="indexterm" href="gsf-memory.html#gsf-output-memory-get-bytes">gsf_output_memory_get_bytes ()</a>
|
704
|
+
</dt>
|
705
|
+
<dt>gsf_output_memory_new, <a class="indexterm" href="gsf-memory.html#gsf-output-memory-new">gsf_output_memory_new ()</a>
|
706
|
+
</dt>
|
707
|
+
<dt>gsf_output_name, <a class="indexterm" href="gsf-Output-to-unstructured-files.html#gsf-output-name">gsf_output_name ()</a>
|
708
|
+
</dt>
|
709
|
+
<dt>gsf_output_printf, <a class="indexterm" href="gsf-Output-to-unstructured-files.html#gsf-output-printf">gsf_output_printf ()</a>
|
710
|
+
</dt>
|
711
|
+
<dt>gsf_output_puts, <a class="indexterm" href="gsf-Output-to-unstructured-files.html#gsf-output-puts">gsf_output_puts ()</a>
|
712
|
+
</dt>
|
713
|
+
<dt>gsf_output_seek, <a class="indexterm" href="gsf-Output-to-unstructured-files.html#gsf-output-seek">gsf_output_seek ()</a>
|
714
|
+
</dt>
|
715
|
+
<dt>gsf_output_set_error, <a class="indexterm" href="gsf-Output-to-unstructured-files.html#gsf-output-set-error">gsf_output_set_error ()</a>
|
716
|
+
</dt>
|
717
|
+
<dt>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
|
+
</dt>
|
719
|
+
<dt>gsf_output_size, <a class="indexterm" href="gsf-Output-to-unstructured-files.html#gsf-output-size">gsf_output_size ()</a>
|
720
|
+
</dt>
|
721
|
+
<dt>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
|
+
</dt>
|
723
|
+
<dt>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
|
+
</dt>
|
725
|
+
<dt>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
|
+
</dt>
|
727
|
+
<dt>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
|
+
</dt>
|
729
|
+
<dt>gsf_output_tell, <a class="indexterm" href="gsf-Output-to-unstructured-files.html#gsf-output-tell">gsf_output_tell ()</a>
|
730
|
+
</dt>
|
731
|
+
<dt>gsf_output_unwrap, <a class="indexterm" href="gsf-Output-to-unstructured-files.html#gsf-output-unwrap">gsf_output_unwrap ()</a>
|
732
|
+
</dt>
|
733
|
+
<dt>gsf_output_vprintf, <a class="indexterm" href="gsf-Output-to-unstructured-files.html#gsf-output-vprintf">gsf_output_vprintf ()</a>
|
734
|
+
</dt>
|
735
|
+
<dt>gsf_output_wrap, <a class="indexterm" href="gsf-Output-to-unstructured-files.html#gsf-output-wrap">gsf_output_wrap ()</a>
|
736
|
+
</dt>
|
737
|
+
<dt>gsf_output_write, <a class="indexterm" href="gsf-Output-to-unstructured-files.html#gsf-output-write">gsf_output_write ()</a>
|
738
|
+
</dt>
|
739
|
+
<dt>GSF_PARAM_STATIC, <a class="indexterm" href="gsf-utils.html#GSF-PARAM-STATIC:CAPS">GSF_PARAM_STATIC</a>
|
740
|
+
</dt>
|
741
|
+
<dt>gsf_property_settings_collect, <a class="indexterm" href="gsf-utils.html#gsf-property-settings-collect">gsf_property_settings_collect ()</a>
|
742
|
+
</dt>
|
743
|
+
<dt>gsf_property_settings_collect_valist, <a class="indexterm" href="gsf-utils.html#gsf-property-settings-collect-valist">gsf_property_settings_collect_valist ()</a>
|
744
|
+
</dt>
|
745
|
+
<dt>gsf_property_settings_free, <a class="indexterm" href="gsf-utils.html#gsf-property-settings-free">gsf_property_settings_free ()</a>
|
746
|
+
</dt>
|
747
|
+
<dt>gsf_shutdown, <a class="indexterm" href="gsf-utils.html#gsf-shutdown">gsf_shutdown ()</a>
|
748
|
+
</dt>
|
749
|
+
<dt>gsf_shutdown_dynamic, <a class="indexterm" href="gsf-utils.html#gsf-shutdown-dynamic">gsf_shutdown_dynamic ()</a>
|
750
|
+
</dt>
|
751
|
+
<dt>gsf_timestamp_as_string, <a class="indexterm" href="gsf-utils.html#gsf-timestamp-as-string">gsf_timestamp_as_string ()</a>
|
752
|
+
</dt>
|
753
|
+
<dt>gsf_timestamp_copy, <a class="indexterm" href="gsf-utils.html#gsf-timestamp-copy">gsf_timestamp_copy ()</a>
|
754
|
+
</dt>
|
755
|
+
<dt>gsf_timestamp_equal, <a class="indexterm" href="gsf-utils.html#gsf-timestamp-equal">gsf_timestamp_equal ()</a>
|
756
|
+
</dt>
|
757
|
+
<dt>gsf_timestamp_free, <a class="indexterm" href="gsf-utils.html#gsf-timestamp-free">gsf_timestamp_free ()</a>
|
758
|
+
</dt>
|
759
|
+
<dt>gsf_timestamp_from_string, <a class="indexterm" href="gsf-utils.html#gsf-timestamp-from-string">gsf_timestamp_from_string ()</a>
|
760
|
+
</dt>
|
761
|
+
<dt>gsf_timestamp_hash, <a class="indexterm" href="gsf-utils.html#gsf-timestamp-hash">gsf_timestamp_hash ()</a>
|
762
|
+
</dt>
|
763
|
+
<dt>gsf_timestamp_load_from_string, <a class="indexterm" href="gsf-utils.html#gsf-timestamp-load-from-string">gsf_timestamp_load_from_string ()</a>
|
764
|
+
</dt>
|
765
|
+
<dt>gsf_timestamp_new, <a class="indexterm" href="gsf-utils.html#gsf-timestamp-new">gsf_timestamp_new ()</a>
|
766
|
+
</dt>
|
767
|
+
<dt>gsf_timestamp_parse, <a class="indexterm" href="gsf-utils.html#gsf-timestamp-parse">gsf_timestamp_parse ()</a>
|
768
|
+
</dt>
|
769
|
+
<dt>gsf_timestamp_set_time, <a class="indexterm" href="gsf-utils.html#gsf-timestamp-set-time">gsf_timestamp_set_time ()</a>
|
770
|
+
</dt>
|
771
|
+
<dt>gsf_timestamp_to_value, <a class="indexterm" href="gsf-utils.html#gsf-timestamp-to-value">gsf_timestamp_to_value ()</a>
|
772
|
+
</dt>
|
773
|
+
<dt>gsf_value_get_docprop_varray, <a class="indexterm" href="gsf-metadata.html#gsf-value-get-docprop-varray">gsf_value_get_docprop_varray ()</a>
|
774
|
+
</dt>
|
775
|
+
<dt>gsf_value_get_docprop_vector, <a class="indexterm" href="gsf-metadata.html#gsf-value-get-docprop-vector">gsf_value_get_docprop_vector ()</a>
|
776
|
+
</dt>
|
777
|
+
<dt>gsf_value_set_timestamp, <a class="indexterm" href="gsf-utils.html#gsf-value-set-timestamp">gsf_value_set_timestamp ()</a>
|
778
|
+
</dt>
|
779
|
+
<dt>gsf_xmlDocFormatDump, <a class="indexterm" href="gsf-XML-and-libxml.html#gsf-xmlDocFormatDump">gsf_xmlDocFormatDump ()</a>
|
780
|
+
</dt>
|
781
|
+
<dt>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
|
+
</dt>
|
783
|
+
<dt>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
|
+
</dt>
|
785
|
+
<dt>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
|
+
</dt>
|
787
|
+
<dt>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
|
+
</dt>
|
789
|
+
<dt>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
|
+
</dt>
|
791
|
+
<dt>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
|
+
</dt>
|
793
|
+
<dt>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
|
+
</dt>
|
795
|
+
<dt>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
|
+
</dt>
|
797
|
+
<dt>gsf_xml_in_namecmp, <a class="indexterm" href="gsf-XML-and-libxml.html#gsf-xml-in-namecmp">gsf_xml_in_namecmp ()</a>
|
798
|
+
</dt>
|
799
|
+
<dt>GSF_XML_IN_NODE, <a class="indexterm" href="gsf-XML-and-libxml.html#GSF-XML-IN-NODE:CAPS">GSF_XML_IN_NODE()</a>
|
800
|
+
</dt>
|
801
|
+
<dt>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
|
+
</dt>
|
803
|
+
<dt>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
|
+
</dt>
|
805
|
+
<dt>GSF_XML_IN_NS, <a class="indexterm" href="gsf-XML-and-libxml.html#GSF-XML-IN-NS:CAPS">GSF_XML_IN_NS()</a>
|
806
|
+
</dt>
|
807
|
+
<dt>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
|
+
</dt>
|
809
|
+
<dt>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
|
+
</dt>
|
811
|
+
<dt>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
|
+
</dt>
|
813
|
+
<dt>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
|
+
</dt>
|
815
|
+
<dt>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
|
+
</dt>
|
817
|
+
<dt>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
|
+
</dt>
|
819
|
+
<dt>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
|
+
</dt>
|
821
|
+
<dt>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
|
+
</dt>
|
823
|
+
<dt>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
|
+
</dt>
|
825
|
+
<dt>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
|
+
</dt>
|
827
|
+
<dt>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
|
+
</dt>
|
829
|
+
<dt>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
|
+
</dt>
|
831
|
+
<dt>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
|
+
</dt>
|
833
|
+
<dt>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
|
+
</dt>
|
835
|
+
<dt>gsf_xml_out_new, <a class="indexterm" href="gsf-XML-and-libxml.html#gsf-xml-out-new">gsf_xml_out_new ()</a>
|
836
|
+
</dt>
|
837
|
+
<dt>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
|
+
</dt>
|
839
|
+
<dt>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
|
+
</dt>
|
841
|
+
<dt>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
|
+
</dt>
|
843
|
+
<dt>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
|
+
</dt>
|
845
|
+
<dt>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
|
+
</dt>
|
847
|
+
<dt>gsf_xml_parser_context, <a class="indexterm" href="gsf-XML-and-libxml.html#gsf-xml-parser-context">gsf_xml_parser_context ()</a>
|
848
|
+
</dt>
|
849
|
+
<dt>gsf_xml_probe, <a class="indexterm" href="gsf-XML-and-libxml.html#gsf-xml-probe">gsf_xml_probe ()</a>
|
850
|
+
</dt>
|
851
|
+
</dl>
|
852
|
+
</div>
|
853
|
+
<div class="indexdiv">
|
854
|
+
<h3>L</h3>
|
855
|
+
<dl>
|
856
|
+
<dt>libgsf_major_version, <a class="indexterm" href="gsf-utils.html#libgsf-major-version">libgsf_major_version</a>
|
857
|
+
</dt>
|
858
|
+
<dt>libgsf_micro_version, <a class="indexterm" href="gsf-utils.html#libgsf-micro-version">libgsf_micro_version</a>
|
859
|
+
</dt>
|
860
|
+
<dt>libgsf_minor_version, <a class="indexterm" href="gsf-utils.html#libgsf-minor-version">libgsf_minor_version</a>
|
861
|
+
</dt>
|
862
|
+
</dl>
|
863
|
+
</div>
|
864
|
+
<div class="indexdiv">
|
865
|
+
<h3>V</h3>
|
866
|
+
<dl><dt>VAL_IS_GSF_TIMESTAMP, <a class="indexterm" href="gsf-utils.html#VAL-IS-GSF-TIMESTAMP:CAPS">VAL_IS_GSF_TIMESTAMP()</a>
|
867
|
+
</dt></dl>
|
868
|
+
</div>
|
869
|
+
</div>
|
870
|
+
</div>
|
871
|
+
<div class="footer">
|
872
|
+
<hr>
|
873
|
+
Generated by GTK-Doc V1.20</div>
|
874
|
+
</body>
|
875
|
+
</html>
|