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:
parent
9d6ed04dff
commit
0ee78f89af
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user