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/gdk-pixbuf.c | |
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/gdk-pixbuf.c')
-rw-r--r-- | gdk-pixbuf/gdk-pixbuf.c | 4 |
1 files changed, 3 insertions, 1 deletions
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) |