~attente/glib/gbytesicon

« back to all changes in this revision

Viewing changes to docs/reference/gobject/html/glib-genmarshal.html

  • Committer: Package Import Robot
  • Author(s): Emilio Pozuelo Monfort
  • Date: 2012-11-28 14:38:35 UTC
  • mfrom: (172.1.6 experimental)
  • Revision ID: package-import@ubuntu.com-20121128143835-at37o4ozls05rkgf
Tags: 2.34.3-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
<div class="cmdsynopsis"><p><code class="command">glib-genmarshal</code>  [OPTION...] [FILE...]</p></div>
34
34
</div>
35
35
<div class="refsect1">
36
 
<a name="idp9295520"></a><h2>Description</h2>
 
36
<a name="idp6641136"></a><h2>Description</h2>
37
37
<p><span class="command"><strong>glib-genmarshal</strong></span> is a small utility that generates C code
38
38
marshallers for callback functions of the GClosure mechanism in the GObject
39
39
sublibrary of GLib. The marshaller functions have a standard signature,
48
48
passed as additional arguments on the command line.
49
49
</p>
50
50
<div class="refsect2">
51
 
<a name="idp19482160"></a><h3>Marshaller list format</h3>
 
51
<a name="idp6353456"></a><h3>Marshaller list format</h3>
52
52
<p>
53
53
The marshaller lists are processed line by line, a line can contain a
54
54
comment in the form of
76
76
</div>
77
77
<hr>
78
78
<div class="refsect2">
79
 
<a name="idp10049456"></a><h3>Parameter types</h3>
 
79
<a name="idp4839200"></a><h3>Parameter types</h3>
80
80
<p>
81
81
Currently, the following types are supported:
82
82
</p>
227
227
</div>
228
228
</div>
229
229
<div class="refsect1">
230
 
<a name="idp11556976"></a><h2>Options</h2>
 
230
<a name="idp9900720"></a><h2>Options</h2>
231
231
<div class="variablelist"><table border="0" class="variablelist">
232
232
<colgroup>
233
233
<col align="left" valign="top">
305
305
</table></div>
306
306
</div>
307
307
<div class="refsect1">
308
 
<a name="idp9039056"></a><h2>Example</h2>
 
308
<a name="idp12559536"></a><h2>Example</h2>
309
309
<p>
310
310
To generate marshallers for the following callback functions:
311
311
</p>
360
360
</pre>
361
361
</div>
362
362
<div class="refsect1">
363
 
<a name="idp6533248"></a><h2>See also</h2>
 
363
<a name="idp7264864"></a><h2>See also</h2>
364
364
<p>
365
365
<span class="citerefentry"><span class="refentrytitle">glib-mkenums</span>(1)</span>
366
366
</p>