diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2001-12-20 23:44:19 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2001-12-20 23:44:19 +0000 |
commit | 237a59fce92a90c5b1f7819e3418872561504210 (patch) | |
tree | 648ba78fc6bfbf225ceab603931c66c18d169d6c /gdk-pixbuf | |
parent | cd7243dfbad70218b9520f4106e904df12efcba3 (diff) | |
download | gdk-pixbuf-237a59fce92a90c5b1f7819e3418872561504210.tar.gz |
Forgotten files.
Diffstat (limited to 'gdk-pixbuf')
-rw-r--r-- | gdk-pixbuf/ChangeLog | 6 | ||||
-rw-r--r-- | gdk-pixbuf/gdk-pixbuf.c | 8 |
2 files changed, 10 insertions, 4 deletions
diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog index ec8fa8555..4584254ad 100644 --- a/gdk-pixbuf/ChangeLog +++ b/gdk-pixbuf/ChangeLog @@ -1,3 +1,9 @@ +2001-12-17 Matthias Clasen <matthiasc@poet.de> + + * gdk-pixbuf.c, gdk-pixbuf-io.c, gdk-pixbuf-animation.c, + gdk-pixbuf-data.c, gdk-pixbuf-loader.c, gdk-pixbuf-scale.c, + gdk-pixbuf-util.c, gdk-pixdata.c: Markup fixes. + 2001-12-16 Havoc Pennington <hp@pobox.com> * gdk-pixbuf-scale.c: docs enhancements diff --git a/gdk-pixbuf/gdk-pixbuf.c b/gdk-pixbuf/gdk-pixbuf.c index bc8395ce7..5928ae0df 100644 --- a/gdk-pixbuf/gdk-pixbuf.c +++ b/gdk-pixbuf/gdk-pixbuf.c @@ -134,8 +134,8 @@ free_buffer (guchar *pixels, gpointer data) * has an optimal rowstride. Note that the buffer is not cleared; you will have * to fill it completely yourself. * - * Return value: A newly-created #GdkPixbuf with a reference count of 1, or NULL - * if not enough memory could be allocated for the image buffer. + * Return value: A newly-created #GdkPixbuf with a reference count of 1, or + * %NULL if not enough memory could be allocated for the image buffer. **/ GdkPixbuf * gdk_pixbuf_new (GdkColorspace colorspace, gboolean has_alpha, int bits_per_sample, @@ -171,7 +171,7 @@ gdk_pixbuf_new (GdkColorspace colorspace, gboolean has_alpha, int bits_per_sampl * Creates a new #GdkPixbuf with a copy of the information in the specified * @pixbuf. * - * Return value: A newly-created pixbuf with a reference count of 1, or NULL if + * Return value: A newly-created pixbuf with a reference count of 1, or %NULL if * not enough memory could be allocated. **/ GdkPixbuf * @@ -301,7 +301,7 @@ gdk_pixbuf_get_n_channels (const GdkPixbuf *pixbuf) * * Queries whether a pixbuf has an alpha channel (opacity information). * - * Return value: TRUE if it has an alpha channel, FALSE otherwise. + * Return value: %TRUE if it has an alpha channel, %FALSE otherwise. **/ gboolean gdk_pixbuf_get_has_alpha (const GdkPixbuf *pixbuf) |