~ubuntu-branches/ubuntu/gutsy/gimp/gutsy

« back to all changes in this revision

Viewing changes to devel-docs/libgimp/html/libgimp-gimpbuffer.html

  • Committer: Bazaar Package Importer
  • Author(s): Steve Kowalik
  • Date: 2007-09-30 18:06:49 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20070930180649-f647f0cxj32tgyn3
Tags: 2.4.0~rc3-1ubuntu1
* Resynchronized with Debian.
* 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:
  - 10_dont_show_wizard.patch: Unused, upstream doesn't call it anymore.
  - Use dh_icons.
* Disabled the print plugin, and removed the Conflicts/Replaces on
  gimp-print.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
<th width="100%" align="center">GIMP Library Reference Manual</th>
32
32
<td><a accesskey="n" href="libgimp-gimpcontext.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
33
33
</tr>
34
 
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2593364" class="shortcut">Top</a>
 
34
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2596387" class="shortcut">Top</a>
35
35
                  &#160;|&#160;
36
 
                  <a href="#id2583251" class="shortcut">Description</a></nobr></td></tr>
 
36
                  <a href="#id2594771" class="shortcut">Description</a></nobr></td></tr>
37
37
</table>
38
38
<div class="refentry" lang="en">
39
39
<a name="libgimp-gimpbuffer"></a><div class="titlepage"></div>
40
40
<div class="refnamediv"><table width="100%"><tr>
41
41
<td valign="top">
42
42
<h2>
43
 
<a name="id2593364"></a><span class="refentrytitle">gimpbuffer</span>
 
43
<a name="id2596387"></a><span class="refentrytitle">gimpbuffer</span>
44
44
</h2>
45
45
<p>gimpbuffer</p>
46
46
</td>
52
52
 
53
53
 
54
54
 
55
 
gchar**             <a class="link" href="libgimp-gimpbuffer.html#gimp-buffers-get-list">gimp_buffers_get_list</a>               (const gchar *filter,
56
 
                                                         gint *num_buffers);
57
 
gchar*              <a class="link" href="libgimp-gimpbuffer.html#gimp-buffer-rename">gimp_buffer_rename</a>                  (const gchar *buffer_name,
58
 
                                                         const gchar *new_name);
59
 
gboolean            <a class="link" href="libgimp-gimpbuffer.html#gimp-buffer-delete">gimp_buffer_delete</a>                  (const gchar *buffer_name);
60
 
gint                <a class="link" href="libgimp-gimpbuffer.html#gimp-buffer-get-width">gimp_buffer_get_width</a>               (const gchar *buffer_name);
61
 
gint                <a class="link" href="libgimp-gimpbuffer.html#gimp-buffer-get-height">gimp_buffer_get_height</a>              (const gchar *buffer_name);
62
 
gint                <a class="link" href="libgimp-gimpbuffer.html#gimp-buffer-get-bytes">gimp_buffer_get_bytes</a>               (const gchar *buffer_name);
 
55
<a
 
56
href="../glib/glib-Basic-Types.html#gchar"
 
57
>gchar</a>**             <a class="link" href="libgimp-gimpbuffer.html#gimp-buffers-get-list">gimp_buffers_get_list</a>               (const <a
 
58
href="../glib/glib-Basic-Types.html#gchar"
 
59
>gchar</a> *filter,
 
60
                                                         <a
 
61
href="../glib/glib-Basic-Types.html#gint"
 
62
>gint</a> *num_buffers);
 
63
<a
 
64
href="../glib/glib-Basic-Types.html#gchar"
 
65
>gchar</a>*              <a class="link" href="libgimp-gimpbuffer.html#gimp-buffer-rename">gimp_buffer_rename</a>                  (const <a
 
66
href="../glib/glib-Basic-Types.html#gchar"
 
67
>gchar</a> *buffer_name,
 
68
                                                         const <a
 
69
href="../glib/glib-Basic-Types.html#gchar"
 
70
>gchar</a> *new_name);
 
71
<a
 
72
href="../glib/glib-Basic-Types.html#gboolean"
 
73
>gboolean</a>            <a class="link" href="libgimp-gimpbuffer.html#gimp-buffer-delete">gimp_buffer_delete</a>                  (const <a
 
74
href="../glib/glib-Basic-Types.html#gchar"
 
75
>gchar</a> *buffer_name);
 
76
<a
 
77
href="../glib/glib-Basic-Types.html#gint"
 
78
>gint</a>                <a class="link" href="libgimp-gimpbuffer.html#gimp-buffer-get-width">gimp_buffer_get_width</a>               (const <a
 
79
href="../glib/glib-Basic-Types.html#gchar"
 
80
>gchar</a> *buffer_name);
 
81
<a
 
82
href="../glib/glib-Basic-Types.html#gint"
 
83
>gint</a>                <a class="link" href="libgimp-gimpbuffer.html#gimp-buffer-get-height">gimp_buffer_get_height</a>              (const <a
 
84
href="../glib/glib-Basic-Types.html#gchar"
 
85
>gchar</a> *buffer_name);
 
86
<a
 
87
href="../glib/glib-Basic-Types.html#gint"
 
88
>gint</a>                <a class="link" href="libgimp-gimpbuffer.html#gimp-buffer-get-bytes">gimp_buffer_get_bytes</a>               (const <a
 
89
href="../glib/glib-Basic-Types.html#gchar"
 
90
>gchar</a> *buffer_name);
63
91
<a
64
92
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpImageBaseType"
65
 
>GimpImageBaseType</a>   <a class="link" href="libgimp-gimpbuffer.html#gimp-buffer-get-image-type">gimp_buffer_get_image_type</a>          (const gchar *buffer_name);
 
93
>GimpImageBaseType</a>   <a class="link" href="libgimp-gimpbuffer.html#gimp-buffer-get-image-type">gimp_buffer_get_image_type</a>          (const <a
 
94
href="../glib/glib-Basic-Types.html#gchar"
 
95
>gchar</a> *buffer_name);
66
96
</pre>
67
97
</div>
68
98
<div class="refsect1" lang="en">
69
 
<a name="id2583251"></a><h2>Description</h2>
 
99
<a name="id2594771"></a><h2>Description</h2>
70
100
<p>
71
101
 
72
102
</p>
73
103
</div>
74
104
<div class="refsect1" lang="en">
75
 
<a name="id2583267"></a><h2>Details</h2>
 
105
<a name="id2594786"></a><h2>Details</h2>
76
106
<div class="refsect2" lang="en">
77
 
<a name="id2583278"></a><h3>
 
107
<a name="id2594797"></a><h3>
78
108
<a name="gimp-buffers-get-list"></a>gimp_buffers_get_list ()</h3>
79
 
<a class="indexterm" name="id2583291"></a><pre class="programlisting">gchar**             gimp_buffers_get_list               (const gchar *filter,
80
 
                                                         gint *num_buffers);</pre>
 
109
<a class="indexterm" name="id2594811"></a><pre class="programlisting"><a
 
110
href="../glib/glib-Basic-Types.html#gchar"
 
111
>gchar</a>**             gimp_buffers_get_list               (const <a
 
112
href="../glib/glib-Basic-Types.html#gchar"
 
113
>gchar</a> *filter,
 
114
                                                         <a
 
115
href="../glib/glib-Basic-Types.html#gint"
 
116
>gint</a> *num_buffers);</pre>
81
117
<p>
82
118
Retrieve a complete listing of the available buffers.
83
119
</p>
113
149
</div>
114
150
<hr>
115
151
<div class="refsect2" lang="en">
116
 
<a name="id2616658"></a><h3>
 
152
<a name="id2587075"></a><h3>
117
153
<a name="gimp-buffer-rename"></a>gimp_buffer_rename ()</h3>
118
 
<a class="indexterm" name="id2616673"></a><pre class="programlisting">gchar*              gimp_buffer_rename                  (const gchar *buffer_name,
119
 
                                                         const gchar *new_name);</pre>
 
154
<a class="indexterm" name="id2587090"></a><pre class="programlisting"><a
 
155
href="../glib/glib-Basic-Types.html#gchar"
 
156
>gchar</a>*              gimp_buffer_rename                  (const <a
 
157
href="../glib/glib-Basic-Types.html#gchar"
 
158
>gchar</a> *buffer_name,
 
159
                                                         const <a
 
160
href="../glib/glib-Basic-Types.html#gchar"
 
161
>gchar</a> *new_name);</pre>
120
162
<p>
121
163
Renames a named buffer.
122
164
</p>
151
193
</div>
152
194
<hr>
153
195
<div class="refsect2" lang="en">
154
 
<a name="id2616080"></a><h3>
 
196
<a name="id2616062"></a><h3>
155
197
<a name="gimp-buffer-delete"></a>gimp_buffer_delete ()</h3>
156
 
<a class="indexterm" name="id2616094"></a><pre class="programlisting">gboolean            gimp_buffer_delete                  (const gchar *buffer_name);</pre>
 
198
<a class="indexterm" name="id2616077"></a><pre class="programlisting"><a
 
199
href="../glib/glib-Basic-Types.html#gboolean"
 
200
>gboolean</a>            gimp_buffer_delete                  (const <a
 
201
href="../glib/glib-Basic-Types.html#gchar"
 
202
>gchar</a> *buffer_name);</pre>
157
203
<p>
158
204
Deletes a named buffer.
159
205
</p>
183
229
</div>
184
230
<hr>
185
231
<div class="refsect2" lang="en">
186
 
<a name="id2616165"></a><h3>
 
232
<a name="id2616148"></a><h3>
187
233
<a name="gimp-buffer-get-width"></a>gimp_buffer_get_width ()</h3>
188
 
<a class="indexterm" name="id2616179"></a><pre class="programlisting">gint                gimp_buffer_get_width               (const gchar *buffer_name);</pre>
 
234
<a class="indexterm" name="id2616162"></a><pre class="programlisting"><a
 
235
href="../glib/glib-Basic-Types.html#gint"
 
236
>gint</a>                gimp_buffer_get_width               (const <a
 
237
href="../glib/glib-Basic-Types.html#gchar"
 
238
>gchar</a> *buffer_name);</pre>
189
239
<p>
190
240
Retrieves the specified buffer's width.
191
241
</p>
215
265
</div>
216
266
<hr>
217
267
<div class="refsect2" lang="en">
218
 
<a name="id2616250"></a><h3>
 
268
<a name="id2616233"></a><h3>
219
269
<a name="gimp-buffer-get-height"></a>gimp_buffer_get_height ()</h3>
220
 
<a class="indexterm" name="id2616264"></a><pre class="programlisting">gint                gimp_buffer_get_height              (const gchar *buffer_name);</pre>
 
270
<a class="indexterm" name="id2616247"></a><pre class="programlisting"><a
 
271
href="../glib/glib-Basic-Types.html#gint"
 
272
>gint</a>                gimp_buffer_get_height              (const <a
 
273
href="../glib/glib-Basic-Types.html#gchar"
 
274
>gchar</a> *buffer_name);</pre>
221
275
<p>
222
276
Retrieves the specified buffer's height.
223
277
</p>
247
301
</div>
248
302
<hr>
249
303
<div class="refsect2" lang="en">
250
 
<a name="id2615784"></a><h3>
 
304
<a name="id2580670"></a><h3>
251
305
<a name="gimp-buffer-get-bytes"></a>gimp_buffer_get_bytes ()</h3>
252
 
<a class="indexterm" name="id2615798"></a><pre class="programlisting">gint                gimp_buffer_get_bytes               (const gchar *buffer_name);</pre>
 
306
<a class="indexterm" name="id2580684"></a><pre class="programlisting"><a
 
307
href="../glib/glib-Basic-Types.html#gint"
 
308
>gint</a>                gimp_buffer_get_bytes               (const <a
 
309
href="../glib/glib-Basic-Types.html#gchar"
 
310
>gchar</a> *buffer_name);</pre>
253
311
<p>
254
312
Retrieves the specified buffer's bytes.
255
313
</p>
279
337
</div>
280
338
<hr>
281
339
<div class="refsect2" lang="en">
282
 
<a name="id2615870"></a><h3>
 
340
<a name="id2580756"></a><h3>
283
341
<a name="gimp-buffer-get-image-type"></a>gimp_buffer_get_image_type ()</h3>
284
 
<a class="indexterm" name="id2615883"></a><pre class="programlisting"><a
 
342
<a class="indexterm" name="id2580769"></a><pre class="programlisting"><a
285
343
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpImageBaseType"
286
 
>GimpImageBaseType</a>   gimp_buffer_get_image_type          (const gchar *buffer_name);</pre>
 
344
>GimpImageBaseType</a>   gimp_buffer_get_image_type          (const <a
 
345
href="../glib/glib-Basic-Types.html#gchar"
 
346
>gchar</a> *buffer_name);</pre>
287
347
<p>
288
348
Retrieves the specified buffer's image type.
289
349
</p>