~ubuntu-branches/ubuntu/precise/libgsf/precise

« back to all changes in this revision

Viewing changes to doc/html/gsf-Outfile-writing-structed-files.html

  • Committer: Bazaar Package Importer
  • Author(s): Aron Sisak
  • Date: 2007-07-19 19:27:47 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20070719192747-tx4x9jmw8qqgo7om
Tags: 1.14.5-0ubuntu1
* New upstream release:
  - Revert jump to dynamic types, they aren't threadsafe. [#450722]
  - Compilation glitch on windows.  [#449807]
  - Avoid problems building without gconf macros installed.
  - Configure breakage --without-gnome. [#4488842]
* debian/libgsf-bin.install
  - install usr/share/man/man1/gsf.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
<th width="100%" align="center">GSF Reference Manual</th>
31
31
<td><a accesskey="n" href="gsf-Reading-and-Writing-from-local-files-and-directories.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
32
32
</tr>
33
 
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2568090" class="shortcut">Top</a>
34
 
                  &#160;|&#160;
35
 
                  <a href="#id2568319" class="shortcut">Description</a>
36
 
                  &#160;|&#160;
37
 
                  <a href="#id2568253" class="shortcut">Object Hierarchy</a></nobr></td></tr>
 
33
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2568237" class="shortcut">Top</a>
 
34
                  &#160;|&#160;
 
35
                  <a href="#id2568458" class="shortcut">Description</a>
 
36
                  &#160;|&#160;
 
37
                  <a href="#id2568401" class="shortcut">Object Hierarchy</a></nobr></td></tr>
38
38
</table>
39
39
<div class="refentry" lang="en">
40
40
<a name="gsf-Outfile-writing-structed-files"></a><div class="titlepage"></div>
41
41
<div class="refnamediv"><table width="100%"><tr>
42
42
<td valign="top">
43
43
<h2>
44
 
<a name="id2568090"></a><span class="refentrytitle">Outfile writing structed files</span>
 
44
<a name="id2568237"></a><span class="refentrytitle">Outfile writing structed files</span>
45
45
</h2>
46
46
<p>Outfile writing structed files</p>
47
47
</td>
71
71
</pre>
72
72
</div>
73
73
<div class="refsect1" lang="en">
74
 
<a name="id2568253"></a><h2>Object Hierarchy</h2>
 
74
<a name="id2568401"></a><h2>Object Hierarchy</h2>
75
75
<pre class="synopsis">
76
76
 
77
77
  GObject
80
80
               +----<a href="gsf-MS-OLE2.html#GsfOutfileMSOle">GsfOutfileMSOle</a>
81
81
               +----<a href="gsf-Reading-and-Writing-from-local-files-and-directories.html#GsfOutfileStdio">GsfOutfileStdio</a>
82
82
               +----<a href="gsf-Zip.html#GsfOutfileZip">GsfOutfileZip</a>
83
 
               +----GsfOutfileOpenPkg
84
83
</pre>
85
84
</div>
86
85
<div class="refsect1" lang="en">
87
 
<a name="id2568319"></a><h2>Description</h2>
 
86
<a name="id2568458"></a><h2>Description</h2>
88
87
<p>
89
88
 
90
89
</p>
91
90
</div>
92
91
<div class="refsect1" lang="en">
93
 
<a name="id2568333"></a><h2>Details</h2>
 
92
<a name="id2568473"></a><h2>Details</h2>
94
93
<div class="refsect2" lang="en">
95
 
<a name="id2568344"></a><h3>
 
94
<a name="id2568483"></a><h3>
96
95
<a name="GsfOutfile-struct"></a>GsfOutfile</h3>
97
 
<a class="indexterm" name="id2568356"></a><pre class="programlisting">typedef struct _GsfOutfile GsfOutfile;</pre>
 
96
<a class="indexterm" name="id2568496"></a><pre class="programlisting">typedef struct _GsfOutfile GsfOutfile;</pre>
98
97
<p>
99
98
Class representing an output file, counterpart to <a href="gsf-Infile-reading-structed-files.html#GsfInfile"><span class="type">GsfInfile</span></a>.</p>
100
99
<p>
103
102
</div>
104
103
<hr>
105
104
<div class="refsect2" lang="en">
106
 
<a name="id2568383"></a><h3>
 
105
<a name="id2568522"></a><h3>
107
106
<a name="gsf-outfile-new-child"></a>gsf_outfile_new_child ()</h3>
108
 
<a class="indexterm" name="id2568396"></a><pre class="programlisting"><a href="gsf-Output-to-unstructured-files.html#GsfOutput">GsfOutput</a>*          gsf_outfile_new_child               (<a href="gsf-Outfile-writing-structed-files.html#GsfOutfile">GsfOutfile</a> *outfile,
 
107
<a class="indexterm" name="id2568535"></a><pre class="programlisting"><a href="gsf-Output-to-unstructured-files.html#GsfOutput">GsfOutput</a>*          gsf_outfile_new_child               (<a href="gsf-Outfile-writing-structed-files.html#GsfOutfile">GsfOutfile</a> *outfile,
109
108
                                                         char const *name,
110
109
                                                         gboolean is_dir);</pre>
111
110
<p>
141
140
</div>
142
141
<hr>
143
142
<div class="refsect2" lang="en">
144
 
<a name="id2568508"></a><h3>
 
143
<a name="id2568648"></a><h3>
145
144
<a name="gsf-outfile-new-child-full"></a>gsf_outfile_new_child_full ()</h3>
146
 
<a class="indexterm" name="id2568522"></a><pre class="programlisting"><a href="gsf-Output-to-unstructured-files.html#GsfOutput">GsfOutput</a>*          gsf_outfile_new_child_full          (<a href="gsf-Outfile-writing-structed-files.html#GsfOutfile">GsfOutfile</a> *outfile,
 
145
<a class="indexterm" name="id2568662"></a><pre class="programlisting"><a href="gsf-Output-to-unstructured-files.html#GsfOutput">GsfOutput</a>*          gsf_outfile_new_child_full          (<a href="gsf-Outfile-writing-structed-files.html#GsfOutfile">GsfOutfile</a> *outfile,
147
146
                                                         char const *name,
148
147
                                                         gboolean is_dir,
149
148
                                                         char const *first_property_name,
191
190
</div>
192
191
<hr>
193
192
<div class="refsect2" lang="en">
194
 
<a name="id2568670"></a><h3>
 
193
<a name="id2568810"></a><h3>
195
194
<a name="gsf-outfile-new-child-varg"></a>gsf_outfile_new_child_varg ()</h3>
196
 
<a class="indexterm" name="id2568684"></a><pre class="programlisting"><a href="gsf-Output-to-unstructured-files.html#GsfOutput">GsfOutput</a>*          gsf_outfile_new_child_varg          (<a href="gsf-Outfile-writing-structed-files.html#GsfOutfile">GsfOutfile</a> *outfile,
 
195
<a class="indexterm" name="id2568823"></a><pre class="programlisting"><a href="gsf-Output-to-unstructured-files.html#GsfOutput">GsfOutput</a>*          gsf_outfile_new_child_varg          (<a href="gsf-Outfile-writing-structed-files.html#GsfOutfile">GsfOutfile</a> *outfile,
197
196
                                                         char const *name,
198
197
                                                         gboolean is_dir,
199
198
                                                         char const *first_property_name,