fixed gtk-doc comments, removed trailing whitespace.

2004-09-12  Sven Neumann  <sven@gimp.org>

	* libgimp/gimppixelrgn.c: fixed gtk-doc comments, removed trailing
	whitespace.
This commit is contained in:
Sven Neumann 2004-09-12 12:23:50 +00:00 committed by Sven Neumann
parent 91836bfce4
commit 835e591286
2 changed files with 12 additions and 7 deletions

View File

@ -1,3 +1,8 @@
2004-09-12 Sven Neumann <sven@gimp.org>
* libgimp/gimppixelrgn.c: fixed gtk-doc comments, removed trailing
whitespace.
2004-09-12 DindinX <david@dindinx.org> 2004-09-12 DindinX <david@dindinx.org>
* libgimp/gimppixelrgn.c: some more fixes by nomis. * libgimp/gimppixelrgn.c: some more fixes by nomis.

View File

@ -160,7 +160,7 @@ gimp_pixel_rgn_resize (GimpPixelRgn *pr,
* Fill the buffer pointed by @buf with the value of the pixel at (@x, @y) * Fill the buffer pointed by @buf with the value of the pixel at (@x, @y)
* in the region @pr. @buf should be large enough to hold the pixel value * in the region @pr. @buf should be large enough to hold the pixel value
* (1 #guchar for an indexed or grayscale drawable, 2 #guchar for * (1 #guchar for an indexed or grayscale drawable, 2 #guchar for
* indexed with alpha or grayscale with alpha drawable, 3 #guchar for * indexed with alpha or grayscale with alpha drawable, 3 #guchar for
* rgb drawable and 4 #guchar for rgb with alpha drawable. * rgb drawable and 4 #guchar for rgb with alpha drawable.
**/ **/
void void
@ -654,10 +654,10 @@ gimp_pixel_rgn_set_rect (GimpPixelRgn *pr,
* registered pixel regions. While iterating the registered pixel regions will * registered pixel regions. While iterating the registered pixel regions will
* cover subsets of the original pixel regions, chosen for optimized access to * cover subsets of the original pixel regions, chosen for optimized access to
* the image data. * the image data.
* *
* Note that the given regions themselves are changed by this function, so * Note that the given regions themselves are changed by this function, so
* they are resized to the first subsets. * they are resized to the first subsets.
* *
* This function has to be used together with gimp_pixel_rgns_process in a loop. * This function has to be used together with gimp_pixel_rgns_process in a loop.
* *
* Returns: a #gpointer to a regions iterator. * Returns: a #gpointer to a regions iterator.
@ -712,8 +712,8 @@ gimp_pixel_rgns_register2 (gint nrgns,
/** /**
* gimp_pixel_rgns_register: * gimp_pixel_rgns_register:
* @nrgns: the number of regions to register. * @nrgns: the number of regions to register.
* ...: @nrgns pointers to #GimpPixelRgn. * @Varargs: @nrgns pointers to #GimpPixelRgn.
* *
* This is the varargs version of #gimp_pixel_rgns_register2. * This is the varargs version of #gimp_pixel_rgns_register2.
* *
@ -748,8 +748,8 @@ gimp_pixel_rgns_register (gint nrgns,
/** /**
* gimp_pixel_rgns_process: * gimp_pixel_rgns_process:
* pri_ptr: a regions iterator returned by #gimp_pixel_rgns_register, * @pri_ptr: a regions iterator returned by #gimp_pixel_rgns_register,
* #gimp_pixel_rgns_register2 or #gimp_pixel_rgns_process. * #gimp_pixel_rgns_register2 or #gimp_pixel_rgns_process.
* *
* This function update the regions registered previously with one of the * This function update the regions registered previously with one of the
* #gimp_pixel_rgns_register* functions to their next tile. * #gimp_pixel_rgns_register* functions to their next tile.