diff options
author | Federico Mena Quintero <federico@ximian.com> | 2004-01-07 03:17:17 +0000 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2004-01-07 03:17:17 +0000 |
commit | 0ee78f89afa65b3786fe1ebc6868d635dfdf33e0 (patch) | |
tree | 6d7ea129ca33e9e88b68faf4d8ab0fc41b891ae6 /gdk-pixbuf | |
parent | 9d6ed04dffcfe65bd98d45df78c4ecc5d1d371ff (diff) | |
download | gtk+-0ee78f89afa65b3786fe1ebc6868d635dfdf33e0.tar.gz |
Link to the documentation section on image data.
2004-01-06 Federico Mena Quintero <federico@ximian.com>
* gdk-pixbuf.c (gdk_pixbuf_get_pixels): Link to the documentation
section on image data.
Diffstat (limited to 'gdk-pixbuf')
-rw-r--r-- | gdk-pixbuf/ChangeLog | 5 | ||||
-rw-r--r-- | gdk-pixbuf/gdk-pixbuf.c | 4 |
2 files changed, 8 insertions, 1 deletions
diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog index ad9cd295c4..950175968c 100644 --- a/gdk-pixbuf/ChangeLog +++ b/gdk-pixbuf/ChangeLog @@ -1,5 +1,10 @@ 2004-01-06 Federico Mena Quintero <federico@ximian.com> + * gdk-pixbuf.c (gdk_pixbuf_get_pixels): Link to the documentation + section on image data. + +2004-01-06 Federico Mena Quintero <federico@ximian.com> + * gdk-pixdata.c (gdk_pixbuf_new_from_inline): Fix example in documentation comment. Fixes #130701. diff --git a/gdk-pixbuf/gdk-pixbuf.c b/gdk-pixbuf/gdk-pixbuf.c index 986b40fc4e..a2c1fda7df 100644 --- a/gdk-pixbuf/gdk-pixbuf.c +++ b/gdk-pixbuf/gdk-pixbuf.c @@ -454,7 +454,9 @@ gdk_pixbuf_get_bits_per_sample (const GdkPixbuf *pixbuf) * * Queries a pointer to the pixel data of a pixbuf. * - * Return value: A pointer to the pixbuf's pixel data. + * Return value: A pointer to the pixbuf's pixel data. Please see <xref linkend="image-data"/> + * for information about how the pixel data is stored in + * memory. **/ guchar * gdk_pixbuf_get_pixels (const GdkPixbuf *pixbuf) |