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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2007-05-02 16:33:03 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070502163303-bvzhjzbpw8qglc4y
Tags: 2.3.16-1ubuntu1
* Resynchronized with Debian, remaining Ubuntu changes:
  - debian/rules: i18n magic.
* debian/control.in:
  - Maintainer: Ubuntu Core Developers <ubuntu-devel@lists.ubuntu.com>
* debian/patches/02_help-message.patch,
  debian/patches/03_gimp.desktop.in.in.patch,
  debian/patches/10_dont_show_wizard.patch: updated.
* debian/patches/04_composite-signedness.patch,
  debian/patches/05_add-letter-spacing.patch: dropped, used upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
 
24
24
 
25
 
#define     <link linkend="GIMP-PIXPIPE-MAXDIM:CAPS">GIMP_PIXPIPE_MAXDIM</link>
26
 
<link linkend="void">void</link>        <link linkend="gimp-pixpipe-params-init">gimp_pixpipe_params_init</link>        (<link linkend="GimpPixPipeParams">GimpPixPipeParams</link> *params);
27
 
<link linkend="void">void</link>        <link linkend="gimp-pixpipe-params-parse">gimp_pixpipe_params_parse</link>       (const <link linkend="gchar">gchar</link> *parameters,
28
 
                                             <link linkend="GimpPixPipeParams">GimpPixPipeParams</link> *params);
29
 
<link linkend="gchar">gchar</link>*      <link linkend="gimp-pixpipe-params-build">gimp_pixpipe_params_build</link>       (<link linkend="GimpPixPipeParams">GimpPixPipeParams</link> *params);
 
25
#define             <link linkend="GIMP-PIXPIPE-MAXDIM:CAPS">GIMP_PIXPIPE_MAXDIM</link>
 
26
<link linkend="void">void</link>                <link linkend="gimp-pixpipe-params-init">gimp_pixpipe_params_init</link>            (<link linkend="GimpPixPipeParams">GimpPixPipeParams</link> *params);
 
27
<link linkend="void">void</link>                <link linkend="gimp-pixpipe-params-parse">gimp_pixpipe_params_parse</link>           (const <link linkend="gchar">gchar</link> *parameters,
 
28
                                                         <link linkend="GimpPixPipeParams">GimpPixPipeParams</link> *params);
 
29
<link linkend="gchar">gchar</link>*              <link linkend="gimp-pixpipe-params-build">gimp_pixpipe_params_build</link>           (<link linkend="GimpPixPipeParams">GimpPixPipeParams</link> *params);
30
30
</synopsis>
31
31
</refsynopsisdiv>
32
32
 
57
57
</para></refsect2>
58
58
<refsect2>
59
59
<title><anchor id="gimp-pixpipe-params-init" role="function"/>gimp_pixpipe_params_init ()</title>
60
 
<indexterm><primary>gimp_pixpipe_params_init</primary></indexterm><programlisting><link linkend="void">void</link>        gimp_pixpipe_params_init        (<link linkend="GimpPixPipeParams">GimpPixPipeParams</link> *params);</programlisting>
 
60
<indexterm><primary>gimp_pixpipe_params_init</primary></indexterm><programlisting><link linkend="void">void</link>                gimp_pixpipe_params_init            (<link linkend="GimpPixPipeParams">GimpPixPipeParams</link> *params);</programlisting>
61
61
<para>
62
62
 
63
63
</para><variablelist role="params">
69
69
</variablelist></refsect2>
70
70
<refsect2>
71
71
<title><anchor id="gimp-pixpipe-params-parse" role="function"/>gimp_pixpipe_params_parse ()</title>
72
 
<indexterm><primary>gimp_pixpipe_params_parse</primary></indexterm><programlisting><link linkend="void">void</link>        gimp_pixpipe_params_parse       (const <link linkend="gchar">gchar</link> *parameters,
73
 
                                             <link linkend="GimpPixPipeParams">GimpPixPipeParams</link> *params);</programlisting>
 
72
<indexterm><primary>gimp_pixpipe_params_parse</primary></indexterm><programlisting><link linkend="void">void</link>                gimp_pixpipe_params_parse           (const <link linkend="gchar">gchar</link> *parameters,
 
73
                                                         <link linkend="GimpPixPipeParams">GimpPixPipeParams</link> *params);</programlisting>
74
74
<para>
75
75
 
76
76
</para><variablelist role="params">
85
85
</variablelist></refsect2>
86
86
<refsect2>
87
87
<title><anchor id="gimp-pixpipe-params-build" role="function"/>gimp_pixpipe_params_build ()</title>
88
 
<indexterm><primary>gimp_pixpipe_params_build</primary></indexterm><programlisting><link linkend="gchar">gchar</link>*      gimp_pixpipe_params_build       (<link linkend="GimpPixPipeParams">GimpPixPipeParams</link> *params);</programlisting>
 
88
<indexterm><primary>gimp_pixpipe_params_build</primary></indexterm><programlisting><link linkend="gchar">gchar</link>*              gimp_pixpipe_params_build           (<link linkend="GimpPixPipeParams">GimpPixPipeParams</link> *params);</programlisting>
89
89
<para>
90
90
 
91
91
</para><variablelist role="params">