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.
This commit is contained in:
Federico Mena Quintero 2004-01-07 03:17:17 +00:00 committed by Federico Mena Quintero
parent 9d6ed04dff
commit 0ee78f89af
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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

View File

@ -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)