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

« back to all changes in this revision

Viewing changes to doc/html/gsf-memory.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-GIOChannel.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="#id2573449" class="shortcut">Top</a>
34
 
                  &#160;|&#160;
35
 
                  <a href="#id2573726" class="shortcut">Description</a>
36
 
                  &#160;|&#160;
37
 
                  <a href="#id2573675" class="shortcut">Object Hierarchy</a></nobr></td></tr>
 
33
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2573581" class="shortcut">Top</a>
 
34
                  &#160;|&#160;
 
35
                  <a href="#id2573858" class="shortcut">Description</a>
 
36
                  &#160;|&#160;
 
37
                  <a href="#id2573807" class="shortcut">Object Hierarchy</a></nobr></td></tr>
38
38
</table>
39
39
<div class="refentry" lang="en">
40
40
<a name="gsf-memory"></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="id2573449"></a><span class="refentrytitle">memory</span>
 
44
<a name="id2573581"></a><span class="refentrytitle">memory</span>
45
45
</h2>
46
46
<p>memory</p>
47
47
</td>
72
72
</pre>
73
73
</div>
74
74
<div class="refsect1" lang="en">
75
 
<a name="id2573675"></a><h2>Object Hierarchy</h2>
 
75
<a name="id2573807"></a><h2>Object Hierarchy</h2>
76
76
<pre class="synopsis">
77
77
 
78
78
  GObject
87
87
</pre>
88
88
</div>
89
89
<div class="refsect1" lang="en">
90
 
<a name="id2573726"></a><h2>Description</h2>
 
90
<a name="id2573858"></a><h2>Description</h2>
91
91
<p>
92
92
 
93
93
</p>
94
94
</div>
95
95
<div class="refsect1" lang="en">
96
 
<a name="id2573741"></a><h2>Details</h2>
 
96
<a name="id2573873"></a><h2>Details</h2>
97
97
<div class="refsect2" lang="en">
98
 
<a name="id2573751"></a><h3>
 
98
<a name="id2573883"></a><h3>
99
99
<a name="GsfInputMemory-struct"></a>GsfInputMemory</h3>
100
 
<a class="indexterm" name="id2573765"></a><pre class="programlisting">typedef struct _GsfInputMemory GsfInputMemory;</pre>
 
100
<a class="indexterm" name="id2573897"></a><pre class="programlisting">typedef struct _GsfInputMemory GsfInputMemory;</pre>
101
101
<p>
102
102
 
103
103
</p>
104
104
</div>
105
105
<hr>
106
106
<div class="refsect2" lang="en">
107
 
<a name="id2573780"></a><h3>
 
107
<a name="id2573912"></a><h3>
108
108
<a name="gsf-input-mmap-new"></a>gsf_input_mmap_new ()</h3>
109
 
<a class="indexterm" name="id2573793"></a><pre class="programlisting"><a href="gsf-Input-from-unstructured-files.html#GsfInput">GsfInput</a>*           gsf_input_mmap_new                  (char const *filename,
 
109
<a class="indexterm" name="id2573925"></a><pre class="programlisting"><a href="gsf-Input-from-unstructured-files.html#GsfInput">GsfInput</a>*           gsf_input_mmap_new                  (char const *filename,
110
110
                                                         GError **err);</pre>
111
111
<p>
112
112
</p>
136
136
</div>
137
137
<hr>
138
138
<div class="refsect2" lang="en">
139
 
<a name="id2573900"></a><h3>
 
139
<a name="id2574032"></a><h3>
140
140
<a name="gsf-input-memory-new"></a>gsf_input_memory_new ()</h3>
141
 
<a class="indexterm" name="id2573913"></a><pre class="programlisting"><a href="gsf-Input-from-unstructured-files.html#GsfInput">GsfInput</a>*           gsf_input_memory_new                (guint8 const *buf,
 
141
<a class="indexterm" name="id2574045"></a><pre class="programlisting"><a href="gsf-Input-from-unstructured-files.html#GsfInput">GsfInput</a>*           gsf_input_memory_new                (guint8 const *buf,
142
142
                                                         <a href="gsf-utils.html#gsf-off-t">gsf_off_t</a> length,
143
143
                                                         gboolean needs_free);</pre>
144
144
<p>
174
174
</div>
175
175
<hr>
176
176
<div class="refsect2" lang="en">
177
 
<a name="id2574031"></a><h3>
 
177
<a name="id2574163"></a><h3>
178
178
<a name="gsf-input-memory-new-clone"></a>gsf_input_memory_new_clone ()</h3>
179
 
<a class="indexterm" name="id2574045"></a><pre class="programlisting"><a href="gsf-Input-from-unstructured-files.html#GsfInput">GsfInput</a>*           gsf_input_memory_new_clone          (guint8 const *buf,
 
179
<a class="indexterm" name="id2574177"></a><pre class="programlisting"><a href="gsf-Input-from-unstructured-files.html#GsfInput">GsfInput</a>*           gsf_input_memory_new_clone          (guint8 const *buf,
180
180
                                                         <a href="gsf-utils.html#gsf-off-t">gsf_off_t</a> length);</pre>
181
181
<p>
182
182
</p>
206
206
</div>
207
207
<hr>
208
208
<div class="refsect2" lang="en">
209
 
<a name="id2574140"></a><h3>
 
209
<a name="id2574272"></a><h3>
210
210
<a name="gsf-input-memory-new-from-iochannel"></a>gsf_input_memory_new_from_iochannel ()</h3>
211
 
<a class="indexterm" name="id2574154"></a><pre class="programlisting"><a href="gsf-Input-from-unstructured-files.html#GsfInput">GsfInput</a>*           gsf_input_memory_new_from_iochannel (GIOChannel *channel,
 
211
<a class="indexterm" name="id2574286"></a><pre class="programlisting"><a href="gsf-Input-from-unstructured-files.html#GsfInput">GsfInput</a>*           gsf_input_memory_new_from_iochannel (GIOChannel *channel,
212
212
                                                         GError **error);</pre>
213
213
<p>
214
214
</p>
238
238
</div>
239
239
<hr>
240
240
<div class="refsect2" lang="en">
241
 
<a name="id2574259"></a><h3>
 
241
<a name="id2574391"></a><h3>
242
242
<a name="GsfOutputMemory-struct"></a>GsfOutputMemory</h3>
243
 
<a class="indexterm" name="id2574272"></a><pre class="programlisting">typedef struct _GsfOutputMemory GsfOutputMemory;</pre>
 
243
<a class="indexterm" name="id2574404"></a><pre class="programlisting">typedef struct _GsfOutputMemory GsfOutputMemory;</pre>
244
244
<p>
245
245
 
246
246
</p>
247
247
</div>
248
248
<hr>
249
249
<div class="refsect2" lang="en">
250
 
<a name="id2574288"></a><h3>
 
250
<a name="id2574420"></a><h3>
251
251
<a name="gsf-output-memory-get-bytes"></a>gsf_output_memory_get_bytes ()</h3>
252
 
<a class="indexterm" name="id2574301"></a><pre class="programlisting">const guint8*       gsf_output_memory_get_bytes         (<a href="gsf-memory.html#GsfOutputMemory">GsfOutputMemory</a> *mem);</pre>
 
252
<a class="indexterm" name="id2574433"></a><pre class="programlisting">const guint8*       gsf_output_memory_get_bytes         (<a href="gsf-memory.html#GsfOutputMemory">GsfOutputMemory</a> *mem);</pre>
253
253
<p>
254
254
</p>
255
255
<p>
273
273
</div>
274
274
<hr>
275
275
<div class="refsect2" lang="en">
276
 
<a name="id2574378"></a><h3>
 
276
<a name="id2574510"></a><h3>
277
277
<a name="gsf-output-memory-get-type"></a>gsf_output_memory_get_type ()</h3>
278
 
<a class="indexterm" name="id2574392"></a><pre class="programlisting">GType               gsf_output_memory_get_type          (void);</pre>
 
278
<a class="indexterm" name="id2574524"></a><pre class="programlisting">GType               gsf_output_memory_get_type          (void);</pre>
279
279
<p>
280
280
 
281
281
</p>
292
292
</div>
293
293
<hr>
294
294
<div class="refsect2" lang="en">
295
 
<a name="id2574427"></a><h3>
 
295
<a name="id2574559"></a><h3>
296
296
<a name="gsf-output-memory-new"></a>gsf_output_memory_new ()</h3>
297
 
<a class="indexterm" name="id2574440"></a><pre class="programlisting"><a href="gsf-Output-to-unstructured-files.html#GsfOutput">GsfOutput</a>*          gsf_output_memory_new               (void);</pre>
 
297
<a class="indexterm" name="id2574572"></a><pre class="programlisting"><a href="gsf-Output-to-unstructured-files.html#GsfOutput">GsfOutput</a>*          gsf_output_memory_new               (void);</pre>
298
298
<p>
299
299
</p>
300
300
<p>