diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2001-12-12 22:11:37 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2001-12-12 22:11:37 +0000 |
commit | 5b200068789473c4bb87d1bc3d5a09f9028b2b7c (patch) | |
tree | 27266ffffc46d0b1c6fcea22dc19ccdea3a62c2f /gdk-pixbuf/gdk-pixbuf-util.c | |
parent | af7ab9c630bd8dc88e23fc664fb7d98cd03f1f55 (diff) | |
download | gdk-pixbuf-5b200068789473c4bb87d1bc3d5a09f9028b2b7c.tar.gz |
Markup fixes.
* gdk-pixbuf-loader.c, gdk-pixbuf-util.c: Markup fixes.
Diffstat (limited to 'gdk-pixbuf/gdk-pixbuf-util.c')
-rw-r--r-- | gdk-pixbuf/gdk-pixbuf-util.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdk-pixbuf/gdk-pixbuf-util.c b/gdk-pixbuf/gdk-pixbuf-util.c index 16c32bb2b..9a638484e 100644 --- a/gdk-pixbuf/gdk-pixbuf-util.c +++ b/gdk-pixbuf/gdk-pixbuf-util.c @@ -31,7 +31,7 @@ * gdk_pixbuf_add_alpha: * @pixbuf: A pixbuf. * @substitute_color: Whether to set a color to zero opacity. If this - * is #FALSE, then the (@r, @g, @b) arguments will be ignored. + * is %FALSE, then the (@r, @g, @b) arguments will be ignored. * @r: Red value to substitute. * @g: Green value to substitute. * @b: Blue value to substitute. @@ -41,7 +41,7 @@ * values are copied from the original; otherwise, the alpha channel * is initialized to 255 (full opacity). * - * If @substitute_color is #TRUE, then the color specified by (@r, @g, @b) will be + * If @substitute_color is %TRUE, then the color specified by (@r, @g, @b) will be * assigned zero opacity. That is, if you pass (255, 255, 255) for the * substitute color, all white pixels will become fully transparent. * @@ -165,7 +165,7 @@ gdk_pixbuf_copy_area (const GdkPixbuf *src_pixbuf, * effects. If @saturation is 1.0 then saturation is not changed. If * it's less than 1.0, saturation is reduced (the image is darkened); * if greater than 1.0, saturation is increased (the image is - * brightened). If @pixelate is TRUE, then pixels are faded in a + * brightened). If @pixelate is %TRUE, then pixels are faded in a * checkerboard pattern to create a pixelated image. @src and @dest * must have the same image format, size, and rowstride. * |