~ubuntu-branches/ubuntu/trusty/gimp/trusty

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Ari Pollak
  • Date: 2009-08-14 09:57:17 UTC
  • mto: (1.1.21 upstream) (0.1.5 squeeze)
  • mto: This revision was merged to the branch mainline in revision 48.
  • Revision ID: james.westby@ubuntu.com-20090814095717-37dh2xqy5t0rurpk
ImportĀ upstreamĀ versionĀ 2.6.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
<title>gimpbuffer</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
7
 
<link rel="start" href="index.html" title="GIMP Library Reference Manual">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 
7
<link rel="home" href="index.html" title="GIMP Library Reference Manual">
8
8
<link rel="up" href="libgimp-general.html" title="Functions not Related to Specific Images">
9
9
<link rel="prev" href="libgimp-gimpenums.html" title="gimpenums">
10
10
<link rel="next" href="libgimp-gimpcontext.html" title="gimpcontext">
38
38
                <a href="#libgimp-gimpbuffer.description" class="shortcut">Description</a>
39
39
</td></tr>
40
40
</table>
41
 
<div class="refentry" lang="en">
 
41
<div class="refentry" title="gimpbuffer">
42
42
<a name="libgimp-gimpbuffer"></a><div class="titlepage"></div>
43
43
<div class="refnamediv"><table width="100%"><tr>
44
44
<td valign="top">
47
47
</td>
48
48
<td valign="top" align="right"></td>
49
49
</tr></table></div>
50
 
<div class="refsynopsisdiv">
 
50
<div class="refsynopsisdiv" title="Synopsis">
51
51
<a name="libgimp-gimpbuffer.synopsis"></a><h2>Synopsis</h2>
52
52
<pre class="synopsis">
53
53
<a
93
93
>gchar</a> *buffer_name);
94
94
</pre>
95
95
</div>
96
 
<div class="refsect1" lang="en">
 
96
<div class="refsect1" title="Description">
97
97
<a name="libgimp-gimpbuffer.description"></a><h2>Description</h2>
98
98
<p>
99
99
</p>
100
100
</div>
101
 
<div class="refsect1" lang="en">
 
101
<div class="refsect1" title="Details">
102
102
<a name="libgimp-gimpbuffer.details"></a><h2>Details</h2>
103
 
<div class="refsect2" lang="en">
 
103
<div class="refsect2" title="gimp_buffers_get_list ()">
104
104
<a name="gimp-buffers-get-list"></a><h3>gimp_buffers_get_list ()</h3>
105
105
<pre class="programlisting"><a
106
106
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
142
142
<p class="since">Since GIMP 2.4</p>
143
143
</div>
144
144
<hr>
145
 
<div class="refsect2" lang="en">
 
145
<div class="refsect2" title="gimp_buffer_rename ()">
146
146
<a name="gimp-buffer-rename"></a><h3>gimp_buffer_rename ()</h3>
147
147
<pre class="programlisting"><a
148
148
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
183
183
<p class="since">Since GIMP 2.4</p>
184
184
</div>
185
185
<hr>
186
 
<div class="refsect2" lang="en">
 
186
<div class="refsect2" title="gimp_buffer_delete ()">
187
187
<a name="gimp-buffer-delete"></a><h3>gimp_buffer_delete ()</h3>
188
188
<pre class="programlisting"><a
189
189
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
216
216
<p class="since">Since GIMP 2.4</p>
217
217
</div>
218
218
<hr>
219
 
<div class="refsect2" lang="en">
 
219
<div class="refsect2" title="gimp_buffer_get_width ()">
220
220
<a name="gimp-buffer-get-width"></a><h3>gimp_buffer_get_width ()</h3>
221
221
<pre class="programlisting"><a
222
222
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
249
249
<p class="since">Since GIMP 2.4</p>
250
250
</div>
251
251
<hr>
252
 
<div class="refsect2" lang="en">
 
252
<div class="refsect2" title="gimp_buffer_get_height ()">
253
253
<a name="gimp-buffer-get-height"></a><h3>gimp_buffer_get_height ()</h3>
254
254
<pre class="programlisting"><a
255
255
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
282
282
<p class="since">Since GIMP 2.4</p>
283
283
</div>
284
284
<hr>
285
 
<div class="refsect2" lang="en">
 
285
<div class="refsect2" title="gimp_buffer_get_bytes ()">
286
286
<a name="gimp-buffer-get-bytes"></a><h3>gimp_buffer_get_bytes ()</h3>
287
287
<pre class="programlisting"><a
288
288
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
315
315
<p class="since">Since GIMP 2.4</p>
316
316
</div>
317
317
<hr>
318
 
<div class="refsect2" lang="en">
 
318
<div class="refsect2" title="gimp_buffer_get_image_type ()">
319
319
<a name="gimp-buffer-get-image-type"></a><h3>gimp_buffer_get_image_type ()</h3>
320
320
<pre class="programlisting"><a
321
321
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpImageBaseType"