~ubuntu-branches/ubuntu/intrepid/gimp/intrepid-updates

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Steve Kowalik
  • Date: 2007-11-21 17:39:07 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20071121173907-od54p9hdtvn5frl0
Tags: 2.4.1-1ubuntu1
* Merge from Debian unstable.
* Remaining Ubuntu changes:
  - 02_help-message.patch, 03_gimp.desktop.in.in.patch: Distro changes.
  - Weave i18n magic in the rules file.
  - Munge Maintainer field as per spec.
* Ubuntu changes dropped:
  - Apply patch from upstream (SVN r23659) that corrects the image
    disappearing for large images at 150% zoom.
  - Symlink doc directories to avoid duplicate files, CDBS does this for
    us.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
<link rel="up" href="libgimpbase.html" title="Part&#160;I.&#160;GIMP Base Library">
9
9
<link rel="prev" href="libgimpbase-gimpparasite.html" title="gimpparasite">
10
10
<link rel="next" href="libgimpbase-gimpsignal.html" title="gimpsignal">
11
 
<meta name="generator" content="GTK-Doc V1.8 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.9 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
<link rel="part" href="libgimpbase.html" title="Part&#160;I.&#160;GIMP Base Library">
14
14
<link rel="index" href="libgimpbase-index.html" title="Index">
25
25
<th width="100%" align="center">GIMP Base Library Reference Manual</th>
26
26
<td><a accesskey="n" href="libgimpbase-gimpsignal.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
27
27
</tr>
28
 
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2592554" class="shortcut">Top</a>
 
28
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2590629" class="shortcut">Top</a>
29
29
                  &#160;|&#160;
30
 
                  <a href="#id2621774" class="shortcut">Description</a></nobr></td></tr>
 
30
                  <a href="#id2578645" class="shortcut">Description</a></nobr></td></tr>
31
31
</table>
32
32
<div class="refentry" lang="en">
33
33
<a name="libgimpbase-gimpparasiteio"></a><div class="titlepage"></div>
34
34
<div class="refnamediv"><table width="100%"><tr>
35
35
<td valign="top">
36
36
<h2>
37
 
<a name="id2592554"></a><span class="refentrytitle">gimpparasiteio</span>
 
37
<a name="id2590629"></a><span class="refentrytitle">gimpparasiteio</span>
38
38
</h2>
39
39
<p>gimpparasiteio &#8212; Utility functions to (de)serialize certain C structures to/from <a class="link" href="libgimpbase-gimpparasite.html#GimpParasite"><span class="type">GimpParasite</span></a>'s.</p>
40
40
</td>
58
58
</pre>
59
59
</div>
60
60
<div class="refsect1" lang="en">
61
 
<a name="id2621774"></a><h2>Description</h2>
 
61
<a name="id2578645"></a><h2>Description</h2>
62
62
<p>
63
63
Utility functions to (de)serialize certain C structures to/from <a class="link" href="libgimpbase-gimpparasite.html#GimpParasite"><span class="type">GimpParasite</span></a>'s.
64
64
 
65
65
</p>
66
66
</div>
67
67
<div class="refsect1" lang="en">
68
 
<a name="id2621798"></a><h2>Details</h2>
 
68
<a name="id2578669"></a><h2>Details</h2>
69
69
<div class="refsect2" lang="en">
70
 
<a name="id2621808"></a><h3>
 
70
<a name="id2578680"></a><h3>
71
71
<a name="GIMP-PIXPIPE-MAXDIM:CAPS"></a>GIMP_PIXPIPE_MAXDIM</h3>
72
 
<a class="indexterm" name="id2621820"></a><pre class="programlisting">#define GIMP_PIXPIPE_MAXDIM 4
 
72
<a class="indexterm" name="id2578692"></a><pre class="programlisting">#define GIMP_PIXPIPE_MAXDIM 4
73
73
</pre>
74
74
<p>
75
75
 
77
77
</div>
78
78
<hr>
79
79
<div class="refsect2" lang="en">
80
 
<a name="id2621836"></a><h3>
 
80
<a name="id2578707"></a><h3>
81
81
<a name="gimp-pixpipe-params-init"></a>gimp_pixpipe_params_init ()</h3>
82
 
<a class="indexterm" name="id2621847"></a><pre class="programlisting">void                gimp_pixpipe_params_init            (GimpPixPipeParams *params);</pre>
 
82
<a class="indexterm" name="id2578718"></a><pre class="programlisting">void                gimp_pixpipe_params_init            (GimpPixPipeParams *params);</pre>
83
83
<p>
84
84
 
85
85
</p>
96
96
</div>
97
97
<hr>
98
98
<div class="refsect2" lang="en">
99
 
<a name="id2622279"></a><h3>
 
99
<a name="id2622612"></a><h3>
100
100
<a name="gimp-pixpipe-params-parse"></a>gimp_pixpipe_params_parse ()</h3>
101
 
<a class="indexterm" name="id2622290"></a><pre class="programlisting">void                gimp_pixpipe_params_parse           (const <a
 
101
<a class="indexterm" name="id2622623"></a><pre class="programlisting">void                gimp_pixpipe_params_parse           (const <a
102
102
href="../glib/glib-Basic-Types.html#gchar"
103
103
>gchar</a> *parameters,
104
104
                                                         GimpPixPipeParams *params);</pre>
125
125
</div>
126
126
<hr>
127
127
<div class="refsect2" lang="en">
128
 
<a name="id2622358"></a><h3>
 
128
<a name="id2622690"></a><h3>
129
129
<a name="gimp-pixpipe-params-build"></a>gimp_pixpipe_params_build ()</h3>
130
 
<a class="indexterm" name="id2622369"></a><pre class="programlisting"><a
 
130
<a class="indexterm" name="id2622702"></a><pre class="programlisting"><a
131
131
href="../glib/glib-Basic-Types.html#gchar"
132
132
>gchar</a>*              gimp_pixpipe_params_build           (GimpPixPipeParams *params);</pre>
133
133
<p>
153
153
</div>
154
154
</div>
155
155
<div class="refsect1" lang="en">
156
 
<a name="id2580552"></a><h2>See Also</h2>
 
156
<a name="id2618600"></a><h2>See Also</h2>
157
157
<p>
158
158
<a class="link" href="libgimpbase-gimpparasite.html#GimpParasite"><span class="type">GimpParasite</span></a>
159
159
</p>
160
160
</div>
 
161
<div class="refsect1" lang="en">
 
162
<a name="id2618618"></a><div class="refsect2" lang="en"><a name="id2618619"></a></div>
 
163
<hr>
 
164
<div class="refsect2" lang="en"><a name="id2618620"></a></div>
 
165
</div>
161
166
</div>
162
167
</body>
163
168
</html>