~ubuntu-branches/ubuntu/jaunty/gimp/jaunty-security

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Pedro Fragoso
  • Date: 2008-08-22 11:50:05 UTC
  • mfrom: (0.1.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 34.
  • Revision ID: james.westby@ubuntu.com-20080822115005-yxj5svf3v9x1mkr7
Tags: upstream-2.4.7
ImportĀ upstreamĀ versionĀ 2.4.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
<pre class="synopsis">
44
44
#define             <a class="link" href="libgimpbase-gimpparasiteio.html#GIMP-PIXPIPE-MAXDIM:CAPS" title="GIMP_PIXPIPE_MAXDIM">GIMP_PIXPIPE_MAXDIM</a>
45
45
void                <a class="link" href="libgimpbase-gimpparasiteio.html#gimp-pixpipe-params-init" title="gimp_pixpipe_params_init ()">gimp_pixpipe_params_init</a>            (GimpPixPipeParams *params);
46
 
void                <a class="link" href="libgimpbase-gimpparasiteio.html#gimp-pixpipe-params-parse" title="gimp_pixpipe_params_parse ()">gimp_pixpipe_params_parse</a>           (const <a
47
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
48
 
>gchar</a> *parameters,
 
46
void                <a class="link" href="libgimpbase-gimpparasiteio.html#gimp-pixpipe-params-parse" title="gimp_pixpipe_params_parse ()">gimp_pixpipe_params_parse</a>           (const gchar *parameters,
49
47
                                                         GimpPixPipeParams *params);
50
 
<a
51
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
52
 
>gchar</a>*              <a class="link" href="libgimpbase-gimpparasiteio.html#gimp-pixpipe-params-build" title="gimp_pixpipe_params_build ()">gimp_pixpipe_params_build</a>           (GimpPixPipeParams *params);
 
48
gchar*              <a class="link" href="libgimpbase-gimpparasiteio.html#gimp-pixpipe-params-build" title="gimp_pixpipe_params_build ()">gimp_pixpipe_params_build</a>           (GimpPixPipeParams *params);
53
49
</pre>
54
50
</div>
55
51
<div class="refsect1" lang="en">
90
86
<hr>
91
87
<div class="refsect2" lang="en">
92
88
<a name="gimp-pixpipe-params-parse"></a><h3>gimp_pixpipe_params_parse ()</h3>
93
 
<pre class="programlisting">void                gimp_pixpipe_params_parse           (const <a
94
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
95
 
>gchar</a> *parameters,
 
89
<pre class="programlisting">void                gimp_pixpipe_params_parse           (const gchar *parameters,
96
90
                                                         GimpPixPipeParams *params);</pre>
97
91
<p>
98
92
 
118
112
<hr>
119
113
<div class="refsect2" lang="en">
120
114
<a name="gimp-pixpipe-params-build"></a><h3>gimp_pixpipe_params_build ()</h3>
121
 
<pre class="programlisting"><a
122
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
123
 
>gchar</a>*              gimp_pixpipe_params_build           (GimpPixPipeParams *params);</pre>
 
115
<pre class="programlisting">gchar*              gimp_pixpipe_params_build           (GimpPixPipeParams *params);</pre>
124
116
<p>
125
117
 
126
118
</p>