~ubuntu-branches/ubuntu/edgy/gimp/edgy-updates

« back to all changes in this revision

Viewing changes to devel-docs/libgimpbase/html/libgimpbase-gimpparasiteio.html

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2006-04-21 13:00:24 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060421130024-0haogkgt8adj9qjj
Tags: 2.2.11-1ubuntu1
* Resynchronized with Debian, only changes to Debian are:
  - debian/rules:
    - added gettext Domain to .desktop file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
</pre>
43
43
</div>
44
44
<div class="refsect1" lang="en">
45
 
<a name="id2521829"></a><h2>Description</h2>
 
45
<a name="id2538736"></a><h2>Description</h2>
46
46
<p>
47
47
Utility functions to (de)serialize certain C structures to/from <a href="libgimpbase-gimpparasite.html#GimpParasite"><span class="type">GimpParasite</span></a>'s.
48
48
 
49
49
</p>
50
50
</div>
51
51
<div class="refsect1" lang="en">
52
 
<a name="id2521847"></a><h2>Details</h2>
 
52
<a name="id2538754"></a><h2>Details</h2>
53
53
<div class="refsect2" lang="en">
54
 
<a name="id2521854"></a><h3>
 
54
<a name="id2538760"></a><h3>
55
55
<a name="GIMP-PIXPIPE-MAXDIM:CAPS"></a>GIMP_PIXPIPE_MAXDIM</h3>
56
 
<a class="indexterm" name="id2521863"></a><pre class="programlisting">#define GIMP_PIXPIPE_MAXDIM 4
 
56
<a class="indexterm" name="id2538769"></a><pre class="programlisting">#define GIMP_PIXPIPE_MAXDIM 4
57
57
</pre>
58
58
<p>
59
59
 
61
61
</div>
62
62
<hr>
63
63
<div class="refsect2" lang="en">
64
 
<a name="id2521878"></a><h3>
 
64
<a name="id2538785"></a><h3>
65
65
<a name="gimp-pixpipe-params-init"></a>gimp_pixpipe_params_init ()</h3>
66
 
<a class="indexterm" name="id2521887"></a><pre class="programlisting">void        gimp_pixpipe_params_init        (GimpPixPipeParams *params);</pre>
 
66
<a class="indexterm" name="id2538794"></a><pre class="programlisting">void        gimp_pixpipe_params_init        (GimpPixPipeParams *params);</pre>
67
67
<p>
68
68
 
69
69
</p>
81
81
</div>
82
82
<hr>
83
83
<div class="refsect2" lang="en">
84
 
<a name="id2521932"></a><h3>
 
84
<a name="id2538839"></a><h3>
85
85
<a name="gimp-pixpipe-params-parse"></a>gimp_pixpipe_params_parse ()</h3>
86
 
<a class="indexterm" name="id2523385"></a><pre class="programlisting">void        gimp_pixpipe_params_parse       (const gchar *parameters,
 
86
<a class="indexterm" name="id2520554"></a><pre class="programlisting">void        gimp_pixpipe_params_parse       (const gchar *parameters,
87
87
                                             GimpPixPipeParams *params);</pre>
88
88
<p>
89
89
 
110
110
</div>
111
111
<hr>
112
112
<div class="refsect2" lang="en">
113
 
<a name="id2523452"></a><h3>
 
113
<a name="id2520621"></a><h3>
114
114
<a name="gimp-pixpipe-params-build"></a>gimp_pixpipe_params_build ()</h3>
115
 
<a class="indexterm" name="id2523461"></a><pre class="programlisting">gchar*      gimp_pixpipe_params_build       (GimpPixPipeParams *params);</pre>
 
115
<a class="indexterm" name="id2520630"></a><pre class="programlisting">gchar*      gimp_pixpipe_params_build       (GimpPixPipeParams *params);</pre>
116
116
<p>
117
117
 
118
118
</p>
138
138
</div>
139
139
</div>
140
140
<div class="refsect1" lang="en">
141
 
<a name="id2523518"></a><h2>See Also</h2>
 
141
<a name="id2520686"></a><h2>See Also</h2>
142
142
<p>
143
143
<a href="libgimpbase-gimpparasite.html#GimpParasite"><span class="type">GimpParasite</span></a>
144
144
</p>