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

« back to all changes in this revision

Viewing changes to devel-docs/libgimp/html/libgimp-gimpbuffer.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:
47
47
<div class="refsynopsisdiv">
48
48
<a name="libgimp-gimpbuffer.synopsis"></a><h2>Synopsis</h2>
49
49
<pre class="synopsis">
50
 
<a
51
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
52
 
>gchar</a>**             <a class="link" href="libgimp-gimpbuffer.html#gimp-buffers-get-list" title="gimp_buffers_get_list ()">gimp_buffers_get_list</a>               (const <a
53
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
54
 
>gchar</a> *filter,
55
 
                                                         <a
56
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
57
 
>gint</a> *num_buffers);
58
 
<a
59
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
60
 
>gchar</a>*              <a class="link" href="libgimp-gimpbuffer.html#gimp-buffer-rename" title="gimp_buffer_rename ()">gimp_buffer_rename</a>                  (const <a
61
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
62
 
>gchar</a> *buffer_name,
63
 
                                                         const <a
64
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
65
 
>gchar</a> *new_name);
66
 
<a
67
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
68
 
>gboolean</a>            <a class="link" href="libgimp-gimpbuffer.html#gimp-buffer-delete" title="gimp_buffer_delete ()">gimp_buffer_delete</a>                  (const <a
69
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
70
 
>gchar</a> *buffer_name);
71
 
<a
72
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
73
 
>gint</a>                <a class="link" href="libgimp-gimpbuffer.html#gimp-buffer-get-width" title="gimp_buffer_get_width ()">gimp_buffer_get_width</a>               (const <a
74
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
75
 
>gchar</a> *buffer_name);
76
 
<a
77
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
78
 
>gint</a>                <a class="link" href="libgimp-gimpbuffer.html#gimp-buffer-get-height" title="gimp_buffer_get_height ()">gimp_buffer_get_height</a>              (const <a
79
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
80
 
>gchar</a> *buffer_name);
81
 
<a
82
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
83
 
>gint</a>                <a class="link" href="libgimp-gimpbuffer.html#gimp-buffer-get-bytes" title="gimp_buffer_get_bytes ()">gimp_buffer_get_bytes</a>               (const <a
84
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
85
 
>gchar</a> *buffer_name);
86
 
<a
87
 
href="/usr/share/gtk-doc/html/libgimpbase/libgimpbase-gimpbaseenums.html#GimpImageBaseType"
88
 
>GimpImageBaseType</a>   <a class="link" href="libgimp-gimpbuffer.html#gimp-buffer-get-image-type" title="gimp_buffer_get_image_type ()">gimp_buffer_get_image_type</a>          (const <a
89
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
90
 
>gchar</a> *buffer_name);
 
50
gchar**             <a class="link" href="libgimp-gimpbuffer.html#gimp-buffers-get-list" title="gimp_buffers_get_list ()">gimp_buffers_get_list</a>               (const gchar *filter,
 
51
                                                         gint *num_buffers);
 
52
gchar*              <a class="link" href="libgimp-gimpbuffer.html#gimp-buffer-rename" title="gimp_buffer_rename ()">gimp_buffer_rename</a>                  (const gchar *buffer_name,
 
53
                                                         const gchar *new_name);
 
54
gboolean            <a class="link" href="libgimp-gimpbuffer.html#gimp-buffer-delete" title="gimp_buffer_delete ()">gimp_buffer_delete</a>                  (const gchar *buffer_name);
 
55
gint                <a class="link" href="libgimp-gimpbuffer.html#gimp-buffer-get-width" title="gimp_buffer_get_width ()">gimp_buffer_get_width</a>               (const gchar *buffer_name);
 
56
gint                <a class="link" href="libgimp-gimpbuffer.html#gimp-buffer-get-height" title="gimp_buffer_get_height ()">gimp_buffer_get_height</a>              (const gchar *buffer_name);
 
57
gint                <a class="link" href="libgimp-gimpbuffer.html#gimp-buffer-get-bytes" title="gimp_buffer_get_bytes ()">gimp_buffer_get_bytes</a>               (const gchar *buffer_name);
 
58
<a
 
59
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpImageBaseType"
 
60
>GimpImageBaseType</a>   <a class="link" href="libgimp-gimpbuffer.html#gimp-buffer-get-image-type" title="gimp_buffer_get_image_type ()">gimp_buffer_get_image_type</a>          (const gchar *buffer_name);
91
61
</pre>
92
62
</div>
93
63
<div class="refsect1" lang="en">
100
70
<a name="libgimp-gimpbuffer.details"></a><h2>Details</h2>
101
71
<div class="refsect2" lang="en">
102
72
<a name="gimp-buffers-get-list"></a><h3>gimp_buffers_get_list ()</h3>
103
 
<pre class="programlisting"><a
104
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
105
 
>gchar</a>**             gimp_buffers_get_list               (const <a
106
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
107
 
>gchar</a> *filter,
108
 
                                                         <a
109
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
110
 
>gint</a> *num_buffers);</pre>
 
73
<pre class="programlisting">gchar**             gimp_buffers_get_list               (const gchar *filter,
 
74
                                                         gint *num_buffers);</pre>
111
75
<p>
112
76
Retrieve a complete listing of the available buffers.
113
77
</p>
144
108
<hr>
145
109
<div class="refsect2" lang="en">
146
110
<a name="gimp-buffer-rename"></a><h3>gimp_buffer_rename ()</h3>
147
 
<pre class="programlisting"><a
148
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
149
 
>gchar</a>*              gimp_buffer_rename                  (const <a
150
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
151
 
>gchar</a> *buffer_name,
152
 
                                                         const <a
153
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
154
 
>gchar</a> *new_name);</pre>
 
111
<pre class="programlisting">gchar*              gimp_buffer_rename                  (const gchar *buffer_name,
 
112
                                                         const gchar *new_name);</pre>
155
113
<p>
156
114
Renames a named buffer.
157
115
</p>
187
145
<hr>
188
146
<div class="refsect2" lang="en">
189
147
<a name="gimp-buffer-delete"></a><h3>gimp_buffer_delete ()</h3>
190
 
<pre class="programlisting"><a
191
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
192
 
>gboolean</a>            gimp_buffer_delete                  (const <a
193
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
194
 
>gchar</a> *buffer_name);</pre>
 
148
<pre class="programlisting">gboolean            gimp_buffer_delete                  (const gchar *buffer_name);</pre>
195
149
<p>
196
150
Deletes a named buffer.
197
151
</p>
222
176
<hr>
223
177
<div class="refsect2" lang="en">
224
178
<a name="gimp-buffer-get-width"></a><h3>gimp_buffer_get_width ()</h3>
225
 
<pre class="programlisting"><a
226
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
227
 
>gint</a>                gimp_buffer_get_width               (const <a
228
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
229
 
>gchar</a> *buffer_name);</pre>
 
179
<pre class="programlisting">gint                gimp_buffer_get_width               (const gchar *buffer_name);</pre>
230
180
<p>
231
181
Retrieves the specified buffer's width.
232
182
</p>
257
207
<hr>
258
208
<div class="refsect2" lang="en">
259
209
<a name="gimp-buffer-get-height"></a><h3>gimp_buffer_get_height ()</h3>
260
 
<pre class="programlisting"><a
261
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
262
 
>gint</a>                gimp_buffer_get_height              (const <a
263
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
264
 
>gchar</a> *buffer_name);</pre>
 
210
<pre class="programlisting">gint                gimp_buffer_get_height              (const gchar *buffer_name);</pre>
265
211
<p>
266
212
Retrieves the specified buffer's height.
267
213
</p>
292
238
<hr>
293
239
<div class="refsect2" lang="en">
294
240
<a name="gimp-buffer-get-bytes"></a><h3>gimp_buffer_get_bytes ()</h3>
295
 
<pre class="programlisting"><a
296
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
297
 
>gint</a>                gimp_buffer_get_bytes               (const <a
298
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
299
 
>gchar</a> *buffer_name);</pre>
 
241
<pre class="programlisting">gint                gimp_buffer_get_bytes               (const gchar *buffer_name);</pre>
300
242
<p>
301
243
Retrieves the specified buffer's bytes.
302
244
</p>
328
270
<div class="refsect2" lang="en">
329
271
<a name="gimp-buffer-get-image-type"></a><h3>gimp_buffer_get_image_type ()</h3>
330
272
<pre class="programlisting"><a
331
 
href="/usr/share/gtk-doc/html/libgimpbase/libgimpbase-gimpbaseenums.html#GimpImageBaseType"
332
 
>GimpImageBaseType</a>   gimp_buffer_get_image_type          (const <a
333
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
334
 
>gchar</a> *buffer_name);</pre>
 
273
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpImageBaseType"
 
274
>GimpImageBaseType</a>   gimp_buffer_get_image_type          (const gchar *buffer_name);</pre>
335
275
<p>
336
276
Retrieves the specified buffer's image type.
337
277
</p>