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,523 @@
|
|
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: Text</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="parsers.html" title="Stream Parsers">
|
10
|
+
<link rel="next" href="gsf-XML-and-libxml.html" title="XML and libxml">
|
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-Text.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span>
|
19
|
+
<a href="#gsf-Text.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_properties"> <span class="dim">|</span>
|
20
|
+
<a href="#gsf-Text.properties" class="shortcut">Properties</a></span>
|
21
|
+
</td>
|
22
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
23
|
+
<td><a accesskey="u" href="parsers.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
24
|
+
<td><a accesskey="p" href="parsers.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
25
|
+
<td><a accesskey="n" href="gsf-XML-and-libxml.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
26
|
+
</tr></table>
|
27
|
+
<div class="refentry">
|
28
|
+
<a name="gsf-Text"></a><div class="titlepage"></div>
|
29
|
+
<div class="refnamediv"><table width="100%"><tr>
|
30
|
+
<td valign="top">
|
31
|
+
<h2><span class="refentrytitle"><a name="gsf-Text.top_of_page"></a>Text</span></h2>
|
32
|
+
<p>Text</p>
|
33
|
+
</td>
|
34
|
+
<td class="gallery_image" valign="top" align="right"></td>
|
35
|
+
</tr></table></div>
|
36
|
+
<div class="refsect1">
|
37
|
+
<a name="gsf-Text.functions"></a><h2>Functions</h2>
|
38
|
+
<div class="informaltable"><table width="100%" border="0">
|
39
|
+
<colgroup>
|
40
|
+
<col width="150px" class="functions_return">
|
41
|
+
<col class="functions_name">
|
42
|
+
</colgroup>
|
43
|
+
<tbody>
|
44
|
+
<tr>
|
45
|
+
<td class="function_type">
|
46
|
+
<a class="link" href="gsf-Input-from-unstructured-files.html#GsfInput"><span class="returnvalue">GsfInput</span></a> *
|
47
|
+
</td>
|
48
|
+
<td class="function_name">
|
49
|
+
<a class="link" href="gsf-Text.html#gsf-input-textline-new" title="gsf_input_textline_new ()">gsf_input_textline_new</a> <span class="c_punctuation">()</span>
|
50
|
+
</td>
|
51
|
+
</tr>
|
52
|
+
<tr>
|
53
|
+
<td class="function_type">unsigned <span class="returnvalue">char</span> *
|
54
|
+
</td>
|
55
|
+
<td class="function_name">
|
56
|
+
<a class="link" href="gsf-Text.html#gsf-input-textline-ascii-gets" title="gsf_input_textline_ascii_gets ()">gsf_input_textline_ascii_gets</a> <span class="c_punctuation">()</span>
|
57
|
+
</td>
|
58
|
+
</tr>
|
59
|
+
<tr>
|
60
|
+
<td class="function_type">
|
61
|
+
<span class="returnvalue">guint8</span> *
|
62
|
+
</td>
|
63
|
+
<td class="function_name">
|
64
|
+
<a class="link" href="gsf-Text.html#gsf-input-textline-utf8-gets" title="gsf_input_textline_utf8_gets ()">gsf_input_textline_utf8_gets</a> <span class="c_punctuation">()</span>
|
65
|
+
</td>
|
66
|
+
</tr>
|
67
|
+
<tr>
|
68
|
+
<td class="function_type">
|
69
|
+
<a class="link" href="gsf-Output-to-unstructured-files.html#GsfOutput"><span class="returnvalue">GsfOutput</span></a> *
|
70
|
+
</td>
|
71
|
+
<td class="function_name">
|
72
|
+
<a class="link" href="gsf-Text.html#gsf-output-iconv-new" title="gsf_output_iconv_new ()">gsf_output_iconv_new</a> <span class="c_punctuation">()</span>
|
73
|
+
</td>
|
74
|
+
</tr>
|
75
|
+
<tr>
|
76
|
+
<td class="function_type">
|
77
|
+
<span class="returnvalue">gboolean</span>
|
78
|
+
</td>
|
79
|
+
<td class="function_name">
|
80
|
+
<a class="link" href="gsf-Text.html#gsf-output-csv-write-eol" title="gsf_output_csv_write_eol ()">gsf_output_csv_write_eol</a> <span class="c_punctuation">()</span>
|
81
|
+
</td>
|
82
|
+
</tr>
|
83
|
+
<tr>
|
84
|
+
<td class="function_type">
|
85
|
+
<span class="returnvalue">gboolean</span>
|
86
|
+
</td>
|
87
|
+
<td class="function_name">
|
88
|
+
<a class="link" href="gsf-Text.html#gsf-output-csv-write-field" title="gsf_output_csv_write_field ()">gsf_output_csv_write_field</a> <span class="c_punctuation">()</span>
|
89
|
+
</td>
|
90
|
+
</tr>
|
91
|
+
</tbody>
|
92
|
+
</table></div>
|
93
|
+
</div>
|
94
|
+
<div class="refsect1">
|
95
|
+
<a name="gsf-Text.properties"></a><h2>Properties</h2>
|
96
|
+
<div class="informaltable"><table border="0">
|
97
|
+
<colgroup>
|
98
|
+
<col width="150px" class="properties_type">
|
99
|
+
<col width="300px" class="properties_name">
|
100
|
+
<col width="200px" class="properties_flags">
|
101
|
+
</colgroup>
|
102
|
+
<tbody>
|
103
|
+
<tr>
|
104
|
+
<td class="property_type">
|
105
|
+
<span class="type">gchar</span> *</td>
|
106
|
+
<td class="property_name"><a class="link" href="gsf-Text.html#GsfOutputIconv--fallback" title="The “fallback” property">fallback</a></td>
|
107
|
+
<td class="property_flags">Read / Write</td>
|
108
|
+
</tr>
|
109
|
+
<tr>
|
110
|
+
<td class="property_type">
|
111
|
+
<span class="type">gchar</span> *</td>
|
112
|
+
<td class="property_name"><a class="link" href="gsf-Text.html#GsfOutputIconv--input-charset" title="The “input-charset” property">input-charset</a></td>
|
113
|
+
<td class="property_flags">Read / Write / Construct Only</td>
|
114
|
+
</tr>
|
115
|
+
<tr>
|
116
|
+
<td class="property_type">
|
117
|
+
<span class="type">gchar</span> *</td>
|
118
|
+
<td class="property_name"><a class="link" href="gsf-Text.html#GsfOutputIconv--output-charset" title="The “output-charset” property">output-charset</a></td>
|
119
|
+
<td class="property_flags">Read / Write / Construct Only</td>
|
120
|
+
</tr>
|
121
|
+
<tr>
|
122
|
+
<td class="property_type">
|
123
|
+
<a class="link" href="gsf-Output-to-unstructured-files.html#GsfOutput"><span class="type">GsfOutput</span></a> *</td>
|
124
|
+
<td class="property_name"><a class="link" href="gsf-Text.html#GsfOutputIconv--sink" title="The “sink” property">sink</a></td>
|
125
|
+
<td class="property_flags">Read / Write / Construct Only</td>
|
126
|
+
</tr>
|
127
|
+
<tr>
|
128
|
+
<td class="property_type">
|
129
|
+
<span class="type">gchar</span> *</td>
|
130
|
+
<td class="property_name"><a class="link" href="gsf-Text.html#GsfOutputCsv--eol" title="The “eol” property">eol</a></td>
|
131
|
+
<td class="property_flags">Read / Write / Construct</td>
|
132
|
+
</tr>
|
133
|
+
<tr>
|
134
|
+
<td class="property_type">
|
135
|
+
<span class="type">gchar</span> *</td>
|
136
|
+
<td class="property_name"><a class="link" href="gsf-Text.html#GsfOutputCsv--quote" title="The “quote” property">quote</a></td>
|
137
|
+
<td class="property_flags">Read / Write / Construct</td>
|
138
|
+
</tr>
|
139
|
+
<tr>
|
140
|
+
<td class="property_type"><a class="link" href="gsf-Text.html#GsfOutputCsvQuotingMode" title="enum GsfOutputCsvQuotingMode"><span class="type">GsfOutputCsvQuotingMode</span></a></td>
|
141
|
+
<td class="property_name"><a class="link" href="gsf-Text.html#GsfOutputCsv--quoting-mode" title="The “quoting-mode” property">quoting-mode</a></td>
|
142
|
+
<td class="property_flags">Read / Write / Construct</td>
|
143
|
+
</tr>
|
144
|
+
<tr>
|
145
|
+
<td class="property_type"><span class="type">gboolean</span></td>
|
146
|
+
<td class="property_name"><a class="link" href="gsf-Text.html#GsfOutputCsv--quoting-on-whitespace" title="The “quoting-on-whitespace” property">quoting-on-whitespace</a></td>
|
147
|
+
<td class="property_flags">Read / Write</td>
|
148
|
+
</tr>
|
149
|
+
<tr>
|
150
|
+
<td class="property_type">
|
151
|
+
<span class="type">gchar</span> *</td>
|
152
|
+
<td class="property_name"><a class="link" href="gsf-Text.html#GsfOutputCsv--quoting-triggers" title="The “quoting-triggers” property">quoting-triggers</a></td>
|
153
|
+
<td class="property_flags">Read / Write</td>
|
154
|
+
</tr>
|
155
|
+
<tr>
|
156
|
+
<td class="property_type">
|
157
|
+
<span class="type">gchar</span> *</td>
|
158
|
+
<td class="property_name"><a class="link" href="gsf-Text.html#GsfOutputCsv--separator" title="The “separator” property">separator</a></td>
|
159
|
+
<td class="property_flags">Read / Write / Construct</td>
|
160
|
+
</tr>
|
161
|
+
<tr>
|
162
|
+
<td class="property_type">
|
163
|
+
<a class="link" href="gsf-Output-to-unstructured-files.html#GsfOutput"><span class="type">GsfOutput</span></a> *</td>
|
164
|
+
<td class="property_name"><a class="link" href="gsf-Text.html#GsfOutputCsv--sink" title="The “sink” property">sink</a></td>
|
165
|
+
<td class="property_flags">Read / Write</td>
|
166
|
+
</tr>
|
167
|
+
</tbody>
|
168
|
+
</table></div>
|
169
|
+
</div>
|
170
|
+
<a name="GsfInputTextline"></a><a name="GsfOutputIconv"></a><a name="GsfOutputCsv"></a><div class="refsect1">
|
171
|
+
<a name="gsf-Text.other"></a><h2>Types and Values</h2>
|
172
|
+
<div class="informaltable"><table width="100%" border="0">
|
173
|
+
<colgroup>
|
174
|
+
<col width="150px" class="name">
|
175
|
+
<col class="description">
|
176
|
+
</colgroup>
|
177
|
+
<tbody>
|
178
|
+
<tr>
|
179
|
+
<td class="datatype_keyword"> </td>
|
180
|
+
<td class="function_name"><a class="link" href="gsf-Text.html#GsfInputTextline-struct" title="GsfInputTextline">GsfInputTextline</a></td>
|
181
|
+
</tr>
|
182
|
+
<tr>
|
183
|
+
<td class="datatype_keyword"> </td>
|
184
|
+
<td class="function_name"><a class="link" href="gsf-Text.html#GsfOutputIconv-struct" title="GsfOutputIconv">GsfOutputIconv</a></td>
|
185
|
+
</tr>
|
186
|
+
<tr>
|
187
|
+
<td class="datatype_keyword"> </td>
|
188
|
+
<td class="function_name"><a class="link" href="gsf-Text.html#GsfOutputCsv-struct" title="GsfOutputCsv">GsfOutputCsv</a></td>
|
189
|
+
</tr>
|
190
|
+
<tr>
|
191
|
+
<td class="datatype_keyword">enum</td>
|
192
|
+
<td class="function_name"><a class="link" href="gsf-Text.html#GsfOutputCsvQuotingMode" title="enum GsfOutputCsvQuotingMode">GsfOutputCsvQuotingMode</a></td>
|
193
|
+
</tr>
|
194
|
+
</tbody>
|
195
|
+
</table></div>
|
196
|
+
</div>
|
197
|
+
<div class="refsect1">
|
198
|
+
<a name="gsf-Text.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
199
|
+
<pre class="screen"> GObject
|
200
|
+
<span class="lineart">├──</span> <a class="link" href="gsf-Input-from-unstructured-files.html#GsfInput">GsfInput</a>
|
201
|
+
<span class="lineart">│</span> <span class="lineart">╰──</span> GsfInputTextline
|
202
|
+
<span class="lineart">╰──</span> <a class="link" href="gsf-Output-to-unstructured-files.html#GsfOutput">GsfOutput</a>
|
203
|
+
<span class="lineart">├──</span> GsfOutputCsv
|
204
|
+
<span class="lineart">╰──</span> GsfOutputIconv
|
205
|
+
</pre>
|
206
|
+
</div>
|
207
|
+
<div class="refsect1">
|
208
|
+
<a name="gsf-Text.description"></a><h2>Description</h2>
|
209
|
+
<p>
|
210
|
+
</p>
|
211
|
+
</div>
|
212
|
+
<div class="refsect1">
|
213
|
+
<a name="gsf-Text.functions_details"></a><h2>Functions</h2>
|
214
|
+
<div class="refsect2">
|
215
|
+
<a name="gsf-input-textline-new"></a><h3>gsf_input_textline_new ()</h3>
|
216
|
+
<pre class="programlisting"><a class="link" href="gsf-Input-from-unstructured-files.html#GsfInput"><span class="returnvalue">GsfInput</span></a> *
|
217
|
+
gsf_input_textline_new (<em class="parameter"><code><a class="link" href="gsf-Input-from-unstructured-files.html#GsfInput"><span class="type">GsfInput</span></a> *source</code></em>);</pre>
|
218
|
+
<div class="note">This adds a reference to <em class="parameter"><code>source</code></em>.</div>
|
219
|
+
<div class="refsect3">
|
220
|
+
<a name="id-1.6.5.2.11.2.5"></a><h4>Parameters</h4>
|
221
|
+
<div class="informaltable"><table width="100%" border="0">
|
222
|
+
<colgroup>
|
223
|
+
<col width="150px" class="parameters_name">
|
224
|
+
<col class="parameters_description">
|
225
|
+
<col width="200px" class="parameters_annotations">
|
226
|
+
</colgroup>
|
227
|
+
<tbody><tr>
|
228
|
+
<td class="parameter_name"><p>source</p></td>
|
229
|
+
<td class="parameter_description"><p>in some combination of ascii and utf8</p></td>
|
230
|
+
<td class="parameter_annotations"> </td>
|
231
|
+
</tr></tbody>
|
232
|
+
</table></div>
|
233
|
+
</div>
|
234
|
+
<div class="refsect3">
|
235
|
+
<a name="id-1.6.5.2.11.2.6"></a><h4>Returns</h4>
|
236
|
+
<p> a new file or <code class="literal">NULL</code>.</p>
|
237
|
+
<p></p>
|
238
|
+
</div>
|
239
|
+
</div>
|
240
|
+
<hr>
|
241
|
+
<div class="refsect2">
|
242
|
+
<a name="gsf-input-textline-ascii-gets"></a><h3>gsf_input_textline_ascii_gets ()</h3>
|
243
|
+
<pre class="programlisting">unsigned <span class="returnvalue">char</span> *
|
244
|
+
gsf_input_textline_ascii_gets (<em class="parameter"><code><a class="link" href="gsf-Text.html#GsfInputTextline"><span class="type">GsfInputTextline</span></a> *textline</code></em>);</pre>
|
245
|
+
<p>A utility routine to read things line by line from the underlying source.
|
246
|
+
Trailing newlines and carriage returns are stripped, and the resultant buffer
|
247
|
+
can be edited.</p>
|
248
|
+
<div class="refsect3">
|
249
|
+
<a name="id-1.6.5.2.11.3.5"></a><h4>Parameters</h4>
|
250
|
+
<div class="informaltable"><table width="100%" border="0">
|
251
|
+
<colgroup>
|
252
|
+
<col width="150px" class="parameters_name">
|
253
|
+
<col class="parameters_description">
|
254
|
+
<col width="200px" class="parameters_annotations">
|
255
|
+
</colgroup>
|
256
|
+
<tbody><tr>
|
257
|
+
<td class="parameter_name"><p>textline</p></td>
|
258
|
+
<td class="parameter_description"><p><a class="link" href="gsf-Text.html#GsfInputTextline"><span class="type">GsfInputTextline</span></a></p></td>
|
259
|
+
<td class="parameter_annotations"> </td>
|
260
|
+
</tr></tbody>
|
261
|
+
</table></div>
|
262
|
+
</div>
|
263
|
+
<div class="refsect3">
|
264
|
+
<a name="id-1.6.5.2.11.3.6"></a><h4>Returns</h4>
|
265
|
+
<p> the string read, or <code class="literal">NULL</code> on eof.</p>
|
266
|
+
<p></p>
|
267
|
+
</div>
|
268
|
+
</div>
|
269
|
+
<hr>
|
270
|
+
<div class="refsect2">
|
271
|
+
<a name="gsf-input-textline-utf8-gets"></a><h3>gsf_input_textline_utf8_gets ()</h3>
|
272
|
+
<pre class="programlisting"><span class="returnvalue">guint8</span> *
|
273
|
+
gsf_input_textline_utf8_gets (<em class="parameter"><code><a class="link" href="gsf-Text.html#GsfInputTextline"><span class="type">GsfInputTextline</span></a> *textline</code></em>);</pre>
|
274
|
+
<p>A utility routine to read things line by line from the underlying source.
|
275
|
+
Trailing newlines and carriage returns are stripped, and the resultant buffer
|
276
|
+
can be edited.</p>
|
277
|
+
<div class="refsect3">
|
278
|
+
<a name="id-1.6.5.2.11.4.5"></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>textline</p></td>
|
287
|
+
<td class="parameter_description"><p><a class="link" href="gsf-Text.html#GsfInputTextline"><span class="type">GsfInputTextline</span></a></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.5.2.11.4.6"></a><h4>Returns</h4>
|
294
|
+
<p> the string read, or <code class="literal">NULL</code> on eof.</p>
|
295
|
+
<p></p>
|
296
|
+
</div>
|
297
|
+
</div>
|
298
|
+
<hr>
|
299
|
+
<div class="refsect2">
|
300
|
+
<a name="gsf-output-iconv-new"></a><h3>gsf_output_iconv_new ()</h3>
|
301
|
+
<pre class="programlisting"><a class="link" href="gsf-Output-to-unstructured-files.html#GsfOutput"><span class="returnvalue">GsfOutput</span></a> *
|
302
|
+
gsf_output_iconv_new (<em class="parameter"><code><a class="link" href="gsf-Output-to-unstructured-files.html#GsfOutput"><span class="type">GsfOutput</span></a> *sink</code></em>,
|
303
|
+
<em class="parameter"><code><span class="type">char</span> const *dst</code></em>,
|
304
|
+
<em class="parameter"><code><span class="type">char</span> const *src</code></em>);</pre>
|
305
|
+
<p>Adds a reference to <em class="parameter"><code>sink</code></em>
|
306
|
+
.</p>
|
307
|
+
<div class="refsect3">
|
308
|
+
<a name="id-1.6.5.2.11.5.5"></a><h4>Parameters</h4>
|
309
|
+
<div class="informaltable"><table width="100%" border="0">
|
310
|
+
<colgroup>
|
311
|
+
<col width="150px" class="parameters_name">
|
312
|
+
<col class="parameters_description">
|
313
|
+
<col width="200px" class="parameters_annotations">
|
314
|
+
</colgroup>
|
315
|
+
<tbody>
|
316
|
+
<tr>
|
317
|
+
<td class="parameter_name"><p>sink</p></td>
|
318
|
+
<td class="parameter_description"><p>The underlying data source.</p></td>
|
319
|
+
<td class="parameter_annotations"> </td>
|
320
|
+
</tr>
|
321
|
+
<tr>
|
322
|
+
<td class="parameter_name"><p>dst</p></td>
|
323
|
+
<td class="parameter_description"><p>The target character set.</p></td>
|
324
|
+
<td class="parameter_annotations"> </td>
|
325
|
+
</tr>
|
326
|
+
<tr>
|
327
|
+
<td class="parameter_name"><p>src</p></td>
|
328
|
+
<td class="parameter_description"><p>The source character set.</p></td>
|
329
|
+
<td class="parameter_annotations"> </td>
|
330
|
+
</tr>
|
331
|
+
</tbody>
|
332
|
+
</table></div>
|
333
|
+
</div>
|
334
|
+
<div class="refsect3">
|
335
|
+
<a name="id-1.6.5.2.11.5.6"></a><h4>Returns</h4>
|
336
|
+
<p> a new GsfOutput object or <code class="literal">NULL</code>.</p>
|
337
|
+
<p></p>
|
338
|
+
</div>
|
339
|
+
</div>
|
340
|
+
<hr>
|
341
|
+
<div class="refsect2">
|
342
|
+
<a name="gsf-output-csv-write-eol"></a><h3>gsf_output_csv_write_eol ()</h3>
|
343
|
+
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
344
|
+
gsf_output_csv_write_eol (<em class="parameter"><code><a class="link" href="gsf-Text.html#GsfOutputCsv"><span class="type">GsfOutputCsv</span></a> *csv</code></em>);</pre>
|
345
|
+
<p>
|
346
|
+
</p>
|
347
|
+
<div class="refsect3">
|
348
|
+
<a name="id-1.6.5.2.11.6.5"></a><h4>Returns</h4>
|
349
|
+
<p></p>
|
350
|
+
</div>
|
351
|
+
</div>
|
352
|
+
<hr>
|
353
|
+
<div class="refsect2">
|
354
|
+
<a name="gsf-output-csv-write-field"></a><h3>gsf_output_csv_write_field ()</h3>
|
355
|
+
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
356
|
+
gsf_output_csv_write_field (<em class="parameter"><code><a class="link" href="gsf-Text.html#GsfOutputCsv"><span class="type">GsfOutputCsv</span></a> *csv</code></em>,
|
357
|
+
<em class="parameter"><code><span class="type">char</span> const *field</code></em>,
|
358
|
+
<em class="parameter"><code><span class="type">size_t</span> len</code></em>);</pre>
|
359
|
+
<p>
|
360
|
+
</p>
|
361
|
+
<div class="refsect3">
|
362
|
+
<a name="id-1.6.5.2.11.7.5"></a><h4>Returns</h4>
|
363
|
+
<p></p>
|
364
|
+
</div>
|
365
|
+
</div>
|
366
|
+
</div>
|
367
|
+
<div class="refsect1">
|
368
|
+
<a name="gsf-Text.other_details"></a><h2>Types and Values</h2>
|
369
|
+
<div class="refsect2">
|
370
|
+
<a name="GsfInputTextline-struct"></a><h3>GsfInputTextline</h3>
|
371
|
+
<pre class="programlisting">typedef struct _GsfInputTextline GsfInputTextline;</pre>
|
372
|
+
<p>
|
373
|
+
</p>
|
374
|
+
</div>
|
375
|
+
<hr>
|
376
|
+
<div class="refsect2">
|
377
|
+
<a name="GsfOutputIconv-struct"></a><h3>GsfOutputIconv</h3>
|
378
|
+
<pre class="programlisting">typedef struct _GsfOutputIconv GsfOutputIconv;</pre>
|
379
|
+
<p>
|
380
|
+
</p>
|
381
|
+
</div>
|
382
|
+
<hr>
|
383
|
+
<div class="refsect2">
|
384
|
+
<a name="GsfOutputCsv-struct"></a><h3>GsfOutputCsv</h3>
|
385
|
+
<pre class="programlisting">typedef struct _GsfOutputCsv GsfOutputCsv;</pre>
|
386
|
+
<p>
|
387
|
+
</p>
|
388
|
+
</div>
|
389
|
+
<hr>
|
390
|
+
<div class="refsect2">
|
391
|
+
<a name="GsfOutputCsvQuotingMode"></a><h3>enum GsfOutputCsvQuotingMode</h3>
|
392
|
+
<p>Controls when to add quotes around fields.</p>
|
393
|
+
<div class="refsect3">
|
394
|
+
<a name="id-1.6.5.2.12.5.4"></a><h4>Members</h4>
|
395
|
+
<div class="informaltable"><table width="100%" border="0">
|
396
|
+
<colgroup>
|
397
|
+
<col width="300px" class="enum_members_name">
|
398
|
+
<col class="enum_members_description">
|
399
|
+
<col width="200px" class="enum_members_annotations">
|
400
|
+
</colgroup>
|
401
|
+
<tbody>
|
402
|
+
<tr>
|
403
|
+
<td class="enum_member_name"><p><a name="GSF-OUTPUT-CSV-QUOTING-MODE-NEVER:CAPS"></a>GSF_OUTPUT_CSV_QUOTING_MODE_NEVER</p></td>
|
404
|
+
<td class="enum_member_description">
|
405
|
+
<p>never add quotes around fields</p>
|
406
|
+
</td>
|
407
|
+
<td class="enum_member_annotations"> </td>
|
408
|
+
</tr>
|
409
|
+
<tr>
|
410
|
+
<td class="enum_member_name"><p><a name="GSF-OUTPUT-CSV-QUOTING-MODE-AUTO:CAPS"></a>GSF_OUTPUT_CSV_QUOTING_MODE_AUTO</p></td>
|
411
|
+
<td class="enum_member_description">
|
412
|
+
<p>add quotes around fields when needed</p>
|
413
|
+
</td>
|
414
|
+
<td class="enum_member_annotations"> </td>
|
415
|
+
</tr>
|
416
|
+
<tr>
|
417
|
+
<td class="enum_member_name"><p><a name="GSF-OUTPUT-CSV-QUOTING-MODE-ALWAYS:CAPS"></a>GSF_OUTPUT_CSV_QUOTING_MODE_ALWAYS</p></td>
|
418
|
+
<td class="enum_member_description">
|
419
|
+
<p>always add quotes around fields</p>
|
420
|
+
</td>
|
421
|
+
<td class="enum_member_annotations"> </td>
|
422
|
+
</tr>
|
423
|
+
</tbody>
|
424
|
+
</table></div>
|
425
|
+
</div>
|
426
|
+
</div>
|
427
|
+
</div>
|
428
|
+
<div class="refsect1">
|
429
|
+
<a name="gsf-Text.property-details"></a><h2>Property Details</h2>
|
430
|
+
<div class="refsect2">
|
431
|
+
<a name="GsfOutputIconv--fallback"></a><h3>The <code class="literal">“fallback”</code> property</h3>
|
432
|
+
<pre class="programlisting"> “fallback” <span class="type">gchar</span> *</pre>
|
433
|
+
<p>Either NULL or a UTF-8 string (representable in the target encoding)
|
434
|
+
to convert and output in place of characters that cannot be represented
|
435
|
+
in the target encoding. NULL means use \u1234 or \U12345678 format.</p>
|
436
|
+
<p>Flags: Read / Write</p>
|
437
|
+
<p>Default value: NULL</p>
|
438
|
+
</div>
|
439
|
+
<hr>
|
440
|
+
<div class="refsect2">
|
441
|
+
<a name="GsfOutputIconv--input-charset"></a><h3>The <code class="literal">“input-charset”</code> property</h3>
|
442
|
+
<pre class="programlisting"> “input-charset” <span class="type">gchar</span> *</pre>
|
443
|
+
<p>The character set to convert from.</p>
|
444
|
+
<p>Flags: Read / Write / Construct Only</p>
|
445
|
+
<p>Default value: "UTF-8"</p>
|
446
|
+
</div>
|
447
|
+
<hr>
|
448
|
+
<div class="refsect2">
|
449
|
+
<a name="GsfOutputIconv--output-charset"></a><h3>The <code class="literal">“output-charset”</code> property</h3>
|
450
|
+
<pre class="programlisting"> “output-charset” <span class="type">gchar</span> *</pre>
|
451
|
+
<p>The character set to convert to.</p>
|
452
|
+
<p>Flags: Read / Write / Construct Only</p>
|
453
|
+
<p>Default value: "UTF-8"</p>
|
454
|
+
</div>
|
455
|
+
<hr>
|
456
|
+
<div class="refsect2">
|
457
|
+
<a name="GsfOutputIconv--sink"></a><h3>The <code class="literal">“sink”</code> property</h3>
|
458
|
+
<pre class="programlisting"> “sink” <a class="link" href="gsf-Output-to-unstructured-files.html#GsfOutput"><span class="type">GsfOutput</span></a> *</pre>
|
459
|
+
<p>Where the converted data is written.</p>
|
460
|
+
<p>Flags: Read / Write / Construct Only</p>
|
461
|
+
</div>
|
462
|
+
<hr>
|
463
|
+
<div class="refsect2">
|
464
|
+
<a name="GsfOutputCsv--eol"></a><h3>The <code class="literal">“eol”</code> property</h3>
|
465
|
+
<pre class="programlisting"> “eol” <span class="type">gchar</span> *</pre>
|
466
|
+
<p>The end-of-line marker.</p>
|
467
|
+
<p>Flags: Read / Write / Construct</p>
|
468
|
+
<p>Default value: "\n"</p>
|
469
|
+
</div>
|
470
|
+
<hr>
|
471
|
+
<div class="refsect2">
|
472
|
+
<a name="GsfOutputCsv--quote"></a><h3>The <code class="literal">“quote”</code> property</h3>
|
473
|
+
<pre class="programlisting"> “quote” <span class="type">gchar</span> *</pre>
|
474
|
+
<p>The string used for quoting fields.</p>
|
475
|
+
<p>Flags: Read / Write / Construct</p>
|
476
|
+
<p>Default value: "\""</p>
|
477
|
+
</div>
|
478
|
+
<hr>
|
479
|
+
<div class="refsect2">
|
480
|
+
<a name="GsfOutputCsv--quoting-mode"></a><h3>The <code class="literal">“quoting-mode”</code> property</h3>
|
481
|
+
<pre class="programlisting"> “quoting-mode” <a class="link" href="gsf-Text.html#GsfOutputCsvQuotingMode" title="enum GsfOutputCsvQuotingMode"><span class="type">GsfOutputCsvQuotingMode</span></a></pre>
|
482
|
+
<p>When to quote fields.</p>
|
483
|
+
<p>Flags: Read / Write / Construct</p>
|
484
|
+
<p>Default value: GSF_OUTPUT_CSV_QUOTING_MODE_NEVER</p>
|
485
|
+
</div>
|
486
|
+
<hr>
|
487
|
+
<div class="refsect2">
|
488
|
+
<a name="GsfOutputCsv--quoting-on-whitespace"></a><h3>The <code class="literal">“quoting-on-whitespace”</code> property</h3>
|
489
|
+
<pre class="programlisting"> “quoting-on-whitespace” <span class="type">gboolean</span></pre>
|
490
|
+
<p>Does initial or terminal whitespace force quoting?.</p>
|
491
|
+
<p>Flags: Read / Write</p>
|
492
|
+
<p>Default value: TRUE</p>
|
493
|
+
</div>
|
494
|
+
<hr>
|
495
|
+
<div class="refsect2">
|
496
|
+
<a name="GsfOutputCsv--quoting-triggers"></a><h3>The <code class="literal">“quoting-triggers”</code> property</h3>
|
497
|
+
<pre class="programlisting"> “quoting-triggers” <span class="type">gchar</span> *</pre>
|
498
|
+
<p>Characters that cause field quoting.</p>
|
499
|
+
<p>Flags: Read / Write</p>
|
500
|
+
<p>Default value: NULL</p>
|
501
|
+
</div>
|
502
|
+
<hr>
|
503
|
+
<div class="refsect2">
|
504
|
+
<a name="GsfOutputCsv--separator"></a><h3>The <code class="literal">“separator”</code> property</h3>
|
505
|
+
<pre class="programlisting"> “separator” <span class="type">gchar</span> *</pre>
|
506
|
+
<p>The field separator.</p>
|
507
|
+
<p>Flags: Read / Write / Construct</p>
|
508
|
+
<p>Default value: ","</p>
|
509
|
+
</div>
|
510
|
+
<hr>
|
511
|
+
<div class="refsect2">
|
512
|
+
<a name="GsfOutputCsv--sink"></a><h3>The <code class="literal">“sink”</code> property</h3>
|
513
|
+
<pre class="programlisting"> “sink” <a class="link" href="gsf-Output-to-unstructured-files.html#GsfOutput"><span class="type">GsfOutput</span></a> *</pre>
|
514
|
+
<p>Where the formatted output is written.</p>
|
515
|
+
<p>Flags: Read / Write</p>
|
516
|
+
</div>
|
517
|
+
</div>
|
518
|
+
</div>
|
519
|
+
<div class="footer">
|
520
|
+
<hr>
|
521
|
+
Generated by GTK-Doc V1.20</div>
|
522
|
+
</body>
|
523
|
+
</html>
|