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,332 @@
|
|
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: memory</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="sources.html" title="Stream Sources">
|
9
|
+
<link rel="prev" href="gsf-Reading-and-Writing-from-local-files-and-directories.html" title="Reading and Writing from local files and directories">
|
10
|
+
<link rel="next" href="gsf-GIOChannel.html" title="GIOChannel">
|
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">
|
17
|
+
<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span>
|
18
|
+
<a href="#gsf-memory.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span>
|
19
|
+
<a href="#gsf-memory.object-hierarchy" class="shortcut">Object Hierarchy</a></span>
|
20
|
+
</td>
|
21
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
22
|
+
<td><a accesskey="u" href="sources.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
23
|
+
<td><a accesskey="p" href="gsf-Reading-and-Writing-from-local-files-and-directories.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
24
|
+
<td><a accesskey="n" href="gsf-GIOChannel.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
25
|
+
</tr></table>
|
26
|
+
<div class="refentry">
|
27
|
+
<a name="gsf-memory"></a><div class="titlepage"></div>
|
28
|
+
<div class="refnamediv"><table width="100%"><tr>
|
29
|
+
<td valign="top">
|
30
|
+
<h2><span class="refentrytitle"><a name="gsf-memory.top_of_page"></a>memory</span></h2>
|
31
|
+
<p>memory</p>
|
32
|
+
</td>
|
33
|
+
<td class="gallery_image" valign="top" align="right"></td>
|
34
|
+
</tr></table></div>
|
35
|
+
<div class="refsect1">
|
36
|
+
<a name="gsf-memory.functions"></a><h2>Functions</h2>
|
37
|
+
<div class="informaltable"><table width="100%" border="0">
|
38
|
+
<colgroup>
|
39
|
+
<col width="150px" class="functions_return">
|
40
|
+
<col class="functions_name">
|
41
|
+
</colgroup>
|
42
|
+
<tbody>
|
43
|
+
<tr>
|
44
|
+
<td class="function_type">
|
45
|
+
<a class="link" href="gsf-Input-from-unstructured-files.html#GsfInput"><span class="returnvalue">GsfInput</span></a> *
|
46
|
+
</td>
|
47
|
+
<td class="function_name">
|
48
|
+
<a class="link" href="gsf-memory.html#gsf-input-mmap-new" title="gsf_input_mmap_new ()">gsf_input_mmap_new</a> <span class="c_punctuation">()</span>
|
49
|
+
</td>
|
50
|
+
</tr>
|
51
|
+
<tr>
|
52
|
+
<td class="function_type">
|
53
|
+
<a class="link" href="gsf-Input-from-unstructured-files.html#GsfInput"><span class="returnvalue">GsfInput</span></a> *
|
54
|
+
</td>
|
55
|
+
<td class="function_name">
|
56
|
+
<a class="link" href="gsf-memory.html#gsf-input-memory-new" title="gsf_input_memory_new ()">gsf_input_memory_new</a> <span class="c_punctuation">()</span>
|
57
|
+
</td>
|
58
|
+
</tr>
|
59
|
+
<tr>
|
60
|
+
<td class="function_type">
|
61
|
+
<a class="link" href="gsf-Input-from-unstructured-files.html#GsfInput"><span class="returnvalue">GsfInput</span></a> *
|
62
|
+
</td>
|
63
|
+
<td class="function_name">
|
64
|
+
<a class="link" href="gsf-memory.html#gsf-input-memory-new-clone" title="gsf_input_memory_new_clone ()">gsf_input_memory_new_clone</a> <span class="c_punctuation">()</span>
|
65
|
+
</td>
|
66
|
+
</tr>
|
67
|
+
<tr>
|
68
|
+
<td class="function_type">
|
69
|
+
<a class="link" href="gsf-Input-from-unstructured-files.html#GsfInput"><span class="returnvalue">GsfInput</span></a> *
|
70
|
+
</td>
|
71
|
+
<td class="function_name">
|
72
|
+
<a class="link" href="gsf-memory.html#gsf-input-memory-new-from-iochannel" title="gsf_input_memory_new_from_iochannel ()">gsf_input_memory_new_from_iochannel</a> <span class="c_punctuation">()</span>
|
73
|
+
</td>
|
74
|
+
</tr>
|
75
|
+
<tr>
|
76
|
+
<td class="function_type">const <span class="returnvalue">guint8</span> *
|
77
|
+
</td>
|
78
|
+
<td class="function_name">
|
79
|
+
<a class="link" href="gsf-memory.html#gsf-output-memory-get-bytes" title="gsf_output_memory_get_bytes ()">gsf_output_memory_get_bytes</a> <span class="c_punctuation">()</span>
|
80
|
+
</td>
|
81
|
+
</tr>
|
82
|
+
<tr>
|
83
|
+
<td class="function_type">
|
84
|
+
<a class="link" href="gsf-Output-to-unstructured-files.html#GsfOutput"><span class="returnvalue">GsfOutput</span></a> *
|
85
|
+
</td>
|
86
|
+
<td class="function_name">
|
87
|
+
<a class="link" href="gsf-memory.html#gsf-output-memory-new" title="gsf_output_memory_new ()">gsf_output_memory_new</a> <span class="c_punctuation">()</span>
|
88
|
+
</td>
|
89
|
+
</tr>
|
90
|
+
</tbody>
|
91
|
+
</table></div>
|
92
|
+
</div>
|
93
|
+
<a name="GsfInputMemory"></a><a name="GsfOutputMemory"></a><a name="GsfSharedMemory"></a><div class="refsect1">
|
94
|
+
<a name="gsf-memory.other"></a><h2>Types and Values</h2>
|
95
|
+
<div class="informaltable"><table width="100%" border="0">
|
96
|
+
<colgroup>
|
97
|
+
<col width="150px" class="name">
|
98
|
+
<col class="description">
|
99
|
+
</colgroup>
|
100
|
+
<tbody>
|
101
|
+
<tr>
|
102
|
+
<td class="datatype_keyword"> </td>
|
103
|
+
<td class="function_name"><a class="link" href="gsf-memory.html#GsfInputMemory-struct" title="GsfInputMemory">GsfInputMemory</a></td>
|
104
|
+
</tr>
|
105
|
+
<tr>
|
106
|
+
<td class="datatype_keyword"> </td>
|
107
|
+
<td class="function_name"><a class="link" href="gsf-memory.html#GsfOutputMemory-struct" title="GsfOutputMemory">GsfOutputMemory</a></td>
|
108
|
+
</tr>
|
109
|
+
</tbody>
|
110
|
+
</table></div>
|
111
|
+
</div>
|
112
|
+
<div class="refsect1">
|
113
|
+
<a name="gsf-memory.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
114
|
+
<pre class="screen"> GObject
|
115
|
+
<span class="lineart">├──</span> <a class="link" href="gsf-Input-from-unstructured-files.html#GsfInput">GsfInput</a>
|
116
|
+
<span class="lineart">│</span> <span class="lineart">╰──</span> GsfInputMemory
|
117
|
+
<span class="lineart">├──</span> <a class="link" href="gsf-Output-to-unstructured-files.html#GsfOutput">GsfOutput</a>
|
118
|
+
<span class="lineart">│</span> <span class="lineart">╰──</span> GsfOutputMemory
|
119
|
+
<span class="lineart">╰──</span> GsfSharedMemory
|
120
|
+
</pre>
|
121
|
+
</div>
|
122
|
+
<div class="refsect1">
|
123
|
+
<a name="gsf-memory.description"></a><h2>Description</h2>
|
124
|
+
<p>
|
125
|
+
</p>
|
126
|
+
</div>
|
127
|
+
<div class="refsect1">
|
128
|
+
<a name="gsf-memory.functions_details"></a><h2>Functions</h2>
|
129
|
+
<div class="refsect2">
|
130
|
+
<a name="gsf-input-mmap-new"></a><h3>gsf_input_mmap_new ()</h3>
|
131
|
+
<pre class="programlisting"><a class="link" href="gsf-Input-from-unstructured-files.html#GsfInput"><span class="returnvalue">GsfInput</span></a> *
|
132
|
+
gsf_input_mmap_new (<em class="parameter"><code><span class="type">char</span> const *filename</code></em>,
|
133
|
+
<em class="parameter"><code><span class="type">GError</span> **err</code></em>);</pre>
|
134
|
+
<div class="refsect3">
|
135
|
+
<a name="id-1.6.4.5.10.2.4"></a><h4>Parameters</h4>
|
136
|
+
<div class="informaltable"><table width="100%" border="0">
|
137
|
+
<colgroup>
|
138
|
+
<col width="150px" class="parameters_name">
|
139
|
+
<col class="parameters_description">
|
140
|
+
<col width="200px" class="parameters_annotations">
|
141
|
+
</colgroup>
|
142
|
+
<tbody>
|
143
|
+
<tr>
|
144
|
+
<td class="parameter_name"><p>filename</p></td>
|
145
|
+
<td class="parameter_description"><p>The file on disk that you want to mmap</p></td>
|
146
|
+
<td class="parameter_annotations"> </td>
|
147
|
+
</tr>
|
148
|
+
<tr>
|
149
|
+
<td class="parameter_name"><p>err</p></td>
|
150
|
+
<td class="parameter_description"><p>A <span class="type">GError</span>, or optionally <code class="literal">NULL</code></p></td>
|
151
|
+
<td class="parameter_annotations"> </td>
|
152
|
+
</tr>
|
153
|
+
</tbody>
|
154
|
+
</table></div>
|
155
|
+
</div>
|
156
|
+
<div class="refsect3">
|
157
|
+
<a name="id-1.6.4.5.10.2.5"></a><h4>Returns</h4>
|
158
|
+
<p> A new <a class="link" href="gsf-memory.html#GsfInputMemory"><span class="type">GsfInputMemory</span></a></p>
|
159
|
+
<p></p>
|
160
|
+
</div>
|
161
|
+
</div>
|
162
|
+
<hr>
|
163
|
+
<div class="refsect2">
|
164
|
+
<a name="gsf-input-memory-new"></a><h3>gsf_input_memory_new ()</h3>
|
165
|
+
<pre class="programlisting"><a class="link" href="gsf-Input-from-unstructured-files.html#GsfInput"><span class="returnvalue">GsfInput</span></a> *
|
166
|
+
gsf_input_memory_new (<em class="parameter"><code><span class="type">guint8</span> const *buf</code></em>,
|
167
|
+
<em class="parameter"><code><a class="link" href="gsf-utils.html#gsf-off-t" title="gsf_off_t"><span class="type">gsf_off_t</span></a> length</code></em>,
|
168
|
+
<em class="parameter"><code><span class="type">gboolean</span> needs_free</code></em>);</pre>
|
169
|
+
<div class="refsect3">
|
170
|
+
<a name="id-1.6.4.5.10.3.4"></a><h4>Parameters</h4>
|
171
|
+
<div class="informaltable"><table width="100%" border="0">
|
172
|
+
<colgroup>
|
173
|
+
<col width="150px" class="parameters_name">
|
174
|
+
<col class="parameters_description">
|
175
|
+
<col width="200px" class="parameters_annotations">
|
176
|
+
</colgroup>
|
177
|
+
<tbody>
|
178
|
+
<tr>
|
179
|
+
<td class="parameter_name"><p>buf</p></td>
|
180
|
+
<td class="parameter_description"><p>The input bytes</p></td>
|
181
|
+
<td class="parameter_annotations"> </td>
|
182
|
+
</tr>
|
183
|
+
<tr>
|
184
|
+
<td class="parameter_name"><p>length</p></td>
|
185
|
+
<td class="parameter_description"><p>The length of <em class="parameter"><code>buf</code></em>
|
186
|
+
</p></td>
|
187
|
+
<td class="parameter_annotations"> </td>
|
188
|
+
</tr>
|
189
|
+
<tr>
|
190
|
+
<td class="parameter_name"><p>needs_free</p></td>
|
191
|
+
<td class="parameter_description"><p>Whether you want this memory to be free'd at object destruction</p></td>
|
192
|
+
<td class="parameter_annotations"> </td>
|
193
|
+
</tr>
|
194
|
+
</tbody>
|
195
|
+
</table></div>
|
196
|
+
</div>
|
197
|
+
<div class="refsect3">
|
198
|
+
<a name="id-1.6.4.5.10.3.5"></a><h4>Returns</h4>
|
199
|
+
<p> A new <a class="link" href="gsf-memory.html#GsfInputMemory"><span class="type">GsfInputMemory</span></a></p>
|
200
|
+
<p></p>
|
201
|
+
</div>
|
202
|
+
</div>
|
203
|
+
<hr>
|
204
|
+
<div class="refsect2">
|
205
|
+
<a name="gsf-input-memory-new-clone"></a><h3>gsf_input_memory_new_clone ()</h3>
|
206
|
+
<pre class="programlisting"><a class="link" href="gsf-Input-from-unstructured-files.html#GsfInput"><span class="returnvalue">GsfInput</span></a> *
|
207
|
+
gsf_input_memory_new_clone (<em class="parameter"><code><span class="type">guint8</span> const *buf</code></em>,
|
208
|
+
<em class="parameter"><code><a class="link" href="gsf-utils.html#gsf-off-t" title="gsf_off_t"><span class="type">gsf_off_t</span></a> length</code></em>);</pre>
|
209
|
+
<div class="refsect3">
|
210
|
+
<a name="id-1.6.4.5.10.4.4"></a><h4>Parameters</h4>
|
211
|
+
<div class="informaltable"><table width="100%" border="0">
|
212
|
+
<colgroup>
|
213
|
+
<col width="150px" class="parameters_name">
|
214
|
+
<col class="parameters_description">
|
215
|
+
<col width="200px" class="parameters_annotations">
|
216
|
+
</colgroup>
|
217
|
+
<tbody>
|
218
|
+
<tr>
|
219
|
+
<td class="parameter_name"><p>buf</p></td>
|
220
|
+
<td class="parameter_description"><p>The input bytes</p></td>
|
221
|
+
<td class="parameter_annotations"> </td>
|
222
|
+
</tr>
|
223
|
+
<tr>
|
224
|
+
<td class="parameter_name"><p>length</p></td>
|
225
|
+
<td class="parameter_description"><p>The length of <em class="parameter"><code>buf</code></em>
|
226
|
+
</p></td>
|
227
|
+
<td class="parameter_annotations"> </td>
|
228
|
+
</tr>
|
229
|
+
</tbody>
|
230
|
+
</table></div>
|
231
|
+
</div>
|
232
|
+
<div class="refsect3">
|
233
|
+
<a name="id-1.6.4.5.10.4.5"></a><h4>Returns</h4>
|
234
|
+
<p> A new <a class="link" href="gsf-memory.html#GsfInputMemory"><span class="type">GsfInputMemory</span></a></p>
|
235
|
+
<p></p>
|
236
|
+
</div>
|
237
|
+
</div>
|
238
|
+
<hr>
|
239
|
+
<div class="refsect2">
|
240
|
+
<a name="gsf-input-memory-new-from-iochannel"></a><h3>gsf_input_memory_new_from_iochannel ()</h3>
|
241
|
+
<pre class="programlisting"><a class="link" href="gsf-Input-from-unstructured-files.html#GsfInput"><span class="returnvalue">GsfInput</span></a> *
|
242
|
+
gsf_input_memory_new_from_iochannel (<em class="parameter"><code><span class="type">GIOChannel</span> *channel</code></em>,
|
243
|
+
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
|
244
|
+
<div class="refsect3">
|
245
|
+
<a name="id-1.6.4.5.10.5.4"></a><h4>Parameters</h4>
|
246
|
+
<div class="informaltable"><table width="100%" border="0">
|
247
|
+
<colgroup>
|
248
|
+
<col width="150px" class="parameters_name">
|
249
|
+
<col class="parameters_description">
|
250
|
+
<col width="200px" class="parameters_annotations">
|
251
|
+
</colgroup>
|
252
|
+
<tbody>
|
253
|
+
<tr>
|
254
|
+
<td class="parameter_name"><p>channel</p></td>
|
255
|
+
<td class="parameter_description"><p>a <span class="type">GIOChannel</span>.</p></td>
|
256
|
+
<td class="parameter_annotations"> </td>
|
257
|
+
</tr>
|
258
|
+
<tr>
|
259
|
+
<td class="parameter_name"><p>error</p></td>
|
260
|
+
<td class="parameter_description"><p>a <span class="type">GError</span></p></td>
|
261
|
+
<td class="parameter_annotations"> </td>
|
262
|
+
</tr>
|
263
|
+
</tbody>
|
264
|
+
</table></div>
|
265
|
+
</div>
|
266
|
+
<div class="refsect3">
|
267
|
+
<a name="id-1.6.4.5.10.5.5"></a><h4>Returns</h4>
|
268
|
+
<p> a new <a class="link" href="gsf-memory.html#GsfInputMemory"><span class="type">GsfInputMemory</span></a> or <code class="literal">NULL</code>.</p>
|
269
|
+
<p></p>
|
270
|
+
</div>
|
271
|
+
</div>
|
272
|
+
<hr>
|
273
|
+
<div class="refsect2">
|
274
|
+
<a name="gsf-output-memory-get-bytes"></a><h3>gsf_output_memory_get_bytes ()</h3>
|
275
|
+
<pre class="programlisting">const <span class="returnvalue">guint8</span> *
|
276
|
+
gsf_output_memory_get_bytes (<em class="parameter"><code><a class="link" href="gsf-memory.html#GsfOutputMemory"><span class="type">GsfOutputMemory</span></a> *mem</code></em>);</pre>
|
277
|
+
<div class="refsect3">
|
278
|
+
<a name="id-1.6.4.5.10.6.4"></a><h4>Parameters</h4>
|
279
|
+
<div class="informaltable"><table width="100%" border="0">
|
280
|
+
<colgroup>
|
281
|
+
<col width="150px" class="parameters_name">
|
282
|
+
<col class="parameters_description">
|
283
|
+
<col width="200px" class="parameters_annotations">
|
284
|
+
</colgroup>
|
285
|
+
<tbody><tr>
|
286
|
+
<td class="parameter_name"><p>mem</p></td>
|
287
|
+
<td class="parameter_description"><p>the output device.</p></td>
|
288
|
+
<td class="parameter_annotations"> </td>
|
289
|
+
</tr></tbody>
|
290
|
+
</table></div>
|
291
|
+
</div>
|
292
|
+
<div class="refsect3">
|
293
|
+
<a name="id-1.6.4.5.10.6.5"></a><h4>Returns</h4>
|
294
|
+
<p> The data that has been written to <em class="parameter"><code>mem</code></em>
|
295
|
+
, or <code class="literal">NULL</code></p>
|
296
|
+
<p></p>
|
297
|
+
</div>
|
298
|
+
</div>
|
299
|
+
<hr>
|
300
|
+
<div class="refsect2">
|
301
|
+
<a name="gsf-output-memory-new"></a><h3>gsf_output_memory_new ()</h3>
|
302
|
+
<pre class="programlisting"><a class="link" href="gsf-Output-to-unstructured-files.html#GsfOutput"><span class="returnvalue">GsfOutput</span></a> *
|
303
|
+
gsf_output_memory_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
304
|
+
<div class="refsect3">
|
305
|
+
<a name="id-1.6.4.5.10.7.4"></a><h4>Returns</h4>
|
306
|
+
<p> a new file or <code class="literal">NULL</code>.</p>
|
307
|
+
<p></p>
|
308
|
+
</div>
|
309
|
+
</div>
|
310
|
+
</div>
|
311
|
+
<div class="refsect1">
|
312
|
+
<a name="gsf-memory.other_details"></a><h2>Types and Values</h2>
|
313
|
+
<div class="refsect2">
|
314
|
+
<a name="GsfInputMemory-struct"></a><h3>GsfInputMemory</h3>
|
315
|
+
<pre class="programlisting">typedef struct _GsfInputMemory GsfInputMemory;</pre>
|
316
|
+
<p>
|
317
|
+
</p>
|
318
|
+
</div>
|
319
|
+
<hr>
|
320
|
+
<div class="refsect2">
|
321
|
+
<a name="GsfOutputMemory-struct"></a><h3>GsfOutputMemory</h3>
|
322
|
+
<pre class="programlisting">typedef struct _GsfOutputMemory GsfOutputMemory;</pre>
|
323
|
+
<p>
|
324
|
+
</p>
|
325
|
+
</div>
|
326
|
+
</div>
|
327
|
+
</div>
|
328
|
+
<div class="footer">
|
329
|
+
<hr>
|
330
|
+
Generated by GTK-Doc V1.20</div>
|
331
|
+
</body>
|
332
|
+
</html>
|
@@ -0,0 +1,1762 @@
|
|
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: metadata</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="parsers.html" title="Stream Parsers">
|
9
|
+
<link rel="prev" href="gsf-MS-OLE2.html" title="MS OLE2">
|
10
|
+
<link rel="next" href="gsf-OASIS-Open-Document.html" title="OASIS Open Document">
|
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">
|
17
|
+
<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span>
|
18
|
+
<a href="#gsf-metadata.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span>
|
19
|
+
<a href="#gsf-metadata.object-hierarchy" class="shortcut">Object Hierarchy</a></span>
|
20
|
+
</td>
|
21
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
22
|
+
<td><a accesskey="u" href="parsers.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
23
|
+
<td><a accesskey="p" href="gsf-MS-OLE2.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
24
|
+
<td><a accesskey="n" href="gsf-OASIS-Open-Document.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
25
|
+
</tr></table>
|
26
|
+
<div class="refentry">
|
27
|
+
<a name="gsf-metadata"></a><div class="titlepage"></div>
|
28
|
+
<div class="refnamediv"><table width="100%"><tr>
|
29
|
+
<td valign="top">
|
30
|
+
<h2><span class="refentrytitle"><a name="gsf-metadata.top_of_page"></a>metadata</span></h2>
|
31
|
+
<p>metadata</p>
|
32
|
+
</td>
|
33
|
+
<td class="gallery_image" valign="top" align="right"></td>
|
34
|
+
</tr></table></div>
|
35
|
+
<div class="refsect1">
|
36
|
+
<a name="gsf-metadata.functions"></a><h2>Functions</h2>
|
37
|
+
<div class="informaltable"><table width="100%" border="0">
|
38
|
+
<colgroup>
|
39
|
+
<col width="150px" class="functions_return">
|
40
|
+
<col class="functions_name">
|
41
|
+
</colgroup>
|
42
|
+
<tbody>
|
43
|
+
<tr>
|
44
|
+
<td class="function_type">
|
45
|
+
<a class="link" href="gsf-metadata.html#GsfDocMetaData"><span class="returnvalue">GsfDocMetaData</span></a> *
|
46
|
+
</td>
|
47
|
+
<td class="function_name">
|
48
|
+
<a class="link" href="gsf-metadata.html#gsf-doc-meta-data-new" title="gsf_doc_meta_data_new ()">gsf_doc_meta_data_new</a> <span class="c_punctuation">()</span>
|
49
|
+
</td>
|
50
|
+
</tr>
|
51
|
+
<tr>
|
52
|
+
<td class="function_type">
|
53
|
+
<a class="link" href="gsf-metadata.html#GsfDocProp" title="GsfDocProp"><span class="returnvalue">GsfDocProp</span></a> *
|
54
|
+
</td>
|
55
|
+
<td class="function_name">
|
56
|
+
<a class="link" href="gsf-metadata.html#gsf-doc-meta-data-lookup" title="gsf_doc_meta_data_lookup ()">gsf_doc_meta_data_lookup</a> <span class="c_punctuation">()</span>
|
57
|
+
</td>
|
58
|
+
</tr>
|
59
|
+
<tr>
|
60
|
+
<td class="function_type">
|
61
|
+
<span class="returnvalue">void</span>
|
62
|
+
</td>
|
63
|
+
<td class="function_name">
|
64
|
+
<a class="link" href="gsf-metadata.html#gsf-doc-meta-data-insert" title="gsf_doc_meta_data_insert ()">gsf_doc_meta_data_insert</a> <span class="c_punctuation">()</span>
|
65
|
+
</td>
|
66
|
+
</tr>
|
67
|
+
<tr>
|
68
|
+
<td class="function_type">
|
69
|
+
<span class="returnvalue">void</span>
|
70
|
+
</td>
|
71
|
+
<td class="function_name">
|
72
|
+
<a class="link" href="gsf-metadata.html#gsf-doc-meta-data-remove" title="gsf_doc_meta_data_remove ()">gsf_doc_meta_data_remove</a> <span class="c_punctuation">()</span>
|
73
|
+
</td>
|
74
|
+
</tr>
|
75
|
+
<tr>
|
76
|
+
<td class="function_type">
|
77
|
+
<a class="link" href="gsf-metadata.html#GsfDocProp" title="GsfDocProp"><span class="returnvalue">GsfDocProp</span></a> *
|
78
|
+
</td>
|
79
|
+
<td class="function_name">
|
80
|
+
<a class="link" href="gsf-metadata.html#gsf-doc-meta-data-steal" title="gsf_doc_meta_data_steal ()">gsf_doc_meta_data_steal</a> <span class="c_punctuation">()</span>
|
81
|
+
</td>
|
82
|
+
</tr>
|
83
|
+
<tr>
|
84
|
+
<td class="function_type">
|
85
|
+
<span class="returnvalue">void</span>
|
86
|
+
</td>
|
87
|
+
<td class="function_name">
|
88
|
+
<a class="link" href="gsf-metadata.html#gsf-doc-meta-data-store" title="gsf_doc_meta_data_store ()">gsf_doc_meta_data_store</a> <span class="c_punctuation">()</span>
|
89
|
+
</td>
|
90
|
+
</tr>
|
91
|
+
<tr>
|
92
|
+
<td class="function_type">
|
93
|
+
<span class="returnvalue">void</span>
|
94
|
+
</td>
|
95
|
+
<td class="function_name">
|
96
|
+
<a class="link" href="gsf-metadata.html#gsf-doc-meta-data-foreach" title="gsf_doc_meta_data_foreach ()">gsf_doc_meta_data_foreach</a> <span class="c_punctuation">()</span>
|
97
|
+
</td>
|
98
|
+
</tr>
|
99
|
+
<tr>
|
100
|
+
<td class="function_type">
|
101
|
+
<span class="returnvalue">gsize</span>
|
102
|
+
</td>
|
103
|
+
<td class="function_name">
|
104
|
+
<a class="link" href="gsf-metadata.html#gsf-doc-meta-data-size" title="gsf_doc_meta_data_size ()">gsf_doc_meta_data_size</a> <span class="c_punctuation">()</span>
|
105
|
+
</td>
|
106
|
+
</tr>
|
107
|
+
<tr>
|
108
|
+
<td class="function_type">
|
109
|
+
<span class="returnvalue">void</span>
|
110
|
+
</td>
|
111
|
+
<td class="function_name">
|
112
|
+
<a class="link" href="gsf-metadata.html#gsf-doc-meta-dump" title="gsf_doc_meta_dump ()">gsf_doc_meta_dump</a> <span class="c_punctuation">()</span>
|
113
|
+
</td>
|
114
|
+
</tr>
|
115
|
+
<tr>
|
116
|
+
<td class="function_type">
|
117
|
+
<span class="returnvalue">void</span>
|
118
|
+
</td>
|
119
|
+
<td class="function_name">
|
120
|
+
<a class="link" href="gsf-metadata.html#gsf-doc-meta-data-odf-subtree" title="gsf_doc_meta_data_odf_subtree ()">gsf_doc_meta_data_odf_subtree</a> <span class="c_punctuation">()</span>
|
121
|
+
</td>
|
122
|
+
</tr>
|
123
|
+
<tr>
|
124
|
+
<td class="function_type">
|
125
|
+
<span class="returnvalue">GError</span> *
|
126
|
+
</td>
|
127
|
+
<td class="function_name">
|
128
|
+
<a class="link" href="gsf-metadata.html#gsf-doc-meta-data-read-from-odf" title="gsf_doc_meta_data_read_from_odf ()">gsf_doc_meta_data_read_from_odf</a> <span class="c_punctuation">()</span>
|
129
|
+
</td>
|
130
|
+
</tr>
|
131
|
+
<tr>
|
132
|
+
<td class="function_type">
|
133
|
+
<span class="returnvalue">gboolean</span>
|
134
|
+
</td>
|
135
|
+
<td class="function_name">
|
136
|
+
<a class="link" href="gsf-metadata.html#gsf-doc-meta-data-write-to-odf" title="gsf_doc_meta_data_write_to_odf ()">gsf_doc_meta_data_write_to_odf</a> <span class="c_punctuation">()</span>
|
137
|
+
</td>
|
138
|
+
</tr>
|
139
|
+
<tr>
|
140
|
+
<td class="function_type">
|
141
|
+
<span class="returnvalue">GError</span> *
|
142
|
+
</td>
|
143
|
+
<td class="function_name">
|
144
|
+
<a class="link" href="gsf-metadata.html#gsf-doc-meta-data-read-from-msole" title="gsf_doc_meta_data_read_from_msole ()">gsf_doc_meta_data_read_from_msole</a> <span class="c_punctuation">()</span>
|
145
|
+
</td>
|
146
|
+
</tr>
|
147
|
+
<tr>
|
148
|
+
<td class="function_type">
|
149
|
+
<span class="returnvalue">gboolean</span>
|
150
|
+
</td>
|
151
|
+
<td class="function_name">
|
152
|
+
<a class="link" href="gsf-metadata.html#gsf-doc-meta-data-write-to-msole" title="gsf_doc_meta_data_write_to_msole ()">gsf_doc_meta_data_write_to_msole</a> <span class="c_punctuation">()</span>
|
153
|
+
</td>
|
154
|
+
</tr>
|
155
|
+
<tr>
|
156
|
+
<td class="function_type">
|
157
|
+
<a class="link" href="gsf-metadata.html#GsfDocProp" title="GsfDocProp"><span class="returnvalue">GsfDocProp</span></a> *
|
158
|
+
</td>
|
159
|
+
<td class="function_name">
|
160
|
+
<a class="link" href="gsf-metadata.html#gsf-doc-prop-new" title="gsf_doc_prop_new ()">gsf_doc_prop_new</a> <span class="c_punctuation">()</span>
|
161
|
+
</td>
|
162
|
+
</tr>
|
163
|
+
<tr>
|
164
|
+
<td class="function_type">
|
165
|
+
<span class="returnvalue">void</span>
|
166
|
+
</td>
|
167
|
+
<td class="function_name">
|
168
|
+
<a class="link" href="gsf-metadata.html#gsf-doc-prop-free" title="gsf_doc_prop_free ()">gsf_doc_prop_free</a> <span class="c_punctuation">()</span>
|
169
|
+
</td>
|
170
|
+
</tr>
|
171
|
+
<tr>
|
172
|
+
<td class="function_type">
|
173
|
+
<span class="returnvalue">char</span> const *
|
174
|
+
</td>
|
175
|
+
<td class="function_name">
|
176
|
+
<a class="link" href="gsf-metadata.html#gsf-doc-prop-get-name" title="gsf_doc_prop_get_name ()">gsf_doc_prop_get_name</a> <span class="c_punctuation">()</span>
|
177
|
+
</td>
|
178
|
+
</tr>
|
179
|
+
<tr>
|
180
|
+
<td class="function_type">
|
181
|
+
<span class="returnvalue">GValue</span> const *
|
182
|
+
</td>
|
183
|
+
<td class="function_name">
|
184
|
+
<a class="link" href="gsf-metadata.html#gsf-doc-prop-get-val" title="gsf_doc_prop_get_val ()">gsf_doc_prop_get_val</a> <span class="c_punctuation">()</span>
|
185
|
+
</td>
|
186
|
+
</tr>
|
187
|
+
<tr>
|
188
|
+
<td class="function_type">
|
189
|
+
<span class="returnvalue">void</span>
|
190
|
+
</td>
|
191
|
+
<td class="function_name">
|
192
|
+
<a class="link" href="gsf-metadata.html#gsf-doc-prop-set-val" title="gsf_doc_prop_set_val ()">gsf_doc_prop_set_val</a> <span class="c_punctuation">()</span>
|
193
|
+
</td>
|
194
|
+
</tr>
|
195
|
+
<tr>
|
196
|
+
<td class="function_type">
|
197
|
+
<span class="returnvalue">char</span> const *
|
198
|
+
</td>
|
199
|
+
<td class="function_name">
|
200
|
+
<a class="link" href="gsf-metadata.html#gsf-doc-prop-get-link" title="gsf_doc_prop_get_link ()">gsf_doc_prop_get_link</a> <span class="c_punctuation">()</span>
|
201
|
+
</td>
|
202
|
+
</tr>
|
203
|
+
<tr>
|
204
|
+
<td class="function_type">
|
205
|
+
<span class="returnvalue">void</span>
|
206
|
+
</td>
|
207
|
+
<td class="function_name">
|
208
|
+
<a class="link" href="gsf-metadata.html#gsf-doc-prop-set-link" title="gsf_doc_prop_set_link ()">gsf_doc_prop_set_link</a> <span class="c_punctuation">()</span>
|
209
|
+
</td>
|
210
|
+
</tr>
|
211
|
+
<tr>
|
212
|
+
<td class="function_type">
|
213
|
+
<span class="returnvalue">void</span>
|
214
|
+
</td>
|
215
|
+
<td class="function_name">
|
216
|
+
<a class="link" href="gsf-metadata.html#gsf-doc-prop-dump" title="gsf_doc_prop_dump ()">gsf_doc_prop_dump</a> <span class="c_punctuation">()</span>
|
217
|
+
</td>
|
218
|
+
</tr>
|
219
|
+
<tr>
|
220
|
+
<td class="function_type">
|
221
|
+
<a class="link" href="gsf-metadata.html#GsfDocPropVector"><span class="returnvalue">GsfDocPropVector</span></a> *
|
222
|
+
</td>
|
223
|
+
<td class="function_name">
|
224
|
+
<a class="link" href="gsf-metadata.html#gsf-docprop-vector-new" title="gsf_docprop_vector_new ()">gsf_docprop_vector_new</a> <span class="c_punctuation">()</span>
|
225
|
+
</td>
|
226
|
+
</tr>
|
227
|
+
<tr>
|
228
|
+
<td class="function_type">
|
229
|
+
<span class="returnvalue">void</span>
|
230
|
+
</td>
|
231
|
+
<td class="function_name">
|
232
|
+
<a class="link" href="gsf-metadata.html#gsf-docprop-vector-append" title="gsf_docprop_vector_append ()">gsf_docprop_vector_append</a> <span class="c_punctuation">()</span>
|
233
|
+
</td>
|
234
|
+
</tr>
|
235
|
+
<tr>
|
236
|
+
<td class="function_type">
|
237
|
+
<span class="returnvalue">gchar</span> *
|
238
|
+
</td>
|
239
|
+
<td class="function_name">
|
240
|
+
<a class="link" href="gsf-metadata.html#gsf-docprop-vector-as-string" title="gsf_docprop_vector_as_string ()">gsf_docprop_vector_as_string</a> <span class="c_punctuation">()</span>
|
241
|
+
</td>
|
242
|
+
</tr>
|
243
|
+
<tr>
|
244
|
+
<td class="function_type">
|
245
|
+
<span class="returnvalue">GValueArray</span> *
|
246
|
+
</td>
|
247
|
+
<td class="function_name">
|
248
|
+
<a class="link" href="gsf-metadata.html#gsf-value-get-docprop-varray" title="gsf_value_get_docprop_varray ()">gsf_value_get_docprop_varray</a> <span class="c_punctuation">()</span>
|
249
|
+
</td>
|
250
|
+
</tr>
|
251
|
+
<tr>
|
252
|
+
<td class="function_type">
|
253
|
+
<a class="link" href="gsf-metadata.html#GsfDocPropVector"><span class="returnvalue">GsfDocPropVector</span></a> *
|
254
|
+
</td>
|
255
|
+
<td class="function_name">
|
256
|
+
<a class="link" href="gsf-metadata.html#gsf-value-get-docprop-vector" title="gsf_value_get_docprop_vector ()">gsf_value_get_docprop_vector</a> <span class="c_punctuation">()</span>
|
257
|
+
</td>
|
258
|
+
</tr>
|
259
|
+
</tbody>
|
260
|
+
</table></div>
|
261
|
+
</div>
|
262
|
+
<a name="GsfDocMetaData"></a><a name="GsfDocPropVector"></a><div class="refsect1">
|
263
|
+
<a name="gsf-metadata.other"></a><h2>Types and Values</h2>
|
264
|
+
<div class="informaltable"><table width="100%" border="0">
|
265
|
+
<colgroup>
|
266
|
+
<col width="150px" class="name">
|
267
|
+
<col class="description">
|
268
|
+
</colgroup>
|
269
|
+
<tbody>
|
270
|
+
<tr>
|
271
|
+
<td class="datatype_keyword"> </td>
|
272
|
+
<td class="function_name"><a class="link" href="gsf-metadata.html#GsfDocMetaData-struct" title="GsfDocMetaData">GsfDocMetaData</a></td>
|
273
|
+
</tr>
|
274
|
+
<tr>
|
275
|
+
<td class="datatype_keyword"> </td>
|
276
|
+
<td class="function_name"><a class="link" href="gsf-metadata.html#GsfDocProp" title="GsfDocProp">GsfDocProp</a></td>
|
277
|
+
</tr>
|
278
|
+
<tr>
|
279
|
+
<td class="datatype_keyword"> </td>
|
280
|
+
<td class="function_name"><a class="link" href="gsf-metadata.html#GsfDocPropVector-struct" title="GsfDocPropVector">GsfDocPropVector</a></td>
|
281
|
+
</tr>
|
282
|
+
<tr>
|
283
|
+
<td class="define_keyword">#define</td>
|
284
|
+
<td class="function_name"><a class="link" href="gsf-metadata.html#GSF-META-NAME-TITLE:CAPS" title="GSF_META_NAME_TITLE">GSF_META_NAME_TITLE</a></td>
|
285
|
+
</tr>
|
286
|
+
<tr>
|
287
|
+
<td class="define_keyword">#define</td>
|
288
|
+
<td class="function_name"><a class="link" href="gsf-metadata.html#GSF-META-NAME-DESCRIPTION:CAPS" title="GSF_META_NAME_DESCRIPTION">GSF_META_NAME_DESCRIPTION</a></td>
|
289
|
+
</tr>
|
290
|
+
<tr>
|
291
|
+
<td class="define_keyword">#define</td>
|
292
|
+
<td class="function_name"><a class="link" href="gsf-metadata.html#GSF-META-NAME-SUBJECT:CAPS" title="GSF_META_NAME_SUBJECT">GSF_META_NAME_SUBJECT</a></td>
|
293
|
+
</tr>
|
294
|
+
<tr>
|
295
|
+
<td class="define_keyword">#define</td>
|
296
|
+
<td class="function_name"><a class="link" href="gsf-metadata.html#GSF-META-NAME-DATE-MODIFIED:CAPS" title="GSF_META_NAME_DATE_MODIFIED">GSF_META_NAME_DATE_MODIFIED</a></td>
|
297
|
+
</tr>
|
298
|
+
<tr>
|
299
|
+
<td class="define_keyword">#define</td>
|
300
|
+
<td class="function_name"><a class="link" href="gsf-metadata.html#GSF-META-NAME-DATE-CREATED:CAPS" title="GSF_META_NAME_DATE_CREATED">GSF_META_NAME_DATE_CREATED</a></td>
|
301
|
+
</tr>
|
302
|
+
<tr>
|
303
|
+
<td class="define_keyword">#define</td>
|
304
|
+
<td class="function_name"><a class="link" href="gsf-metadata.html#GSF-META-NAME-KEYWORDS:CAPS" title="GSF_META_NAME_KEYWORDS">GSF_META_NAME_KEYWORDS</a></td>
|
305
|
+
</tr>
|
306
|
+
<tr>
|
307
|
+
<td class="define_keyword">#define</td>
|
308
|
+
<td class="function_name"><a class="link" href="gsf-metadata.html#GSF-META-NAME-LANGUAGE:CAPS" title="GSF_META_NAME_LANGUAGE">GSF_META_NAME_LANGUAGE</a></td>
|
309
|
+
</tr>
|
310
|
+
<tr>
|
311
|
+
<td class="define_keyword">#define</td>
|
312
|
+
<td class="function_name"><a class="link" href="gsf-metadata.html#GSF-META-NAME-CODEPAGE:CAPS" title="GSF_META_NAME_CODEPAGE">GSF_META_NAME_CODEPAGE</a></td>
|
313
|
+
</tr>
|
314
|
+
<tr>
|
315
|
+
<td class="define_keyword">#define</td>
|
316
|
+
<td class="function_name"><a class="link" href="gsf-metadata.html#GSF-META-NAME-REVISION-COUNT:CAPS" title="GSF_META_NAME_REVISION_COUNT">GSF_META_NAME_REVISION_COUNT</a></td>
|
317
|
+
</tr>
|
318
|
+
<tr>
|
319
|
+
<td class="define_keyword">#define</td>
|
320
|
+
<td class="function_name"><a class="link" href="gsf-metadata.html#GSF-META-NAME-EDITING-DURATION:CAPS" title="GSF_META_NAME_EDITING_DURATION">GSF_META_NAME_EDITING_DURATION</a></td>
|
321
|
+
</tr>
|
322
|
+
<tr>
|
323
|
+
<td class="define_keyword">#define</td>
|
324
|
+
<td class="function_name"><a class="link" href="gsf-metadata.html#GSF-META-NAME-TABLE-COUNT:CAPS" title="GSF_META_NAME_TABLE_COUNT">GSF_META_NAME_TABLE_COUNT</a></td>
|
325
|
+
</tr>
|
326
|
+
<tr>
|
327
|
+
<td class="define_keyword">#define</td>
|
328
|
+
<td class="function_name"><a class="link" href="gsf-metadata.html#GSF-META-NAME-IMAGE-COUNT:CAPS" title="GSF_META_NAME_IMAGE_COUNT">GSF_META_NAME_IMAGE_COUNT</a></td>
|
329
|
+
</tr>
|
330
|
+
<tr>
|
331
|
+
<td class="define_keyword">#define</td>
|
332
|
+
<td class="function_name"><a class="link" href="gsf-metadata.html#GSF-META-NAME-OBJECT-COUNT:CAPS" title="GSF_META_NAME_OBJECT_COUNT">GSF_META_NAME_OBJECT_COUNT</a></td>
|
333
|
+
</tr>
|
334
|
+
<tr>
|
335
|
+
<td class="define_keyword">#define</td>
|
336
|
+
<td class="function_name"><a class="link" href="gsf-metadata.html#GSF-META-NAME-PAGE-COUNT:CAPS" title="GSF_META_NAME_PAGE_COUNT">GSF_META_NAME_PAGE_COUNT</a></td>
|
337
|
+
</tr>
|
338
|
+
<tr>
|
339
|
+
<td class="define_keyword">#define</td>
|
340
|
+
<td class="function_name"><a class="link" href="gsf-metadata.html#GSF-META-NAME-PARAGRAPH-COUNT:CAPS" title="GSF_META_NAME_PARAGRAPH_COUNT">GSF_META_NAME_PARAGRAPH_COUNT</a></td>
|
341
|
+
</tr>
|
342
|
+
<tr>
|
343
|
+
<td class="define_keyword">#define</td>
|
344
|
+
<td class="function_name"><a class="link" href="gsf-metadata.html#GSF-META-NAME-WORD-COUNT:CAPS" title="GSF_META_NAME_WORD_COUNT">GSF_META_NAME_WORD_COUNT</a></td>
|
345
|
+
</tr>
|
346
|
+
<tr>
|
347
|
+
<td class="define_keyword">#define</td>
|
348
|
+
<td class="function_name"><a class="link" href="gsf-metadata.html#GSF-META-NAME-CHARACTER-COUNT:CAPS" title="GSF_META_NAME_CHARACTER_COUNT">GSF_META_NAME_CHARACTER_COUNT</a></td>
|
349
|
+
</tr>
|
350
|
+
<tr>
|
351
|
+
<td class="define_keyword">#define</td>
|
352
|
+
<td class="function_name"><a class="link" href="gsf-metadata.html#GSF-META-NAME-CELL-COUNT:CAPS" title="GSF_META_NAME_CELL_COUNT">GSF_META_NAME_CELL_COUNT</a></td>
|
353
|
+
</tr>
|
354
|
+
<tr>
|
355
|
+
<td class="define_keyword">#define</td>
|
356
|
+
<td class="function_name"><a class="link" href="gsf-metadata.html#GSF-META-NAME-SPREADSHEET-COUNT:CAPS" title="GSF_META_NAME_SPREADSHEET_COUNT">GSF_META_NAME_SPREADSHEET_COUNT</a></td>
|
357
|
+
</tr>
|
358
|
+
<tr>
|
359
|
+
<td class="define_keyword">#define</td>
|
360
|
+
<td class="function_name"><a class="link" href="gsf-metadata.html#GSF-META-NAME-CREATOR:CAPS" title="GSF_META_NAME_CREATOR">GSF_META_NAME_CREATOR</a></td>
|
361
|
+
</tr>
|
362
|
+
<tr>
|
363
|
+
<td class="define_keyword">#define</td>
|
364
|
+
<td class="function_name"><a class="link" href="gsf-metadata.html#GSF-META-NAME-TEMPLATE:CAPS" title="GSF_META_NAME_TEMPLATE">GSF_META_NAME_TEMPLATE</a></td>
|
365
|
+
</tr>
|
366
|
+
<tr>
|
367
|
+
<td class="define_keyword">#define</td>
|
368
|
+
<td class="function_name"><a class="link" href="gsf-metadata.html#GSF-META-NAME-LAST-SAVED-BY:CAPS" title="GSF_META_NAME_LAST_SAVED_BY">GSF_META_NAME_LAST_SAVED_BY</a></td>
|
369
|
+
</tr>
|
370
|
+
<tr>
|
371
|
+
<td class="define_keyword">#define</td>
|
372
|
+
<td class="function_name"><a class="link" href="gsf-metadata.html#GSF-META-NAME-LAST-PRINTED:CAPS" title="GSF_META_NAME_LAST_PRINTED">GSF_META_NAME_LAST_PRINTED</a></td>
|
373
|
+
</tr>
|
374
|
+
<tr>
|
375
|
+
<td class="define_keyword">#define</td>
|
376
|
+
<td class="function_name"><a class="link" href="gsf-metadata.html#GSF-META-NAME-PRINT-DATE:CAPS" title="GSF_META_NAME_PRINT_DATE">GSF_META_NAME_PRINT_DATE</a></td>
|
377
|
+
</tr>
|
378
|
+
<tr>
|
379
|
+
<td class="define_keyword">#define</td>
|
380
|
+
<td class="function_name"><a class="link" href="gsf-metadata.html#GSF-META-NAME-PRINTED-BY:CAPS" title="GSF_META_NAME_PRINTED_BY">GSF_META_NAME_PRINTED_BY</a></td>
|
381
|
+
</tr>
|
382
|
+
<tr>
|
383
|
+
<td class="define_keyword">#define</td>
|
384
|
+
<td class="function_name"><a class="link" href="gsf-metadata.html#GSF-META-NAME-KEYWORD:CAPS" title="GSF_META_NAME_KEYWORD">GSF_META_NAME_KEYWORD</a></td>
|
385
|
+
</tr>
|
386
|
+
<tr>
|
387
|
+
<td class="define_keyword">#define</td>
|
388
|
+
<td class="function_name"><a class="link" href="gsf-metadata.html#GSF-META-NAME-SECURITY:CAPS" title="GSF_META_NAME_SECURITY">GSF_META_NAME_SECURITY</a></td>
|
389
|
+
</tr>
|
390
|
+
<tr>
|
391
|
+
<td class="define_keyword">#define</td>
|
392
|
+
<td class="function_name"><a class="link" href="gsf-metadata.html#GSF-META-NAME-CATEGORY:CAPS" title="GSF_META_NAME_CATEGORY">GSF_META_NAME_CATEGORY</a></td>
|
393
|
+
</tr>
|
394
|
+
<tr>
|
395
|
+
<td class="define_keyword">#define</td>
|
396
|
+
<td class="function_name"><a class="link" href="gsf-metadata.html#GSF-META-NAME-PRESENTATION-FORMAT:CAPS" title="GSF_META_NAME_PRESENTATION_FORMAT">GSF_META_NAME_PRESENTATION_FORMAT</a></td>
|
397
|
+
</tr>
|
398
|
+
<tr>
|
399
|
+
<td class="define_keyword">#define</td>
|
400
|
+
<td class="function_name"><a class="link" href="gsf-metadata.html#GSF-META-NAME-THUMBNAIL:CAPS" title="GSF_META_NAME_THUMBNAIL">GSF_META_NAME_THUMBNAIL</a></td>
|
401
|
+
</tr>
|
402
|
+
<tr>
|
403
|
+
<td class="define_keyword">#define</td>
|
404
|
+
<td class="function_name"><a class="link" href="gsf-metadata.html#GSF-META-NAME-GENERATOR:CAPS" title="GSF_META_NAME_GENERATOR">GSF_META_NAME_GENERATOR</a></td>
|
405
|
+
</tr>
|
406
|
+
<tr>
|
407
|
+
<td class="define_keyword">#define</td>
|
408
|
+
<td class="function_name"><a class="link" href="gsf-metadata.html#GSF-META-NAME-LINE-COUNT:CAPS" title="GSF_META_NAME_LINE_COUNT">GSF_META_NAME_LINE_COUNT</a></td>
|
409
|
+
</tr>
|
410
|
+
<tr>
|
411
|
+
<td class="define_keyword">#define</td>
|
412
|
+
<td class="function_name"><a class="link" href="gsf-metadata.html#GSF-META-NAME-SLIDE-COUNT:CAPS" title="GSF_META_NAME_SLIDE_COUNT">GSF_META_NAME_SLIDE_COUNT</a></td>
|
413
|
+
</tr>
|
414
|
+
<tr>
|
415
|
+
<td class="define_keyword">#define</td>
|
416
|
+
<td class="function_name"><a class="link" href="gsf-metadata.html#GSF-META-NAME-NOTE-COUNT:CAPS" title="GSF_META_NAME_NOTE_COUNT">GSF_META_NAME_NOTE_COUNT</a></td>
|
417
|
+
</tr>
|
418
|
+
<tr>
|
419
|
+
<td class="define_keyword">#define</td>
|
420
|
+
<td class="function_name"><a class="link" href="gsf-metadata.html#GSF-META-NAME-HIDDEN-SLIDE-COUNT:CAPS" title="GSF_META_NAME_HIDDEN_SLIDE_COUNT">GSF_META_NAME_HIDDEN_SLIDE_COUNT</a></td>
|
421
|
+
</tr>
|
422
|
+
<tr>
|
423
|
+
<td class="define_keyword">#define</td>
|
424
|
+
<td class="function_name"><a class="link" href="gsf-metadata.html#GSF-META-NAME-MM-CLIP-COUNT:CAPS" title="GSF_META_NAME_MM_CLIP_COUNT">GSF_META_NAME_MM_CLIP_COUNT</a></td>
|
425
|
+
</tr>
|
426
|
+
<tr>
|
427
|
+
<td class="define_keyword">#define</td>
|
428
|
+
<td class="function_name"><a class="link" href="gsf-metadata.html#GSF-META-NAME-BYTE-COUNT:CAPS" title="GSF_META_NAME_BYTE_COUNT">GSF_META_NAME_BYTE_COUNT</a></td>
|
429
|
+
</tr>
|
430
|
+
<tr>
|
431
|
+
<td class="define_keyword">#define</td>
|
432
|
+
<td class="function_name"><a class="link" href="gsf-metadata.html#GSF-META-NAME-SCALE:CAPS" title="GSF_META_NAME_SCALE">GSF_META_NAME_SCALE</a></td>
|
433
|
+
</tr>
|
434
|
+
<tr>
|
435
|
+
<td class="define_keyword">#define</td>
|
436
|
+
<td class="function_name"><a class="link" href="gsf-metadata.html#GSF-META-NAME-HEADING-PAIRS:CAPS" title="GSF_META_NAME_HEADING_PAIRS">GSF_META_NAME_HEADING_PAIRS</a></td>
|
437
|
+
</tr>
|
438
|
+
<tr>
|
439
|
+
<td class="define_keyword">#define</td>
|
440
|
+
<td class="function_name"><a class="link" href="gsf-metadata.html#GSF-META-NAME-DOCUMENT-PARTS:CAPS" title="GSF_META_NAME_DOCUMENT_PARTS">GSF_META_NAME_DOCUMENT_PARTS</a></td>
|
441
|
+
</tr>
|
442
|
+
<tr>
|
443
|
+
<td class="define_keyword">#define</td>
|
444
|
+
<td class="function_name"><a class="link" href="gsf-metadata.html#GSF-META-NAME-MANAGER:CAPS" title="GSF_META_NAME_MANAGER">GSF_META_NAME_MANAGER</a></td>
|
445
|
+
</tr>
|
446
|
+
<tr>
|
447
|
+
<td class="define_keyword">#define</td>
|
448
|
+
<td class="function_name"><a class="link" href="gsf-metadata.html#GSF-META-NAME-COMPANY:CAPS" title="GSF_META_NAME_COMPANY">GSF_META_NAME_COMPANY</a></td>
|
449
|
+
</tr>
|
450
|
+
<tr>
|
451
|
+
<td class="define_keyword">#define</td>
|
452
|
+
<td class="function_name"><a class="link" href="gsf-metadata.html#GSF-META-NAME-LINKS-DIRTY:CAPS" title="GSF_META_NAME_LINKS_DIRTY">GSF_META_NAME_LINKS_DIRTY</a></td>
|
453
|
+
</tr>
|
454
|
+
<tr>
|
455
|
+
<td class="define_keyword">#define</td>
|
456
|
+
<td class="function_name"><a class="link" href="gsf-metadata.html#GSF-META-NAME-DICTIONARY:CAPS" title="GSF_META_NAME_DICTIONARY">GSF_META_NAME_DICTIONARY</a></td>
|
457
|
+
</tr>
|
458
|
+
<tr>
|
459
|
+
<td class="define_keyword">#define</td>
|
460
|
+
<td class="function_name"><a class="link" href="gsf-metadata.html#GSF-META-NAME-MSOLE-UNKNOWN-17:CAPS" title="GSF_META_NAME_MSOLE_UNKNOWN_17">GSF_META_NAME_MSOLE_UNKNOWN_17</a></td>
|
461
|
+
</tr>
|
462
|
+
<tr>
|
463
|
+
<td class="define_keyword">#define</td>
|
464
|
+
<td class="function_name"><a class="link" href="gsf-metadata.html#GSF-META-NAME-MSOLE-UNKNOWN-18:CAPS" title="GSF_META_NAME_MSOLE_UNKNOWN_18">GSF_META_NAME_MSOLE_UNKNOWN_18</a></td>
|
465
|
+
</tr>
|
466
|
+
<tr>
|
467
|
+
<td class="define_keyword">#define</td>
|
468
|
+
<td class="function_name"><a class="link" href="gsf-metadata.html#GSF-META-NAME-MSOLE-UNKNOWN-19:CAPS" title="GSF_META_NAME_MSOLE_UNKNOWN_19">GSF_META_NAME_MSOLE_UNKNOWN_19</a></td>
|
469
|
+
</tr>
|
470
|
+
<tr>
|
471
|
+
<td class="define_keyword">#define</td>
|
472
|
+
<td class="function_name"><a class="link" href="gsf-metadata.html#GSF-META-NAME-MSOLE-UNKNOWN-20:CAPS" title="GSF_META_NAME_MSOLE_UNKNOWN_20">GSF_META_NAME_MSOLE_UNKNOWN_20</a></td>
|
473
|
+
</tr>
|
474
|
+
<tr>
|
475
|
+
<td class="define_keyword">#define</td>
|
476
|
+
<td class="function_name"><a class="link" href="gsf-metadata.html#GSF-META-NAME-MSOLE-UNKNOWN-21:CAPS" title="GSF_META_NAME_MSOLE_UNKNOWN_21">GSF_META_NAME_MSOLE_UNKNOWN_21</a></td>
|
477
|
+
</tr>
|
478
|
+
<tr>
|
479
|
+
<td class="define_keyword">#define</td>
|
480
|
+
<td class="function_name"><a class="link" href="gsf-metadata.html#GSF-META-NAME-MSOLE-UNKNOWN-22:CAPS" title="GSF_META_NAME_MSOLE_UNKNOWN_22">GSF_META_NAME_MSOLE_UNKNOWN_22</a></td>
|
481
|
+
</tr>
|
482
|
+
<tr>
|
483
|
+
<td class="define_keyword">#define</td>
|
484
|
+
<td class="function_name"><a class="link" href="gsf-metadata.html#GSF-META-NAME-MSOLE-UNKNOWN-23:CAPS" title="GSF_META_NAME_MSOLE_UNKNOWN_23">GSF_META_NAME_MSOLE_UNKNOWN_23</a></td>
|
485
|
+
</tr>
|
486
|
+
<tr>
|
487
|
+
<td class="define_keyword">#define</td>
|
488
|
+
<td class="function_name"><a class="link" href="gsf-metadata.html#GSF-META-NAME-LOCALE-SYSTEM-DEFAULT:CAPS" title="GSF_META_NAME_LOCALE_SYSTEM_DEFAULT">GSF_META_NAME_LOCALE_SYSTEM_DEFAULT</a></td>
|
489
|
+
</tr>
|
490
|
+
<tr>
|
491
|
+
<td class="define_keyword">#define</td>
|
492
|
+
<td class="function_name"><a class="link" href="gsf-metadata.html#GSF-META-NAME-CASE-SENSITIVE:CAPS" title="GSF_META_NAME_CASE_SENSITIVE">GSF_META_NAME_CASE_SENSITIVE</a></td>
|
493
|
+
</tr>
|
494
|
+
<tr>
|
495
|
+
<td class="define_keyword">#define</td>
|
496
|
+
<td class="function_name"><a class="link" href="gsf-metadata.html#GSF-META-NAME-INITIAL-CREATOR:CAPS" title="GSF_META_NAME_INITIAL_CREATOR">GSF_META_NAME_INITIAL_CREATOR</a></td>
|
497
|
+
</tr>
|
498
|
+
</tbody>
|
499
|
+
</table></div>
|
500
|
+
</div>
|
501
|
+
<div class="refsect1">
|
502
|
+
<a name="gsf-metadata.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
503
|
+
<pre class="screen"> GObject
|
504
|
+
<span class="lineart">├──</span> GsfDocMetaData
|
505
|
+
<span class="lineart">╰──</span> GsfDocPropVector
|
506
|
+
</pre>
|
507
|
+
</div>
|
508
|
+
<div class="refsect1">
|
509
|
+
<a name="gsf-metadata.description"></a><h2>Description</h2>
|
510
|
+
<p>
|
511
|
+
</p>
|
512
|
+
</div>
|
513
|
+
<div class="refsect1">
|
514
|
+
<a name="gsf-metadata.functions_details"></a><h2>Functions</h2>
|
515
|
+
<div class="refsect2">
|
516
|
+
<a name="gsf-doc-meta-data-new"></a><h3>gsf_doc_meta_data_new ()</h3>
|
517
|
+
<pre class="programlisting"><a class="link" href="gsf-metadata.html#GsfDocMetaData"><span class="returnvalue">GsfDocMetaData</span></a> *
|
518
|
+
gsf_doc_meta_data_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
519
|
+
<div class="refsect3">
|
520
|
+
<a name="id-1.6.5.7.9.2.4"></a><h4>Returns</h4>
|
521
|
+
<p> a new metadata property collection. </p>
|
522
|
+
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
523
|
+
</div>
|
524
|
+
</div>
|
525
|
+
<hr>
|
526
|
+
<div class="refsect2">
|
527
|
+
<a name="gsf-doc-meta-data-lookup"></a><h3>gsf_doc_meta_data_lookup ()</h3>
|
528
|
+
<pre class="programlisting"><a class="link" href="gsf-metadata.html#GsfDocProp" title="GsfDocProp"><span class="returnvalue">GsfDocProp</span></a> *
|
529
|
+
gsf_doc_meta_data_lookup (<em class="parameter"><code><a class="link" href="gsf-metadata.html#GsfDocMetaData"><span class="type">GsfDocMetaData</span></a> const *meta</code></em>,
|
530
|
+
<em class="parameter"><code><span class="type">char</span> const *name</code></em>);</pre>
|
531
|
+
<div class="refsect3">
|
532
|
+
<a name="id-1.6.5.7.9.3.4"></a><h4>Parameters</h4>
|
533
|
+
<div class="informaltable"><table width="100%" border="0">
|
534
|
+
<colgroup>
|
535
|
+
<col width="150px" class="parameters_name">
|
536
|
+
<col class="parameters_description">
|
537
|
+
<col width="200px" class="parameters_annotations">
|
538
|
+
</colgroup>
|
539
|
+
<tbody><tr>
|
540
|
+
<td class="parameter_name"><p>meta</p></td>
|
541
|
+
<td class="parameter_description"><p><a class="link" href="gsf-metadata.html#GsfDocMetaData"><span class="type">GsfDocMetaData</span></a></p></td>
|
542
|
+
<td class="parameter_annotations"> </td>
|
543
|
+
</tr></tbody>
|
544
|
+
</table></div>
|
545
|
+
</div>
|
546
|
+
<div class="refsect3">
|
547
|
+
<a name="id-1.6.5.7.9.3.5"></a><h4>Returns</h4>
|
548
|
+
<p> the property with name <em class="parameter"><code>id</code></em>
|
549
|
+
in <em class="parameter"><code>meta</code></em>
|
550
|
+
. The caller can modify the
|
551
|
+
property value and link but not the name.</p>
|
552
|
+
<p></p>
|
553
|
+
</div>
|
554
|
+
</div>
|
555
|
+
<hr>
|
556
|
+
<div class="refsect2">
|
557
|
+
<a name="gsf-doc-meta-data-insert"></a><h3>gsf_doc_meta_data_insert ()</h3>
|
558
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
559
|
+
gsf_doc_meta_data_insert (<em class="parameter"><code><a class="link" href="gsf-metadata.html#GsfDocMetaData"><span class="type">GsfDocMetaData</span></a> *meta</code></em>,
|
560
|
+
<em class="parameter"><code><span class="type">char</span> *name</code></em>,
|
561
|
+
<em class="parameter"><code><span class="type">GValue</span> *value</code></em>);</pre>
|
562
|
+
<p>Take ownership of <em class="parameter"><code>name</code></em>
|
563
|
+
and <em class="parameter"><code>value</code></em>
|
564
|
+
and insert a property into <em class="parameter"><code>meta</code></em>
|
565
|
+
.
|
566
|
+
If a property exists with <em class="parameter"><code>name</code></em>
|
567
|
+
, it is replaced (The link is lost)</p>
|
568
|
+
<div class="refsect3">
|
569
|
+
<a name="id-1.6.5.7.9.4.5"></a><h4>Parameters</h4>
|
570
|
+
<div class="informaltable"><table width="100%" border="0">
|
571
|
+
<colgroup>
|
572
|
+
<col width="150px" class="parameters_name">
|
573
|
+
<col class="parameters_description">
|
574
|
+
<col width="200px" class="parameters_annotations">
|
575
|
+
</colgroup>
|
576
|
+
<tbody>
|
577
|
+
<tr>
|
578
|
+
<td class="parameter_name"><p>meta</p></td>
|
579
|
+
<td class="parameter_description"><p><a class="link" href="gsf-metadata.html#GsfDocMetaData"><span class="type">GsfDocMetaData</span></a></p></td>
|
580
|
+
<td class="parameter_annotations"> </td>
|
581
|
+
</tr>
|
582
|
+
<tr>
|
583
|
+
<td class="parameter_name"><p>name</p></td>
|
584
|
+
<td class="parameter_description"><p>the id.</p></td>
|
585
|
+
<td class="parameter_annotations"> </td>
|
586
|
+
</tr>
|
587
|
+
<tr>
|
588
|
+
<td class="parameter_name"><p>value</p></td>
|
589
|
+
<td class="parameter_description"><p><span class="type">GValue</span></p></td>
|
590
|
+
<td class="parameter_annotations"> </td>
|
591
|
+
</tr>
|
592
|
+
</tbody>
|
593
|
+
</table></div>
|
594
|
+
</div>
|
595
|
+
</div>
|
596
|
+
<hr>
|
597
|
+
<div class="refsect2">
|
598
|
+
<a name="gsf-doc-meta-data-remove"></a><h3>gsf_doc_meta_data_remove ()</h3>
|
599
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
600
|
+
gsf_doc_meta_data_remove (<em class="parameter"><code><a class="link" href="gsf-metadata.html#GsfDocMetaData"><span class="type">GsfDocMetaData</span></a> *meta</code></em>,
|
601
|
+
<em class="parameter"><code><span class="type">char</span> const *name</code></em>);</pre>
|
602
|
+
<p>If <em class="parameter"><code>name</code></em>
|
603
|
+
does not exist in the collection, do nothing. If <em class="parameter"><code>name</code></em>
|
604
|
+
does exist,
|
605
|
+
remove it and its value from the collection</p>
|
606
|
+
<div class="refsect3">
|
607
|
+
<a name="id-1.6.5.7.9.5.5"></a><h4>Parameters</h4>
|
608
|
+
<div class="informaltable"><table width="100%" border="0">
|
609
|
+
<colgroup>
|
610
|
+
<col width="150px" class="parameters_name">
|
611
|
+
<col class="parameters_description">
|
612
|
+
<col width="200px" class="parameters_annotations">
|
613
|
+
</colgroup>
|
614
|
+
<tbody>
|
615
|
+
<tr>
|
616
|
+
<td class="parameter_name"><p>meta</p></td>
|
617
|
+
<td class="parameter_description"><p>the collection</p></td>
|
618
|
+
<td class="parameter_annotations"> </td>
|
619
|
+
</tr>
|
620
|
+
<tr>
|
621
|
+
<td class="parameter_name"><p>name</p></td>
|
622
|
+
<td class="parameter_description"><p>the non-null string name of the property</p></td>
|
623
|
+
<td class="parameter_annotations"> </td>
|
624
|
+
</tr>
|
625
|
+
</tbody>
|
626
|
+
</table></div>
|
627
|
+
</div>
|
628
|
+
</div>
|
629
|
+
<hr>
|
630
|
+
<div class="refsect2">
|
631
|
+
<a name="gsf-doc-meta-data-steal"></a><h3>gsf_doc_meta_data_steal ()</h3>
|
632
|
+
<pre class="programlisting"><a class="link" href="gsf-metadata.html#GsfDocProp" title="GsfDocProp"><span class="returnvalue">GsfDocProp</span></a> *
|
633
|
+
gsf_doc_meta_data_steal (<em class="parameter"><code><a class="link" href="gsf-metadata.html#GsfDocMetaData"><span class="type">GsfDocMetaData</span></a> *meta</code></em>,
|
634
|
+
<em class="parameter"><code><span class="type">char</span> const *name</code></em>);</pre>
|
635
|
+
<div class="refsect3">
|
636
|
+
<a name="id-1.6.5.7.9.6.4"></a><h4>Parameters</h4>
|
637
|
+
<div class="informaltable"><table width="100%" border="0">
|
638
|
+
<colgroup>
|
639
|
+
<col width="150px" class="parameters_name">
|
640
|
+
<col class="parameters_description">
|
641
|
+
<col width="200px" class="parameters_annotations">
|
642
|
+
</colgroup>
|
643
|
+
<tbody><tr>
|
644
|
+
<td class="parameter_name"><p>meta</p></td>
|
645
|
+
<td class="parameter_description"><p><a class="link" href="gsf-metadata.html#GsfDocMetaData"><span class="type">GsfDocMetaData</span></a></p></td>
|
646
|
+
<td class="parameter_annotations"> </td>
|
647
|
+
</tr></tbody>
|
648
|
+
</table></div>
|
649
|
+
</div>
|
650
|
+
<div class="refsect3">
|
651
|
+
<a name="id-1.6.5.7.9.6.5"></a><h4>Returns</h4>
|
652
|
+
<p></p>
|
653
|
+
</div>
|
654
|
+
</div>
|
655
|
+
<hr>
|
656
|
+
<div class="refsect2">
|
657
|
+
<a name="gsf-doc-meta-data-store"></a><h3>gsf_doc_meta_data_store ()</h3>
|
658
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
659
|
+
gsf_doc_meta_data_store (<em class="parameter"><code><a class="link" href="gsf-metadata.html#GsfDocMetaData"><span class="type">GsfDocMetaData</span></a> *meta</code></em>,
|
660
|
+
<em class="parameter"><code><a class="link" href="gsf-metadata.html#GsfDocProp" title="GsfDocProp"><span class="type">GsfDocProp</span></a> *prop</code></em>);</pre>
|
661
|
+
<div class="refsect3">
|
662
|
+
<a name="id-1.6.5.7.9.7.4"></a><h4>Parameters</h4>
|
663
|
+
<div class="informaltable"><table width="100%" border="0">
|
664
|
+
<colgroup>
|
665
|
+
<col width="150px" class="parameters_name">
|
666
|
+
<col class="parameters_description">
|
667
|
+
<col width="200px" class="parameters_annotations">
|
668
|
+
</colgroup>
|
669
|
+
<tbody>
|
670
|
+
<tr>
|
671
|
+
<td class="parameter_name"><p>meta</p></td>
|
672
|
+
<td class="parameter_description"><p><a class="link" href="gsf-metadata.html#GsfDocMetaData"><span class="type">GsfDocMetaData</span></a></p></td>
|
673
|
+
<td class="parameter_annotations"> </td>
|
674
|
+
</tr>
|
675
|
+
<tr>
|
676
|
+
<td class="parameter_name"><p>prop</p></td>
|
677
|
+
<td class="parameter_description"><p><a class="link" href="gsf-metadata.html#GsfDocProp" title="GsfDocProp"><span class="type">GsfDocProp</span></a></p></td>
|
678
|
+
<td class="parameter_annotations"> </td>
|
679
|
+
</tr>
|
680
|
+
</tbody>
|
681
|
+
</table></div>
|
682
|
+
</div>
|
683
|
+
</div>
|
684
|
+
<hr>
|
685
|
+
<div class="refsect2">
|
686
|
+
<a name="gsf-doc-meta-data-foreach"></a><h3>gsf_doc_meta_data_foreach ()</h3>
|
687
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
688
|
+
gsf_doc_meta_data_foreach (<em class="parameter"><code><a class="link" href="gsf-metadata.html#GsfDocMetaData"><span class="type">GsfDocMetaData</span></a> const *meta</code></em>,
|
689
|
+
<em class="parameter"><code><span class="type">GHFunc</span> func</code></em>,
|
690
|
+
<em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre>
|
691
|
+
<p>Iterate through each (key, value) pair in this collection</p>
|
692
|
+
<div class="refsect3">
|
693
|
+
<a name="id-1.6.5.7.9.8.5"></a><h4>Parameters</h4>
|
694
|
+
<div class="informaltable"><table width="100%" border="0">
|
695
|
+
<colgroup>
|
696
|
+
<col width="150px" class="parameters_name">
|
697
|
+
<col class="parameters_description">
|
698
|
+
<col width="200px" class="parameters_annotations">
|
699
|
+
</colgroup>
|
700
|
+
<tbody>
|
701
|
+
<tr>
|
702
|
+
<td class="parameter_name"><p>meta</p></td>
|
703
|
+
<td class="parameter_description"><p>the collection</p></td>
|
704
|
+
<td class="parameter_annotations"> </td>
|
705
|
+
</tr>
|
706
|
+
<tr>
|
707
|
+
<td class="parameter_name"><p>func</p></td>
|
708
|
+
<td class="parameter_description"><p> the function called once for each element in the collection. </p></td>
|
709
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="The callback is valid only during the call to the method."><span class="acronym">scope call</span></acronym>]</span></td>
|
710
|
+
</tr>
|
711
|
+
<tr>
|
712
|
+
<td class="parameter_name"><p>user_data</p></td>
|
713
|
+
<td class="parameter_description"><p>any supplied user data or <code class="literal">NULL</code></p></td>
|
714
|
+
<td class="parameter_annotations"> </td>
|
715
|
+
</tr>
|
716
|
+
</tbody>
|
717
|
+
</table></div>
|
718
|
+
</div>
|
719
|
+
</div>
|
720
|
+
<hr>
|
721
|
+
<div class="refsect2">
|
722
|
+
<a name="gsf-doc-meta-data-size"></a><h3>gsf_doc_meta_data_size ()</h3>
|
723
|
+
<pre class="programlisting"><span class="returnvalue">gsize</span>
|
724
|
+
gsf_doc_meta_data_size (<em class="parameter"><code><a class="link" href="gsf-metadata.html#GsfDocMetaData"><span class="type">GsfDocMetaData</span></a> const *meta</code></em>);</pre>
|
725
|
+
<div class="refsect3">
|
726
|
+
<a name="id-1.6.5.7.9.9.4"></a><h4>Parameters</h4>
|
727
|
+
<div class="informaltable"><table width="100%" border="0">
|
728
|
+
<colgroup>
|
729
|
+
<col width="150px" class="parameters_name">
|
730
|
+
<col class="parameters_description">
|
731
|
+
<col width="200px" class="parameters_annotations">
|
732
|
+
</colgroup>
|
733
|
+
<tbody><tr>
|
734
|
+
<td class="parameter_name"><p>meta</p></td>
|
735
|
+
<td class="parameter_description"><p>the collection</p></td>
|
736
|
+
<td class="parameter_annotations"> </td>
|
737
|
+
</tr></tbody>
|
738
|
+
</table></div>
|
739
|
+
</div>
|
740
|
+
<div class="refsect3">
|
741
|
+
<a name="id-1.6.5.7.9.9.5"></a><h4>Returns</h4>
|
742
|
+
<p> the number of items in this collection</p>
|
743
|
+
<p></p>
|
744
|
+
</div>
|
745
|
+
</div>
|
746
|
+
<hr>
|
747
|
+
<div class="refsect2">
|
748
|
+
<a name="gsf-doc-meta-dump"></a><h3>gsf_doc_meta_dump ()</h3>
|
749
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
750
|
+
gsf_doc_meta_dump (<em class="parameter"><code><a class="link" href="gsf-metadata.html#GsfDocMetaData"><span class="type">GsfDocMetaData</span></a> const *meta</code></em>);</pre>
|
751
|
+
<p>A debugging utility to dump the content of <em class="parameter"><code>meta</code></em>
|
752
|
+
via g_print</p>
|
753
|
+
<div class="refsect3">
|
754
|
+
<a name="id-1.6.5.7.9.10.5"></a><h4>Parameters</h4>
|
755
|
+
<div class="informaltable"><table width="100%" border="0">
|
756
|
+
<colgroup>
|
757
|
+
<col width="150px" class="parameters_name">
|
758
|
+
<col class="parameters_description">
|
759
|
+
<col width="200px" class="parameters_annotations">
|
760
|
+
</colgroup>
|
761
|
+
<tbody><tr>
|
762
|
+
<td class="parameter_name"><p>meta</p></td>
|
763
|
+
<td class="parameter_description"><p><a class="link" href="gsf-metadata.html#GsfDocMetaData"><span class="type">GsfDocMetaData</span></a></p></td>
|
764
|
+
<td class="parameter_annotations"> </td>
|
765
|
+
</tr></tbody>
|
766
|
+
</table></div>
|
767
|
+
</div>
|
768
|
+
</div>
|
769
|
+
<hr>
|
770
|
+
<div class="refsect2">
|
771
|
+
<a name="gsf-doc-meta-data-odf-subtree"></a><h3>gsf_doc_meta_data_odf_subtree ()</h3>
|
772
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
773
|
+
gsf_doc_meta_data_odf_subtree (<em class="parameter"><code><a class="link" href="gsf-metadata.html#GsfDocMetaData"><span class="type">GsfDocMetaData</span></a> *md</code></em>,
|
774
|
+
<em class="parameter"><code><a class="link" href="gsf-XML-and-libxml.html#GsfXMLIn" title="GsfXMLIn"><span class="type">GsfXMLIn</span></a> *doc</code></em>);</pre>
|
775
|
+
<p>Extend <em class="parameter"><code>xin</code></em>
|
776
|
+
so that it can parse a subtree in OpenDoc metadata format</p>
|
777
|
+
<div class="refsect3">
|
778
|
+
<a name="id-1.6.5.7.9.11.5"></a><h4>Parameters</h4>
|
779
|
+
<div class="informaltable"><table width="100%" border="0">
|
780
|
+
<colgroup>
|
781
|
+
<col width="150px" class="parameters_name">
|
782
|
+
<col class="parameters_description">
|
783
|
+
<col width="200px" class="parameters_annotations">
|
784
|
+
</colgroup>
|
785
|
+
<tbody>
|
786
|
+
<tr>
|
787
|
+
<td class="parameter_name"><p>md</p></td>
|
788
|
+
<td class="parameter_description"><p><a class="link" href="gsf-metadata.html#GsfDocMetaData"><span class="type">GsfDocMetaData</span></a></p></td>
|
789
|
+
<td class="parameter_annotations"> </td>
|
790
|
+
</tr>
|
791
|
+
<tr>
|
792
|
+
<td class="parameter_name"><p>doc</p></td>
|
793
|
+
<td class="parameter_description"><p><a class="link" href="gsf-XML-and-libxml.html#GsfXMLInDoc" title="GsfXMLInDoc"><span class="type">GsfXMLInDoc</span></a></p></td>
|
794
|
+
<td class="parameter_annotations"> </td>
|
795
|
+
</tr>
|
796
|
+
</tbody>
|
797
|
+
</table></div>
|
798
|
+
</div>
|
799
|
+
<p class="since">Since 1.14.24</p>
|
800
|
+
</div>
|
801
|
+
<hr>
|
802
|
+
<div class="refsect2">
|
803
|
+
<a name="gsf-doc-meta-data-read-from-odf"></a><h3>gsf_doc_meta_data_read_from_odf ()</h3>
|
804
|
+
<pre class="programlisting"><span class="returnvalue">GError</span> *
|
805
|
+
gsf_doc_meta_data_read_from_odf (<em class="parameter"><code><a class="link" href="gsf-metadata.html#GsfDocMetaData"><span class="type">GsfDocMetaData</span></a> *md</code></em>,
|
806
|
+
<em class="parameter"><code><a class="link" href="gsf-Input-from-unstructured-files.html#GsfInput"><span class="type">GsfInput</span></a> *input</code></em>);</pre>
|
807
|
+
<p>Read an OpenDocument metadata stream from <em class="parameter"><code>input</code></em>
|
808
|
+
and store the properties
|
809
|
+
into <em class="parameter"><code>md</code></em>
|
810
|
+
. Overwrite any existing properties with the same id.</p>
|
811
|
+
<div class="refsect3">
|
812
|
+
<a name="id-1.6.5.7.9.12.5"></a><h4>Parameters</h4>
|
813
|
+
<div class="informaltable"><table width="100%" border="0">
|
814
|
+
<colgroup>
|
815
|
+
<col width="150px" class="parameters_name">
|
816
|
+
<col class="parameters_description">
|
817
|
+
<col width="200px" class="parameters_annotations">
|
818
|
+
</colgroup>
|
819
|
+
<tbody>
|
820
|
+
<tr>
|
821
|
+
<td class="parameter_name"><p>md</p></td>
|
822
|
+
<td class="parameter_description"><p><a class="link" href="gsf-metadata.html#GsfDocMetaData"><span class="type">GsfDocMetaData</span></a></p></td>
|
823
|
+
<td class="parameter_annotations"> </td>
|
824
|
+
</tr>
|
825
|
+
<tr>
|
826
|
+
<td class="parameter_name"><p>input</p></td>
|
827
|
+
<td class="parameter_description"><p><a class="link" href="gsf-Input-from-unstructured-files.html#GsfInput"><span class="type">GsfInput</span></a></p></td>
|
828
|
+
<td class="parameter_annotations"> </td>
|
829
|
+
</tr>
|
830
|
+
</tbody>
|
831
|
+
</table></div>
|
832
|
+
</div>
|
833
|
+
<div class="refsect3">
|
834
|
+
<a name="id-1.6.5.7.9.12.6"></a><h4>Returns</h4>
|
835
|
+
<p> a <span class="type">GError</span> if there is a problem. </p>
|
836
|
+
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
837
|
+
</div>
|
838
|
+
<p class="since">Since 1.14.24</p>
|
839
|
+
</div>
|
840
|
+
<hr>
|
841
|
+
<div class="refsect2">
|
842
|
+
<a name="gsf-doc-meta-data-write-to-odf"></a><h3>gsf_doc_meta_data_write_to_odf ()</h3>
|
843
|
+
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
844
|
+
gsf_doc_meta_data_write_to_odf (<em class="parameter"><code><a class="link" href="gsf-metadata.html#GsfDocMetaData"><span class="type">GsfDocMetaData</span></a> const *md</code></em>,
|
845
|
+
<em class="parameter"><code><span class="type">gpointer</span> output</code></em>);</pre>
|
846
|
+
<div class="refsect3">
|
847
|
+
<a name="id-1.6.5.7.9.13.4"></a><h4>Parameters</h4>
|
848
|
+
<div class="informaltable"><table width="100%" border="0">
|
849
|
+
<colgroup>
|
850
|
+
<col width="150px" class="parameters_name">
|
851
|
+
<col class="parameters_description">
|
852
|
+
<col width="200px" class="parameters_annotations">
|
853
|
+
</colgroup>
|
854
|
+
<tbody>
|
855
|
+
<tr>
|
856
|
+
<td class="parameter_name"><p>md</p></td>
|
857
|
+
<td class="parameter_description"><p><a class="link" href="gsf-metadata.html#GsfDocMetaData"><span class="type">GsfDocMetaData</span></a></p></td>
|
858
|
+
<td class="parameter_annotations"> </td>
|
859
|
+
</tr>
|
860
|
+
<tr>
|
861
|
+
<td class="parameter_name"><p>output</p></td>
|
862
|
+
<td class="parameter_description"><p>a pointer to a <a class="link" href="gsf-Output-to-unstructured-files.html#GsfOutput"><span class="type">GsfOutput</span></a>.</p></td>
|
863
|
+
<td class="parameter_annotations"> </td>
|
864
|
+
</tr>
|
865
|
+
</tbody>
|
866
|
+
</table></div>
|
867
|
+
</div>
|
868
|
+
<div class="refsect3">
|
869
|
+
<a name="id-1.6.5.7.9.13.5"></a><h4>Returns</h4>
|
870
|
+
<p> <code class="literal">TRUE</code> if no error occured.</p>
|
871
|
+
<p></p>
|
872
|
+
</div>
|
873
|
+
<p class="since">Since 1.14.24</p>
|
874
|
+
</div>
|
875
|
+
<hr>
|
876
|
+
<div class="refsect2">
|
877
|
+
<a name="gsf-doc-meta-data-read-from-msole"></a><h3>gsf_doc_meta_data_read_from_msole ()</h3>
|
878
|
+
<pre class="programlisting"><span class="returnvalue">GError</span> *
|
879
|
+
gsf_doc_meta_data_read_from_msole (<em class="parameter"><code><a class="link" href="gsf-metadata.html#GsfDocMetaData"><span class="type">GsfDocMetaData</span></a> *accum</code></em>,
|
880
|
+
<em class="parameter"><code><a class="link" href="gsf-Input-from-unstructured-files.html#GsfInput"><span class="type">GsfInput</span></a> *in</code></em>);</pre>
|
881
|
+
<p>Read a stream formated as a set of MS OLE properties from <em class="parameter"><code>in</code></em>
|
882
|
+
and store the
|
883
|
+
results in <em class="parameter"><code>accum</code></em>
|
884
|
+
.</p>
|
885
|
+
<div class="refsect3">
|
886
|
+
<a name="id-1.6.5.7.9.14.5"></a><h4>Parameters</h4>
|
887
|
+
<div class="informaltable"><table width="100%" border="0">
|
888
|
+
<colgroup>
|
889
|
+
<col width="150px" class="parameters_name">
|
890
|
+
<col class="parameters_description">
|
891
|
+
<col width="200px" class="parameters_annotations">
|
892
|
+
</colgroup>
|
893
|
+
<tbody>
|
894
|
+
<tr>
|
895
|
+
<td class="parameter_name"><p>accum</p></td>
|
896
|
+
<td class="parameter_description"><p><a class="link" href="gsf-metadata.html#GsfDocMetaData"><span class="type">GsfDocMetaData</span></a></p></td>
|
897
|
+
<td class="parameter_annotations"> </td>
|
898
|
+
</tr>
|
899
|
+
<tr>
|
900
|
+
<td class="parameter_name"><p>in</p></td>
|
901
|
+
<td class="parameter_description"><p><a class="link" href="gsf-Input-from-unstructured-files.html#GsfInput"><span class="type">GsfInput</span></a></p></td>
|
902
|
+
<td class="parameter_annotations"> </td>
|
903
|
+
</tr>
|
904
|
+
</tbody>
|
905
|
+
</table></div>
|
906
|
+
</div>
|
907
|
+
<div class="refsect3">
|
908
|
+
<a name="id-1.6.5.7.9.14.6"></a><h4>Returns</h4>
|
909
|
+
<p> A <span class="type">GError</span> if there was an error. </p>
|
910
|
+
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
911
|
+
</div>
|
912
|
+
<p class="since">Since 1.14.24</p>
|
913
|
+
</div>
|
914
|
+
<hr>
|
915
|
+
<div class="refsect2">
|
916
|
+
<a name="gsf-doc-meta-data-write-to-msole"></a><h3>gsf_doc_meta_data_write_to_msole ()</h3>
|
917
|
+
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
918
|
+
gsf_doc_meta_data_write_to_msole (<em class="parameter"><code><a class="link" href="gsf-metadata.html#GsfDocMetaData"><span class="type">GsfDocMetaData</span></a> const *meta_data</code></em>,
|
919
|
+
<em class="parameter"><code><a class="link" href="gsf-Output-to-unstructured-files.html#GsfOutput"><span class="type">GsfOutput</span></a> *out</code></em>,
|
920
|
+
<em class="parameter"><code><span class="type">gboolean</span> doc_not_component</code></em>);</pre>
|
921
|
+
<div class="refsect3">
|
922
|
+
<a name="id-1.6.5.7.9.15.4"></a><h4>Parameters</h4>
|
923
|
+
<div class="informaltable"><table width="100%" border="0">
|
924
|
+
<colgroup>
|
925
|
+
<col width="150px" class="parameters_name">
|
926
|
+
<col class="parameters_description">
|
927
|
+
<col width="200px" class="parameters_annotations">
|
928
|
+
</colgroup>
|
929
|
+
<tbody>
|
930
|
+
<tr>
|
931
|
+
<td class="parameter_name"><p>meta_data</p></td>
|
932
|
+
<td class="parameter_description"><p><a class="link" href="gsf-metadata.html#GsfDocMetaData"><span class="type">GsfDocMetaData</span></a></p></td>
|
933
|
+
<td class="parameter_annotations"> </td>
|
934
|
+
</tr>
|
935
|
+
<tr>
|
936
|
+
<td class="parameter_name"><p>out</p></td>
|
937
|
+
<td class="parameter_description"><p><a class="link" href="gsf-Output-to-unstructured-files.html#GsfOutput"><span class="type">GsfOutput</span></a></p></td>
|
938
|
+
<td class="parameter_annotations"> </td>
|
939
|
+
</tr>
|
940
|
+
<tr>
|
941
|
+
<td class="parameter_name"><p>doc_not_component</p></td>
|
942
|
+
<td class="parameter_description"><p>a kludge to differentiate DocumentSummary from Summary</p></td>
|
943
|
+
<td class="parameter_annotations"> </td>
|
944
|
+
</tr>
|
945
|
+
</tbody>
|
946
|
+
</table></div>
|
947
|
+
</div>
|
948
|
+
<div class="refsect3">
|
949
|
+
<a name="id-1.6.5.7.9.15.5"></a><h4>Returns</h4>
|
950
|
+
<p> <code class="literal">TRUE</code> on success;</p>
|
951
|
+
<p></p>
|
952
|
+
</div>
|
953
|
+
<p class="since">Since 1.14.24</p>
|
954
|
+
</div>
|
955
|
+
<hr>
|
956
|
+
<div class="refsect2">
|
957
|
+
<a name="gsf-doc-prop-new"></a><h3>gsf_doc_prop_new ()</h3>
|
958
|
+
<pre class="programlisting"><a class="link" href="gsf-metadata.html#GsfDocProp" title="GsfDocProp"><span class="returnvalue">GsfDocProp</span></a> *
|
959
|
+
gsf_doc_prop_new (<em class="parameter"><code><span class="type">char</span> *name</code></em>);</pre>
|
960
|
+
<div class="refsect3">
|
961
|
+
<a name="id-1.6.5.7.9.16.4"></a><h4>Parameters</h4>
|
962
|
+
<div class="informaltable"><table width="100%" border="0">
|
963
|
+
<colgroup>
|
964
|
+
<col width="150px" class="parameters_name">
|
965
|
+
<col class="parameters_description">
|
966
|
+
<col width="200px" class="parameters_annotations">
|
967
|
+
</colgroup>
|
968
|
+
<tbody><tr>
|
969
|
+
<td class="parameter_name"><p>name</p></td>
|
970
|
+
<td class="parameter_description"><p> The name of the property. </p></td>
|
971
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></td>
|
972
|
+
</tr></tbody>
|
973
|
+
</table></div>
|
974
|
+
</div>
|
975
|
+
<div class="refsect3">
|
976
|
+
<a name="id-1.6.5.7.9.16.5"></a><h4>Returns</h4>
|
977
|
+
<p> a new <a class="link" href="gsf-metadata.html#GsfDocProp" title="GsfDocProp"><span class="type">GsfDocProp</span></a>. </p>
|
978
|
+
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
979
|
+
</div>
|
980
|
+
</div>
|
981
|
+
<hr>
|
982
|
+
<div class="refsect2">
|
983
|
+
<a name="gsf-doc-prop-free"></a><h3>gsf_doc_prop_free ()</h3>
|
984
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
985
|
+
gsf_doc_prop_free (<em class="parameter"><code><a class="link" href="gsf-metadata.html#GsfDocProp" title="GsfDocProp"><span class="type">GsfDocProp</span></a> *prop</code></em>);</pre>
|
986
|
+
<p>If <em class="parameter"><code>prop</code></em>
|
987
|
+
is non <code class="literal">NULL</code> free the memory associated with it</p>
|
988
|
+
<div class="refsect3">
|
989
|
+
<a name="id-1.6.5.7.9.17.5"></a><h4>Parameters</h4>
|
990
|
+
<div class="informaltable"><table width="100%" border="0">
|
991
|
+
<colgroup>
|
992
|
+
<col width="150px" class="parameters_name">
|
993
|
+
<col class="parameters_description">
|
994
|
+
<col width="200px" class="parameters_annotations">
|
995
|
+
</colgroup>
|
996
|
+
<tbody><tr>
|
997
|
+
<td class="parameter_name"><p>prop</p></td>
|
998
|
+
<td class="parameter_description"><p> <a class="link" href="gsf-metadata.html#GsfDocProp" title="GsfDocProp"><span class="type">GsfDocProp</span></a>. </p></td>
|
999
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
1000
|
+
</tr></tbody>
|
1001
|
+
</table></div>
|
1002
|
+
</div>
|
1003
|
+
</div>
|
1004
|
+
<hr>
|
1005
|
+
<div class="refsect2">
|
1006
|
+
<a name="gsf-doc-prop-get-name"></a><h3>gsf_doc_prop_get_name ()</h3>
|
1007
|
+
<pre class="programlisting"><span class="returnvalue">char</span> const *
|
1008
|
+
gsf_doc_prop_get_name (<em class="parameter"><code><a class="link" href="gsf-metadata.html#GsfDocProp" title="GsfDocProp"><span class="type">GsfDocProp</span></a> const *prop</code></em>);</pre>
|
1009
|
+
<div class="refsect3">
|
1010
|
+
<a name="id-1.6.5.7.9.18.4"></a><h4>Parameters</h4>
|
1011
|
+
<div class="informaltable"><table width="100%" border="0">
|
1012
|
+
<colgroup>
|
1013
|
+
<col width="150px" class="parameters_name">
|
1014
|
+
<col class="parameters_description">
|
1015
|
+
<col width="200px" class="parameters_annotations">
|
1016
|
+
</colgroup>
|
1017
|
+
<tbody><tr>
|
1018
|
+
<td class="parameter_name"><p>prop</p></td>
|
1019
|
+
<td class="parameter_description"><p><a class="link" href="gsf-metadata.html#GsfDocProp" title="GsfDocProp"><span class="type">GsfDocProp</span></a></p></td>
|
1020
|
+
<td class="parameter_annotations"> </td>
|
1021
|
+
</tr></tbody>
|
1022
|
+
</table></div>
|
1023
|
+
</div>
|
1024
|
+
<div class="refsect3">
|
1025
|
+
<a name="id-1.6.5.7.9.18.5"></a><h4>Returns</h4>
|
1026
|
+
<p> the name of the property. </p>
|
1027
|
+
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
1028
|
+
</div>
|
1029
|
+
</div>
|
1030
|
+
<hr>
|
1031
|
+
<div class="refsect2">
|
1032
|
+
<a name="gsf-doc-prop-get-val"></a><h3>gsf_doc_prop_get_val ()</h3>
|
1033
|
+
<pre class="programlisting"><span class="returnvalue">GValue</span> const *
|
1034
|
+
gsf_doc_prop_get_val (<em class="parameter"><code><a class="link" href="gsf-metadata.html#GsfDocProp" title="GsfDocProp"><span class="type">GsfDocProp</span></a> const *prop</code></em>);</pre>
|
1035
|
+
<div class="refsect3">
|
1036
|
+
<a name="id-1.6.5.7.9.19.4"></a><h4>Parameters</h4>
|
1037
|
+
<div class="informaltable"><table width="100%" border="0">
|
1038
|
+
<colgroup>
|
1039
|
+
<col width="150px" class="parameters_name">
|
1040
|
+
<col class="parameters_description">
|
1041
|
+
<col width="200px" class="parameters_annotations">
|
1042
|
+
</colgroup>
|
1043
|
+
<tbody><tr>
|
1044
|
+
<td class="parameter_name"><p>prop</p></td>
|
1045
|
+
<td class="parameter_description"><p>the property</p></td>
|
1046
|
+
<td class="parameter_annotations"> </td>
|
1047
|
+
</tr></tbody>
|
1048
|
+
</table></div>
|
1049
|
+
</div>
|
1050
|
+
<div class="refsect3">
|
1051
|
+
<a name="id-1.6.5.7.9.19.5"></a><h4>Returns</h4>
|
1052
|
+
<p> the value of the property, the caller should not modify the result.</p>
|
1053
|
+
<p></p>
|
1054
|
+
</div>
|
1055
|
+
</div>
|
1056
|
+
<hr>
|
1057
|
+
<div class="refsect2">
|
1058
|
+
<a name="gsf-doc-prop-set-val"></a><h3>gsf_doc_prop_set_val ()</h3>
|
1059
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
1060
|
+
gsf_doc_prop_set_val (<em class="parameter"><code><a class="link" href="gsf-metadata.html#GsfDocProp" title="GsfDocProp"><span class="type">GsfDocProp</span></a> *prop</code></em>,
|
1061
|
+
<em class="parameter"><code><span class="type">GValue</span> *val</code></em>);</pre>
|
1062
|
+
<p>Assigns <em class="parameter"><code>val</code></em>
|
1063
|
+
to <em class="parameter"><code>prop</code></em>
|
1064
|
+
, and unsets and frees the current value.</p>
|
1065
|
+
<div class="refsect3">
|
1066
|
+
<a name="id-1.6.5.7.9.20.5"></a><h4>Parameters</h4>
|
1067
|
+
<div class="informaltable"><table width="100%" border="0">
|
1068
|
+
<colgroup>
|
1069
|
+
<col width="150px" class="parameters_name">
|
1070
|
+
<col class="parameters_description">
|
1071
|
+
<col width="200px" class="parameters_annotations">
|
1072
|
+
</colgroup>
|
1073
|
+
<tbody>
|
1074
|
+
<tr>
|
1075
|
+
<td class="parameter_name"><p>prop</p></td>
|
1076
|
+
<td class="parameter_description"><p><a class="link" href="gsf-metadata.html#GsfDocProp" title="GsfDocProp"><span class="type">GsfDocProp</span></a></p></td>
|
1077
|
+
<td class="parameter_annotations"> </td>
|
1078
|
+
</tr>
|
1079
|
+
<tr>
|
1080
|
+
<td class="parameter_name"><p>val</p></td>
|
1081
|
+
<td class="parameter_description"><p> <span class="type">GValue</span>. </p></td>
|
1082
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></td>
|
1083
|
+
</tr>
|
1084
|
+
</tbody>
|
1085
|
+
</table></div>
|
1086
|
+
</div>
|
1087
|
+
</div>
|
1088
|
+
<hr>
|
1089
|
+
<div class="refsect2">
|
1090
|
+
<a name="gsf-doc-prop-get-link"></a><h3>gsf_doc_prop_get_link ()</h3>
|
1091
|
+
<pre class="programlisting"><span class="returnvalue">char</span> const *
|
1092
|
+
gsf_doc_prop_get_link (<em class="parameter"><code><a class="link" href="gsf-metadata.html#GsfDocProp" title="GsfDocProp"><span class="type">GsfDocProp</span></a> const *prop</code></em>);</pre>
|
1093
|
+
<div class="refsect3">
|
1094
|
+
<a name="id-1.6.5.7.9.21.4"></a><h4>Parameters</h4>
|
1095
|
+
<div class="informaltable"><table width="100%" border="0">
|
1096
|
+
<colgroup>
|
1097
|
+
<col width="150px" class="parameters_name">
|
1098
|
+
<col class="parameters_description">
|
1099
|
+
<col width="200px" class="parameters_annotations">
|
1100
|
+
</colgroup>
|
1101
|
+
<tbody><tr>
|
1102
|
+
<td class="parameter_name"><p>prop</p></td>
|
1103
|
+
<td class="parameter_description"><p><a class="link" href="gsf-metadata.html#GsfDocProp" title="GsfDocProp"><span class="type">GsfDocProp</span></a></p></td>
|
1104
|
+
<td class="parameter_annotations"> </td>
|
1105
|
+
</tr></tbody>
|
1106
|
+
</table></div>
|
1107
|
+
</div>
|
1108
|
+
<div class="refsect3">
|
1109
|
+
<a name="id-1.6.5.7.9.21.5"></a><h4>Returns</h4>
|
1110
|
+
<p> the current link descriptor of <em class="parameter"><code>prop</code></em>
|
1111
|
+
. </p>
|
1112
|
+
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
1113
|
+
</div>
|
1114
|
+
</div>
|
1115
|
+
<hr>
|
1116
|
+
<div class="refsect2">
|
1117
|
+
<a name="gsf-doc-prop-set-link"></a><h3>gsf_doc_prop_set_link ()</h3>
|
1118
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
1119
|
+
gsf_doc_prop_set_link (<em class="parameter"><code><a class="link" href="gsf-metadata.html#GsfDocProp" title="GsfDocProp"><span class="type">GsfDocProp</span></a> *prop</code></em>,
|
1120
|
+
<em class="parameter"><code><span class="type">char</span> *link</code></em>);</pre>
|
1121
|
+
<p>Sets <em class="parameter"><code>prop</code></em>
|
1122
|
+
's link to <em class="parameter"><code>link</code></em>
|
1123
|
+
</p>
|
1124
|
+
<div class="refsect3">
|
1125
|
+
<a name="id-1.6.5.7.9.22.5"></a><h4>Parameters</h4>
|
1126
|
+
<div class="informaltable"><table width="100%" border="0">
|
1127
|
+
<colgroup>
|
1128
|
+
<col width="150px" class="parameters_name">
|
1129
|
+
<col class="parameters_description">
|
1130
|
+
<col width="200px" class="parameters_annotations">
|
1131
|
+
</colgroup>
|
1132
|
+
<tbody>
|
1133
|
+
<tr>
|
1134
|
+
<td class="parameter_name"><p>prop</p></td>
|
1135
|
+
<td class="parameter_description"><p><a class="link" href="gsf-metadata.html#GsfDocProp" title="GsfDocProp"><span class="type">GsfDocProp</span></a></p></td>
|
1136
|
+
<td class="parameter_annotations"> </td>
|
1137
|
+
</tr>
|
1138
|
+
<tr>
|
1139
|
+
<td class="parameter_name"><p>link</p></td>
|
1140
|
+
<td class="parameter_description"><p> optionally <code class="literal">NULL</code>. </p></td>
|
1141
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></td>
|
1142
|
+
</tr>
|
1143
|
+
</tbody>
|
1144
|
+
</table></div>
|
1145
|
+
</div>
|
1146
|
+
</div>
|
1147
|
+
<hr>
|
1148
|
+
<div class="refsect2">
|
1149
|
+
<a name="gsf-doc-prop-dump"></a><h3>gsf_doc_prop_dump ()</h3>
|
1150
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
1151
|
+
gsf_doc_prop_dump (<em class="parameter"><code><a class="link" href="gsf-metadata.html#GsfDocProp" title="GsfDocProp"><span class="type">GsfDocProp</span></a> const *prop</code></em>);</pre>
|
1152
|
+
<p>A debugging utility to dump <em class="parameter"><code>prop</code></em>
|
1153
|
+
as text via g_print
|
1154
|
+
New in 1.14.2</p>
|
1155
|
+
<div class="refsect3">
|
1156
|
+
<a name="id-1.6.5.7.9.23.5"></a><h4>Parameters</h4>
|
1157
|
+
<div class="informaltable"><table width="100%" border="0">
|
1158
|
+
<colgroup>
|
1159
|
+
<col width="150px" class="parameters_name">
|
1160
|
+
<col class="parameters_description">
|
1161
|
+
<col width="200px" class="parameters_annotations">
|
1162
|
+
</colgroup>
|
1163
|
+
<tbody><tr>
|
1164
|
+
<td class="parameter_name"><p>prop</p></td>
|
1165
|
+
<td class="parameter_description"><p><a class="link" href="gsf-metadata.html#GsfDocProp" title="GsfDocProp"><span class="type">GsfDocProp</span></a></p></td>
|
1166
|
+
<td class="parameter_annotations"> </td>
|
1167
|
+
</tr></tbody>
|
1168
|
+
</table></div>
|
1169
|
+
</div>
|
1170
|
+
</div>
|
1171
|
+
<hr>
|
1172
|
+
<div class="refsect2">
|
1173
|
+
<a name="gsf-docprop-vector-new"></a><h3>gsf_docprop_vector_new ()</h3>
|
1174
|
+
<pre class="programlisting"><a class="link" href="gsf-metadata.html#GsfDocPropVector"><span class="returnvalue">GsfDocPropVector</span></a> *
|
1175
|
+
gsf_docprop_vector_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
1176
|
+
<p>This function creates a new gsf_docprop_vector object.</p>
|
1177
|
+
<div class="refsect3">
|
1178
|
+
<a name="id-1.6.5.7.9.24.5"></a><h4>Returns</h4>
|
1179
|
+
<p> GsfDocPropVector*</p>
|
1180
|
+
<p></p>
|
1181
|
+
</div>
|
1182
|
+
</div>
|
1183
|
+
<hr>
|
1184
|
+
<div class="refsect2">
|
1185
|
+
<a name="gsf-docprop-vector-append"></a><h3>gsf_docprop_vector_append ()</h3>
|
1186
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
1187
|
+
gsf_docprop_vector_append (<em class="parameter"><code><a class="link" href="gsf-metadata.html#GsfDocPropVector"><span class="type">GsfDocPropVector</span></a> *vector</code></em>,
|
1188
|
+
<em class="parameter"><code><span class="type">GValue</span> *value</code></em>);</pre>
|
1189
|
+
<p>Insert a copy of <em class="parameter"><code>value</code></em>
|
1190
|
+
as the last element of <em class="parameter"><code>vector</code></em>
|
1191
|
+
.</p>
|
1192
|
+
<div class="refsect3">
|
1193
|
+
<a name="id-1.6.5.7.9.25.5"></a><h4>Parameters</h4>
|
1194
|
+
<div class="informaltable"><table width="100%" border="0">
|
1195
|
+
<colgroup>
|
1196
|
+
<col width="150px" class="parameters_name">
|
1197
|
+
<col class="parameters_description">
|
1198
|
+
<col width="200px" class="parameters_annotations">
|
1199
|
+
</colgroup>
|
1200
|
+
<tbody>
|
1201
|
+
<tr>
|
1202
|
+
<td class="parameter_name"><p>vector</p></td>
|
1203
|
+
<td class="parameter_description"><p>The vector to which the GValue will be added</p></td>
|
1204
|
+
<td class="parameter_annotations"> </td>
|
1205
|
+
</tr>
|
1206
|
+
<tr>
|
1207
|
+
<td class="parameter_name"><p>value</p></td>
|
1208
|
+
<td class="parameter_description"><p>The GValue to add to <em class="parameter"><code>vector</code></em>
|
1209
|
+
</p></td>
|
1210
|
+
<td class="parameter_annotations"> </td>
|
1211
|
+
</tr>
|
1212
|
+
</tbody>
|
1213
|
+
</table></div>
|
1214
|
+
</div>
|
1215
|
+
</div>
|
1216
|
+
<hr>
|
1217
|
+
<div class="refsect2">
|
1218
|
+
<a name="gsf-docprop-vector-as-string"></a><h3>gsf_docprop_vector_as_string ()</h3>
|
1219
|
+
<pre class="programlisting"><span class="returnvalue">gchar</span> *
|
1220
|
+
gsf_docprop_vector_as_string (<em class="parameter"><code><a class="link" href="gsf-metadata.html#GsfDocPropVector"><span class="type">GsfDocPropVector</span></a> const *vector</code></em>);</pre>
|
1221
|
+
<p>This function returns a string which represents all the GValues in <em class="parameter"><code>vector</code></em>
|
1222
|
+
.
|
1223
|
+
The caller is responsible for freeing the result.</p>
|
1224
|
+
<div class="refsect3">
|
1225
|
+
<a name="id-1.6.5.7.9.26.5"></a><h4>Parameters</h4>
|
1226
|
+
<div class="informaltable"><table width="100%" border="0">
|
1227
|
+
<colgroup>
|
1228
|
+
<col width="150px" class="parameters_name">
|
1229
|
+
<col class="parameters_description">
|
1230
|
+
<col width="200px" class="parameters_annotations">
|
1231
|
+
</colgroup>
|
1232
|
+
<tbody><tr>
|
1233
|
+
<td class="parameter_name"><p>vector</p></td>
|
1234
|
+
<td class="parameter_description"><p>The <a class="link" href="gsf-metadata.html#GsfDocPropVector"><span class="type">GsfDocPropVector</span></a> from which GValues will be extracted.</p></td>
|
1235
|
+
<td class="parameter_annotations"> </td>
|
1236
|
+
</tr></tbody>
|
1237
|
+
</table></div>
|
1238
|
+
</div>
|
1239
|
+
<div class="refsect3">
|
1240
|
+
<a name="id-1.6.5.7.9.26.6"></a><h4>Returns</h4>
|
1241
|
+
<p> a string of comma-separated values</p>
|
1242
|
+
<p></p>
|
1243
|
+
</div>
|
1244
|
+
</div>
|
1245
|
+
<hr>
|
1246
|
+
<div class="refsect2">
|
1247
|
+
<a name="gsf-value-get-docprop-varray"></a><h3>gsf_value_get_docprop_varray ()</h3>
|
1248
|
+
<pre class="programlisting"><span class="returnvalue">GValueArray</span> *
|
1249
|
+
gsf_value_get_docprop_varray (<em class="parameter"><code><span class="type">GValue</span> const *value</code></em>);</pre>
|
1250
|
+
<p>
|
1251
|
+
</p>
|
1252
|
+
<div class="refsect3">
|
1253
|
+
<a name="id-1.6.5.7.9.27.5"></a><h4>Returns</h4>
|
1254
|
+
<p></p>
|
1255
|
+
</div>
|
1256
|
+
</div>
|
1257
|
+
<hr>
|
1258
|
+
<div class="refsect2">
|
1259
|
+
<a name="gsf-value-get-docprop-vector"></a><h3>gsf_value_get_docprop_vector ()</h3>
|
1260
|
+
<pre class="programlisting"><a class="link" href="gsf-metadata.html#GsfDocPropVector"><span class="returnvalue">GsfDocPropVector</span></a> *
|
1261
|
+
gsf_value_get_docprop_vector (<em class="parameter"><code><span class="type">GValue</span> const *value</code></em>);</pre>
|
1262
|
+
<p>This function returns a pointer to the GsfDocPropVector structure in <em class="parameter"><code>value</code></em>
|
1263
|
+
.
|
1264
|
+
No additional references are created.</p>
|
1265
|
+
<div class="refsect3">
|
1266
|
+
<a name="id-1.6.5.7.9.28.5"></a><h4>Parameters</h4>
|
1267
|
+
<div class="informaltable"><table width="100%" border="0">
|
1268
|
+
<colgroup>
|
1269
|
+
<col width="150px" class="parameters_name">
|
1270
|
+
<col class="parameters_description">
|
1271
|
+
<col width="200px" class="parameters_annotations">
|
1272
|
+
</colgroup>
|
1273
|
+
<tbody><tr>
|
1274
|
+
<td class="parameter_name"><p>value</p></td>
|
1275
|
+
<td class="parameter_description"><p>A GValue of type <a class="link" href="gsf-metadata.html#GsfDocPropVector"><span class="type">GsfDocPropVector</span></a>.</p></td>
|
1276
|
+
<td class="parameter_annotations"> </td>
|
1277
|
+
</tr></tbody>
|
1278
|
+
</table></div>
|
1279
|
+
</div>
|
1280
|
+
<div class="refsect3">
|
1281
|
+
<a name="id-1.6.5.7.9.28.6"></a><h4>Returns</h4>
|
1282
|
+
<p> A pointer to the <a class="link" href="gsf-metadata.html#GsfDocPropVector"><span class="type">GsfDocPropVector</span></a> structure in <em class="parameter"><code>value</code></em>
|
1283
|
+
. </p>
|
1284
|
+
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
1285
|
+
</div>
|
1286
|
+
</div>
|
1287
|
+
</div>
|
1288
|
+
<div class="refsect1">
|
1289
|
+
<a name="gsf-metadata.other_details"></a><h2>Types and Values</h2>
|
1290
|
+
<div class="refsect2">
|
1291
|
+
<a name="GsfDocMetaData-struct"></a><h3>GsfDocMetaData</h3>
|
1292
|
+
<pre class="programlisting">typedef struct _GsfDocMetaData GsfDocMetaData;</pre>
|
1293
|
+
<p>Class representing information about a document, such as creator and time of
|
1294
|
+
last modification.</p>
|
1295
|
+
</div>
|
1296
|
+
<hr>
|
1297
|
+
<div class="refsect2">
|
1298
|
+
<a name="GsfDocProp"></a><h3>GsfDocProp</h3>
|
1299
|
+
<pre class="programlisting">typedef struct _GsfDocProp GsfDocProp;</pre>
|
1300
|
+
<p>Class representing a properties of a document.</p>
|
1301
|
+
</div>
|
1302
|
+
<hr>
|
1303
|
+
<div class="refsect2">
|
1304
|
+
<a name="GsfDocPropVector-struct"></a><h3>GsfDocPropVector</h3>
|
1305
|
+
<pre class="programlisting">typedef struct _GsfDocPropVector GsfDocPropVector;</pre>
|
1306
|
+
<p>
|
1307
|
+
</p>
|
1308
|
+
</div>
|
1309
|
+
<hr>
|
1310
|
+
<div class="refsect2">
|
1311
|
+
<a name="GSF-META-NAME-TITLE:CAPS"></a><h3>GSF_META_NAME_TITLE</h3>
|
1312
|
+
<pre class="programlisting">#define GSF_META_NAME_TITLE "dc:title"
|
1313
|
+
</pre>
|
1314
|
+
<p>(String) A formal name given to the resource.</p>
|
1315
|
+
</div>
|
1316
|
+
<hr>
|
1317
|
+
<div class="refsect2">
|
1318
|
+
<a name="GSF-META-NAME-DESCRIPTION:CAPS"></a><h3>GSF_META_NAME_DESCRIPTION</h3>
|
1319
|
+
<pre class="programlisting">#define GSF_META_NAME_DESCRIPTION "dc:description"
|
1320
|
+
</pre>
|
1321
|
+
<p>(String) An account of the content of the resource.</p>
|
1322
|
+
</div>
|
1323
|
+
<hr>
|
1324
|
+
<div class="refsect2">
|
1325
|
+
<a name="GSF-META-NAME-SUBJECT:CAPS"></a><h3>GSF_META_NAME_SUBJECT</h3>
|
1326
|
+
<pre class="programlisting">#define GSF_META_NAME_SUBJECT "dc:subject"
|
1327
|
+
</pre>
|
1328
|
+
<p>(String) The topic of the content of the resource,
|
1329
|
+
<span class="emphasis"><em>typically</em></span> including keywords.</p>
|
1330
|
+
</div>
|
1331
|
+
<hr>
|
1332
|
+
<div class="refsect2">
|
1333
|
+
<a name="GSF-META-NAME-DATE-MODIFIED:CAPS"></a><h3>GSF_META_NAME_DATE_MODIFIED</h3>
|
1334
|
+
<pre class="programlisting">#define GSF_META_NAME_DATE_MODIFIED "dc:date"
|
1335
|
+
</pre>
|
1336
|
+
<p>(GsfTimestamp) The last time this document was saved.</p>
|
1337
|
+
<p>1.14.0 Moved from dc:date-modified to dc:date.</p>
|
1338
|
+
</div>
|
1339
|
+
<hr>
|
1340
|
+
<div class="refsect2">
|
1341
|
+
<a name="GSF-META-NAME-DATE-CREATED:CAPS"></a><h3>GSF_META_NAME_DATE_CREATED</h3>
|
1342
|
+
<pre class="programlisting">#define GSF_META_NAME_DATE_CREATED "meta:creation-date"
|
1343
|
+
</pre>
|
1344
|
+
<p>(Date as ISO String) A date associated with an event in the life cycle of
|
1345
|
+
the resource (creation/publication date).
|
1346
|
+
Moved from gsf:date-created to meta:creation-date. This way can be used correctly
|
1347
|
+
by OpenDocument and Gnumeric.</p>
|
1348
|
+
</div>
|
1349
|
+
<hr>
|
1350
|
+
<div class="refsect2">
|
1351
|
+
<a name="GSF-META-NAME-KEYWORDS:CAPS"></a><h3>GSF_META_NAME_KEYWORDS</h3>
|
1352
|
+
<pre class="programlisting">#define GSF_META_NAME_KEYWORDS "dc:keywords"
|
1353
|
+
</pre>
|
1354
|
+
<p>(GsfDocPropVector of String) Searchable, indexable keywords. Similar to PDF
|
1355
|
+
keywords or HTML's meta block.</p>
|
1356
|
+
</div>
|
1357
|
+
<hr>
|
1358
|
+
<div class="refsect2">
|
1359
|
+
<a name="GSF-META-NAME-LANGUAGE:CAPS"></a><h3>GSF_META_NAME_LANGUAGE</h3>
|
1360
|
+
<pre class="programlisting">#define GSF_META_NAME_LANGUAGE "dc:language"
|
1361
|
+
</pre>
|
1362
|
+
<p>(String) The locale language of the intellectual content of the resource
|
1363
|
+
(basically xx_YY form for us).
|
1364
|
+
1.14.0 Clarified that this is unique from _NAME_CODEPAGE in msole</p>
|
1365
|
+
</div>
|
1366
|
+
<hr>
|
1367
|
+
<div class="refsect2">
|
1368
|
+
<a name="GSF-META-NAME-CODEPAGE:CAPS"></a><h3>GSF_META_NAME_CODEPAGE</h3>
|
1369
|
+
<pre class="programlisting">#define GSF_META_NAME_CODEPAGE "msole:codepage"
|
1370
|
+
</pre>
|
1371
|
+
<p>(UnsignedShort) The MS codepage to encode strings for metadata
|
1372
|
+
1.14.0 Clarified that this is unique from _NAME_CODEPAGE in msole</p>
|
1373
|
+
</div>
|
1374
|
+
<hr>
|
1375
|
+
<div class="refsect2">
|
1376
|
+
<a name="GSF-META-NAME-REVISION-COUNT:CAPS"></a><h3>GSF_META_NAME_REVISION_COUNT</h3>
|
1377
|
+
<pre class="programlisting">#define GSF_META_NAME_REVISION_COUNT "meta:editing-cycles"
|
1378
|
+
</pre>
|
1379
|
+
<p>(Integer) Count of revision on the document, if appropriate.
|
1380
|
+
Moved from gsf:revision-count to meta:editing-cycles. This way can be used
|
1381
|
+
correctly by OpenDocument and Gnumeric.</p>
|
1382
|
+
</div>
|
1383
|
+
<hr>
|
1384
|
+
<div class="refsect2">
|
1385
|
+
<a name="GSF-META-NAME-EDITING-DURATION:CAPS"></a><h3>GSF_META_NAME_EDITING_DURATION</h3>
|
1386
|
+
<pre class="programlisting">#define GSF_META_NAME_EDITING_DURATION "meta:editing-duration"
|
1387
|
+
</pre>
|
1388
|
+
<p>(Date as ISO String) The total-time taken until the last modification.
|
1389
|
+
Moved from "gsf" to "meta". This way can be used correctly by OpenDocument
|
1390
|
+
and Gnumeric.</p>
|
1391
|
+
</div>
|
1392
|
+
<hr>
|
1393
|
+
<div class="refsect2">
|
1394
|
+
<a name="GSF-META-NAME-TABLE-COUNT:CAPS"></a><h3>GSF_META_NAME_TABLE_COUNT</h3>
|
1395
|
+
<pre class="programlisting">#define GSF_META_NAME_TABLE_COUNT "gsf:table-count"
|
1396
|
+
</pre>
|
1397
|
+
<p>(Integer) Count of tables in the document, if appropriate.</p>
|
1398
|
+
</div>
|
1399
|
+
<hr>
|
1400
|
+
<div class="refsect2">
|
1401
|
+
<a name="GSF-META-NAME-IMAGE-COUNT:CAPS"></a><h3>GSF_META_NAME_IMAGE_COUNT</h3>
|
1402
|
+
<pre class="programlisting">#define GSF_META_NAME_IMAGE_COUNT "gsf:image-count"
|
1403
|
+
</pre>
|
1404
|
+
<p>(Integer) Count of images in the document, if appropriate.</p>
|
1405
|
+
</div>
|
1406
|
+
<hr>
|
1407
|
+
<div class="refsect2">
|
1408
|
+
<a name="GSF-META-NAME-OBJECT-COUNT:CAPS"></a><h3>GSF_META_NAME_OBJECT_COUNT</h3>
|
1409
|
+
<pre class="programlisting">#define GSF_META_NAME_OBJECT_COUNT "gsf:object-count"
|
1410
|
+
</pre>
|
1411
|
+
<p>(Integer) Count of objects (OLE and other graphics) in the document, if
|
1412
|
+
appropriate.</p>
|
1413
|
+
</div>
|
1414
|
+
<hr>
|
1415
|
+
<div class="refsect2">
|
1416
|
+
<a name="GSF-META-NAME-PAGE-COUNT:CAPS"></a><h3>GSF_META_NAME_PAGE_COUNT</h3>
|
1417
|
+
<pre class="programlisting">#define GSF_META_NAME_PAGE_COUNT "gsf:page-count"
|
1418
|
+
</pre>
|
1419
|
+
<p>(Integer) Count of pages in the document, if appropriate.</p>
|
1420
|
+
</div>
|
1421
|
+
<hr>
|
1422
|
+
<div class="refsect2">
|
1423
|
+
<a name="GSF-META-NAME-PARAGRAPH-COUNT:CAPS"></a><h3>GSF_META_NAME_PARAGRAPH_COUNT</h3>
|
1424
|
+
<pre class="programlisting">#define GSF_META_NAME_PARAGRAPH_COUNT "gsf:paragraph-count"
|
1425
|
+
</pre>
|
1426
|
+
<p>(Integer) Count of paragraphs in the document, if appropriate.</p>
|
1427
|
+
</div>
|
1428
|
+
<hr>
|
1429
|
+
<div class="refsect2">
|
1430
|
+
<a name="GSF-META-NAME-WORD-COUNT:CAPS"></a><h3>GSF_META_NAME_WORD_COUNT</h3>
|
1431
|
+
<pre class="programlisting">#define GSF_META_NAME_WORD_COUNT "gsf:word-count"
|
1432
|
+
</pre>
|
1433
|
+
<p>(Integer) Count of words in the document.</p>
|
1434
|
+
</div>
|
1435
|
+
<hr>
|
1436
|
+
<div class="refsect2">
|
1437
|
+
<a name="GSF-META-NAME-CHARACTER-COUNT:CAPS"></a><h3>GSF_META_NAME_CHARACTER_COUNT</h3>
|
1438
|
+
<pre class="programlisting">#define GSF_META_NAME_CHARACTER_COUNT "gsf:character-count"
|
1439
|
+
</pre>
|
1440
|
+
<p>(Integer) Count of characters in the document.</p>
|
1441
|
+
<p>TODO See how to sync this with ODF's document-statistic</p>
|
1442
|
+
</div>
|
1443
|
+
<hr>
|
1444
|
+
<div class="refsect2">
|
1445
|
+
<a name="GSF-META-NAME-CELL-COUNT:CAPS"></a><h3>GSF_META_NAME_CELL_COUNT</h3>
|
1446
|
+
<pre class="programlisting">#define GSF_META_NAME_CELL_COUNT "gsf:cell-count"
|
1447
|
+
</pre>
|
1448
|
+
<p>(Integer) Count of cells in the spread-sheet document, if appropriate.</p>
|
1449
|
+
</div>
|
1450
|
+
<hr>
|
1451
|
+
<div class="refsect2">
|
1452
|
+
<a name="GSF-META-NAME-SPREADSHEET-COUNT:CAPS"></a><h3>GSF_META_NAME_SPREADSHEET_COUNT</h3>
|
1453
|
+
<pre class="programlisting">#define GSF_META_NAME_SPREADSHEET_COUNT "gsf:spreadsheet-count"
|
1454
|
+
</pre>
|
1455
|
+
<p>(Integer) Count of pages in the document, if appropriate.</p>
|
1456
|
+
</div>
|
1457
|
+
<hr>
|
1458
|
+
<div class="refsect2">
|
1459
|
+
<a name="GSF-META-NAME-CREATOR:CAPS"></a><h3>GSF_META_NAME_CREATOR</h3>
|
1460
|
+
<pre class="programlisting">#define GSF_META_NAME_CREATOR "dc:creator"
|
1461
|
+
</pre>
|
1462
|
+
<p>(String) An entity primarily responsible for making the content of the
|
1463
|
+
resource typically a person, organization, or service.</p>
|
1464
|
+
<p>1.14.0 Moved from "gsf" to "dc".</p>
|
1465
|
+
</div>
|
1466
|
+
<hr>
|
1467
|
+
<div class="refsect2">
|
1468
|
+
<a name="GSF-META-NAME-TEMPLATE:CAPS"></a><h3>GSF_META_NAME_TEMPLATE</h3>
|
1469
|
+
<pre class="programlisting">#define GSF_META_NAME_TEMPLATE "meta:template"
|
1470
|
+
</pre>
|
1471
|
+
<p>(String) The template file that is been used to generate this document.</p>
|
1472
|
+
<p>1.14.0 Moved from "gsf" to "meta"</p>
|
1473
|
+
</div>
|
1474
|
+
<hr>
|
1475
|
+
<div class="refsect2">
|
1476
|
+
<a name="GSF-META-NAME-LAST-SAVED-BY:CAPS"></a><h3>GSF_META_NAME_LAST_SAVED_BY</h3>
|
1477
|
+
<pre class="programlisting">#define GSF_META_NAME_LAST_SAVED_BY "gsf:last-saved-by"
|
1478
|
+
</pre>
|
1479
|
+
<p>(String) The entity that made the last change to the document, typically a
|
1480
|
+
person, organization, or service.</p>
|
1481
|
+
</div>
|
1482
|
+
<hr>
|
1483
|
+
<div class="refsect2">
|
1484
|
+
<a name="GSF-META-NAME-LAST-PRINTED:CAPS"></a><h3>GSF_META_NAME_LAST_PRINTED</h3>
|
1485
|
+
<pre class="programlisting">#define GSF_META_NAME_LAST_PRINTED "gsf:last-printed"
|
1486
|
+
</pre>
|
1487
|
+
<p>(GSF_META_NAME_HEADING_PAIRS) The last time this document was printed.</p>
|
1488
|
+
<p>1.14.0 Moved from "gsf" to "dc".
|
1489
|
+
1.14.1 Moved back to "gsf" from "dc".</p>
|
1490
|
+
</div>
|
1491
|
+
<hr>
|
1492
|
+
<div class="refsect2">
|
1493
|
+
<a name="GSF-META-NAME-PRINT-DATE:CAPS"></a><h3>GSF_META_NAME_PRINT_DATE</h3>
|
1494
|
+
<pre class="programlisting">#define GSF_META_NAME_PRINT_DATE "meta:print-date"
|
1495
|
+
</pre>
|
1496
|
+
<p>(GsfTimestamp) Specifies the date and time when the document was last
|
1497
|
+
printed.</p>
|
1498
|
+
</div>
|
1499
|
+
<hr>
|
1500
|
+
<div class="refsect2">
|
1501
|
+
<a name="GSF-META-NAME-PRINTED-BY:CAPS"></a><h3>GSF_META_NAME_PRINTED_BY</h3>
|
1502
|
+
<pre class="programlisting">#define GSF_META_NAME_PRINTED_BY "meta:printed-by"
|
1503
|
+
</pre>
|
1504
|
+
<p>(String) Specifies the name of the last person who printed the document.</p>
|
1505
|
+
<p>1.14.0 Moved from "gsf" to "meta".</p>
|
1506
|
+
</div>
|
1507
|
+
<hr>
|
1508
|
+
<div class="refsect2">
|
1509
|
+
<a name="GSF-META-NAME-KEYWORD:CAPS"></a><h3>GSF_META_NAME_KEYWORD</h3>
|
1510
|
+
<pre class="programlisting">#define GSF_META_NAME_KEYWORD "meta:keyword"
|
1511
|
+
</pre>
|
1512
|
+
<p>(String) Searchable, indexable keywords. Similar to PDF keywords or HTML's
|
1513
|
+
meta block.</p>
|
1514
|
+
</div>
|
1515
|
+
<hr>
|
1516
|
+
<div class="refsect2">
|
1517
|
+
<a name="GSF-META-NAME-SECURITY:CAPS"></a><h3>GSF_META_NAME_SECURITY</h3>
|
1518
|
+
<pre class="programlisting">#define GSF_META_NAME_SECURITY "gsf:security"
|
1519
|
+
</pre>
|
1520
|
+
<p>(Integer) Level of security.</p>
|
1521
|
+
<div class="informaltable"><table border="0">
|
1522
|
+
<colgroup>
|
1523
|
+
<col>
|
1524
|
+
<col>
|
1525
|
+
</colgroup>
|
1526
|
+
<thead><tr>
|
1527
|
+
<th align="left">Level</th>
|
1528
|
+
<th>Value</th>
|
1529
|
+
</tr></thead>
|
1530
|
+
<tbody>
|
1531
|
+
<tr>
|
1532
|
+
<td>None</td>
|
1533
|
+
<td>0</td>
|
1534
|
+
</tr>
|
1535
|
+
<tr>
|
1536
|
+
<td>Password protected</td>
|
1537
|
+
<td>1</td>
|
1538
|
+
</tr>
|
1539
|
+
<tr>
|
1540
|
+
<td>Read-only recommended</td>
|
1541
|
+
<td>2</td>
|
1542
|
+
</tr>
|
1543
|
+
<tr>
|
1544
|
+
<td>Read-only enforced</td>
|
1545
|
+
<td>3</td>
|
1546
|
+
</tr>
|
1547
|
+
<tr>
|
1548
|
+
<td>Locked for annotations</td>
|
1549
|
+
<td>4</td>
|
1550
|
+
</tr>
|
1551
|
+
</tbody>
|
1552
|
+
</table></div>
|
1553
|
+
</div>
|
1554
|
+
<hr>
|
1555
|
+
<div class="refsect2">
|
1556
|
+
<a name="GSF-META-NAME-CATEGORY:CAPS"></a><h3>GSF_META_NAME_CATEGORY</h3>
|
1557
|
+
<pre class="programlisting">#define GSF_META_NAME_CATEGORY "gsf:category"
|
1558
|
+
</pre>
|
1559
|
+
<p>(String) Category of the document. </p>
|
1560
|
+
<div class="note">example???</div>
|
1561
|
+
</div>
|
1562
|
+
<hr>
|
1563
|
+
<div class="refsect2">
|
1564
|
+
<a name="GSF-META-NAME-PRESENTATION-FORMAT:CAPS"></a><h3>GSF_META_NAME_PRESENTATION_FORMAT</h3>
|
1565
|
+
<pre class="programlisting">#define GSF_META_NAME_PRESENTATION_FORMAT "gsf:presentation-format"
|
1566
|
+
</pre>
|
1567
|
+
<p>(String) Type of presentation, like "On-screen Show", "SlideView" etc.</p>
|
1568
|
+
</div>
|
1569
|
+
<hr>
|
1570
|
+
<div class="refsect2">
|
1571
|
+
<a name="GSF-META-NAME-THUMBNAIL:CAPS"></a><h3>GSF_META_NAME_THUMBNAIL</h3>
|
1572
|
+
<pre class="programlisting">#define GSF_META_NAME_THUMBNAIL "gsf:thumbnail"
|
1573
|
+
</pre>
|
1574
|
+
<p>(GsfClipData) Thumbnail data of the document, typically a
|
1575
|
+
preview image of the document.</p>
|
1576
|
+
</div>
|
1577
|
+
<hr>
|
1578
|
+
<div class="refsect2">
|
1579
|
+
<a name="GSF-META-NAME-GENERATOR:CAPS"></a><h3>GSF_META_NAME_GENERATOR</h3>
|
1580
|
+
<pre class="programlisting">#define GSF_META_NAME_GENERATOR "meta:generator"
|
1581
|
+
</pre>
|
1582
|
+
<p>(String) The application that generated this document. AbiWord, Gnumeric,
|
1583
|
+
etc...</p>
|
1584
|
+
<p>1.14.0 Moved from "gsf" to "meta".</p>
|
1585
|
+
</div>
|
1586
|
+
<hr>
|
1587
|
+
<div class="refsect2">
|
1588
|
+
<a name="GSF-META-NAME-LINE-COUNT:CAPS"></a><h3>GSF_META_NAME_LINE_COUNT</h3>
|
1589
|
+
<pre class="programlisting">#define GSF_META_NAME_LINE_COUNT "gsf:line-count"
|
1590
|
+
</pre>
|
1591
|
+
<p>(Integer) Count of liness in the document.</p>
|
1592
|
+
</div>
|
1593
|
+
<hr>
|
1594
|
+
<div class="refsect2">
|
1595
|
+
<a name="GSF-META-NAME-SLIDE-COUNT:CAPS"></a><h3>GSF_META_NAME_SLIDE_COUNT</h3>
|
1596
|
+
<pre class="programlisting">#define GSF_META_NAME_SLIDE_COUNT "gsf:slide-count"
|
1597
|
+
</pre>
|
1598
|
+
<p>(Integer) Count of slides in the presentation document.</p>
|
1599
|
+
</div>
|
1600
|
+
<hr>
|
1601
|
+
<div class="refsect2">
|
1602
|
+
<a name="GSF-META-NAME-NOTE-COUNT:CAPS"></a><h3>GSF_META_NAME_NOTE_COUNT</h3>
|
1603
|
+
<pre class="programlisting">#define GSF_META_NAME_NOTE_COUNT "gsf:note-count"
|
1604
|
+
</pre>
|
1605
|
+
<p>(Integer) Count of "notes" in the document.</p>
|
1606
|
+
</div>
|
1607
|
+
<hr>
|
1608
|
+
<div class="refsect2">
|
1609
|
+
<a name="GSF-META-NAME-HIDDEN-SLIDE-COUNT:CAPS"></a><h3>GSF_META_NAME_HIDDEN_SLIDE_COUNT</h3>
|
1610
|
+
<pre class="programlisting">#define GSF_META_NAME_HIDDEN_SLIDE_COUNT "gsf:hidden-slide-count"
|
1611
|
+
</pre>
|
1612
|
+
<p>(Integer) Count of hidden-slides in the presentation document.</p>
|
1613
|
+
</div>
|
1614
|
+
<hr>
|
1615
|
+
<div class="refsect2">
|
1616
|
+
<a name="GSF-META-NAME-MM-CLIP-COUNT:CAPS"></a><h3>GSF_META_NAME_MM_CLIP_COUNT</h3>
|
1617
|
+
<pre class="programlisting">#define GSF_META_NAME_MM_CLIP_COUNT "gsf:MM-clip-count"
|
1618
|
+
</pre>
|
1619
|
+
<p>(Integer) Count of "multi-media" clips in the document.</p>
|
1620
|
+
</div>
|
1621
|
+
<hr>
|
1622
|
+
<div class="refsect2">
|
1623
|
+
<a name="GSF-META-NAME-BYTE-COUNT:CAPS"></a><h3>GSF_META_NAME_BYTE_COUNT</h3>
|
1624
|
+
<pre class="programlisting">#define GSF_META_NAME_BYTE_COUNT "gsf:byte-count"
|
1625
|
+
</pre>
|
1626
|
+
<p>(Integer) Count of bytes in the document.</p>
|
1627
|
+
</div>
|
1628
|
+
<hr>
|
1629
|
+
<div class="refsect2">
|
1630
|
+
<a name="GSF-META-NAME-SCALE:CAPS"></a><h3>GSF_META_NAME_SCALE</h3>
|
1631
|
+
<pre class="programlisting">#define GSF_META_NAME_SCALE "gsf:scale"
|
1632
|
+
</pre>
|
1633
|
+
<p>(Boolean) ?????</p>
|
1634
|
+
</div>
|
1635
|
+
<hr>
|
1636
|
+
<div class="refsect2">
|
1637
|
+
<a name="GSF-META-NAME-HEADING-PAIRS:CAPS"></a><h3>GSF_META_NAME_HEADING_PAIRS</h3>
|
1638
|
+
<pre class="programlisting">#define GSF_META_NAME_HEADING_PAIRS "gsf:heading-pairs"
|
1639
|
+
</pre>
|
1640
|
+
<p>(Vector of string value pairs stored in alternating elements) Store the
|
1641
|
+
counts of objects in the document as names 'worksheet' and count '4'
|
1642
|
+
From MSOLE</p>
|
1643
|
+
</div>
|
1644
|
+
<hr>
|
1645
|
+
<div class="refsect2">
|
1646
|
+
<a name="GSF-META-NAME-DOCUMENT-PARTS:CAPS"></a><h3>GSF_META_NAME_DOCUMENT_PARTS</h3>
|
1647
|
+
<pre class="programlisting">#define GSF_META_NAME_DOCUMENT_PARTS "gsf:document-parts"
|
1648
|
+
</pre>
|
1649
|
+
<p>(Vector of strings) Names of the 'interesting' parts of the document. In
|
1650
|
+
spreadsheets this is a list of the sheet names, and the named expressions.
|
1651
|
+
From MSOLE</p>
|
1652
|
+
</div>
|
1653
|
+
<hr>
|
1654
|
+
<div class="refsect2">
|
1655
|
+
<a name="GSF-META-NAME-MANAGER:CAPS"></a><h3>GSF_META_NAME_MANAGER</h3>
|
1656
|
+
<pre class="programlisting">#define GSF_META_NAME_MANAGER "gsf:manager"
|
1657
|
+
</pre>
|
1658
|
+
<p>(String) Name of the manager of "CREATOR" entity.</p>
|
1659
|
+
</div>
|
1660
|
+
<hr>
|
1661
|
+
<div class="refsect2">
|
1662
|
+
<a name="GSF-META-NAME-COMPANY:CAPS"></a><h3>GSF_META_NAME_COMPANY</h3>
|
1663
|
+
<pre class="programlisting">#define GSF_META_NAME_COMPANY "dc:publisher"
|
1664
|
+
</pre>
|
1665
|
+
<p>(String) Name of the company/organization that the "CREATOR" entity is
|
1666
|
+
associated with.</p>
|
1667
|
+
<p>1.14.1 Moved from "gsf:company" to "dc:publisher".</p>
|
1668
|
+
</div>
|
1669
|
+
<hr>
|
1670
|
+
<div class="refsect2">
|
1671
|
+
<a name="GSF-META-NAME-LINKS-DIRTY:CAPS"></a><h3>GSF_META_NAME_LINKS_DIRTY</h3>
|
1672
|
+
<pre class="programlisting">#define GSF_META_NAME_LINKS_DIRTY "gsf:links-dirty"
|
1673
|
+
</pre>
|
1674
|
+
<p>(Boolean) ???????</p>
|
1675
|
+
</div>
|
1676
|
+
<hr>
|
1677
|
+
<div class="refsect2">
|
1678
|
+
<a name="GSF-META-NAME-DICTIONARY:CAPS"></a><h3>GSF_META_NAME_DICTIONARY</h3>
|
1679
|
+
<pre class="programlisting">#define GSF_META_NAME_DICTIONARY "gsf:dictionary"
|
1680
|
+
</pre>
|
1681
|
+
<p>(None) Reserved name (PID) for Dictionary</p>
|
1682
|
+
</div>
|
1683
|
+
<hr>
|
1684
|
+
<div class="refsect2">
|
1685
|
+
<a name="GSF-META-NAME-MSOLE-UNKNOWN-17:CAPS"></a><h3>GSF_META_NAME_MSOLE_UNKNOWN_17</h3>
|
1686
|
+
<pre class="programlisting">#define GSF_META_NAME_MSOLE_UNKNOWN_17 "msole:unknown-doc-17"
|
1687
|
+
</pre>
|
1688
|
+
<p>(Unknown) User-defined name</p>
|
1689
|
+
</div>
|
1690
|
+
<hr>
|
1691
|
+
<div class="refsect2">
|
1692
|
+
<a name="GSF-META-NAME-MSOLE-UNKNOWN-18:CAPS"></a><h3>GSF_META_NAME_MSOLE_UNKNOWN_18</h3>
|
1693
|
+
<pre class="programlisting">#define GSF_META_NAME_MSOLE_UNKNOWN_18 "msole:unknown-doc-18"
|
1694
|
+
</pre>
|
1695
|
+
<p>(Unknown) User-defined name</p>
|
1696
|
+
</div>
|
1697
|
+
<hr>
|
1698
|
+
<div class="refsect2">
|
1699
|
+
<a name="GSF-META-NAME-MSOLE-UNKNOWN-19:CAPS"></a><h3>GSF_META_NAME_MSOLE_UNKNOWN_19</h3>
|
1700
|
+
<pre class="programlisting">#define GSF_META_NAME_MSOLE_UNKNOWN_19 "msole:unknown-doc-19"
|
1701
|
+
</pre>
|
1702
|
+
<p>(Boolean) User-defined name</p>
|
1703
|
+
</div>
|
1704
|
+
<hr>
|
1705
|
+
<div class="refsect2">
|
1706
|
+
<a name="GSF-META-NAME-MSOLE-UNKNOWN-20:CAPS"></a><h3>GSF_META_NAME_MSOLE_UNKNOWN_20</h3>
|
1707
|
+
<pre class="programlisting">#define GSF_META_NAME_MSOLE_UNKNOWN_20 "msole:unknown-doc-20"
|
1708
|
+
</pre>
|
1709
|
+
<p>(Unknown) User-defined name</p>
|
1710
|
+
</div>
|
1711
|
+
<hr>
|
1712
|
+
<div class="refsect2">
|
1713
|
+
<a name="GSF-META-NAME-MSOLE-UNKNOWN-21:CAPS"></a><h3>GSF_META_NAME_MSOLE_UNKNOWN_21</h3>
|
1714
|
+
<pre class="programlisting">#define GSF_META_NAME_MSOLE_UNKNOWN_21 "msole:unknown-doc-21"
|
1715
|
+
</pre>
|
1716
|
+
<p>(Unknown) User-defined name</p>
|
1717
|
+
</div>
|
1718
|
+
<hr>
|
1719
|
+
<div class="refsect2">
|
1720
|
+
<a name="GSF-META-NAME-MSOLE-UNKNOWN-22:CAPS"></a><h3>GSF_META_NAME_MSOLE_UNKNOWN_22</h3>
|
1721
|
+
<pre class="programlisting">#define GSF_META_NAME_MSOLE_UNKNOWN_22 "msole:unknown-doc-22"
|
1722
|
+
</pre>
|
1723
|
+
<p>(Boolean) User-defined name</p>
|
1724
|
+
</div>
|
1725
|
+
<hr>
|
1726
|
+
<div class="refsect2">
|
1727
|
+
<a name="GSF-META-NAME-MSOLE-UNKNOWN-23:CAPS"></a><h3>GSF_META_NAME_MSOLE_UNKNOWN_23</h3>
|
1728
|
+
<pre class="programlisting">#define GSF_META_NAME_MSOLE_UNKNOWN_23 "msole:unknown-doc-23"
|
1729
|
+
</pre>
|
1730
|
+
<p>(i4) User-defined name</p>
|
1731
|
+
</div>
|
1732
|
+
<hr>
|
1733
|
+
<div class="refsect2">
|
1734
|
+
<a name="GSF-META-NAME-LOCALE-SYSTEM-DEFAULT:CAPS"></a><h3>GSF_META_NAME_LOCALE_SYSTEM_DEFAULT</h3>
|
1735
|
+
<pre class="programlisting">#define GSF_META_NAME_LOCALE_SYSTEM_DEFAULT "gsf:default-locale"
|
1736
|
+
</pre>
|
1737
|
+
<p>(Unsigned Integer) Identifier representing the default system locale.</p>
|
1738
|
+
</div>
|
1739
|
+
<hr>
|
1740
|
+
<div class="refsect2">
|
1741
|
+
<a name="GSF-META-NAME-CASE-SENSITIVE:CAPS"></a><h3>GSF_META_NAME_CASE_SENSITIVE</h3>
|
1742
|
+
<pre class="programlisting">#define GSF_META_NAME_CASE_SENSITIVE "gsf:case-sensitivity"
|
1743
|
+
</pre>
|
1744
|
+
<p>(Unsigned Integer) Identifier representing the case-sensitiveness.</p>
|
1745
|
+
<div class="note">of what ?? why is it an integer ??</div>
|
1746
|
+
</div>
|
1747
|
+
<hr>
|
1748
|
+
<div class="refsect2">
|
1749
|
+
<a name="GSF-META-NAME-INITIAL-CREATOR:CAPS"></a><h3>GSF_META_NAME_INITIAL_CREATOR</h3>
|
1750
|
+
<pre class="programlisting">#define GSF_META_NAME_INITIAL_CREATOR "meta:initial-creator"
|
1751
|
+
</pre>
|
1752
|
+
<p>(String) Specifies the name of the person who created the document
|
1753
|
+
initially.
|
1754
|
+
1.14.0 Moved from "gsf" to "meta".</p>
|
1755
|
+
</div>
|
1756
|
+
</div>
|
1757
|
+
</div>
|
1758
|
+
<div class="footer">
|
1759
|
+
<hr>
|
1760
|
+
Generated by GTK-Doc V1.20</div>
|
1761
|
+
</body>
|
1762
|
+
</html>
|