mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 06:00:22 +00:00
Fix a reference in the gdk_pixbuf_get_from_surface docs
This commit is contained in:
parent
30a660213e
commit
6f3c3c3413
@ -212,7 +212,7 @@ convert_no_alpha (guchar *dest_data,
|
|||||||
* Transfers image data from a #cairo_surface_t and converts it to an RGB(A)
|
* Transfers image data from a #cairo_surface_t and converts it to an RGB(A)
|
||||||
* representation inside a #GdkPixbuf. This allows you to efficiently read
|
* representation inside a #GdkPixbuf. This allows you to efficiently read
|
||||||
* individual pixels from cairo surfaces. For #GdkWindows, use
|
* individual pixels from cairo surfaces. For #GdkWindows, use
|
||||||
* gdk_pixbuf_get_from_surface() instead.
|
* gdk_pixbuf_get_from_window() instead.
|
||||||
*
|
*
|
||||||
* This function will create an RGB pixbuf with 8 bits per channel. The pixbuf
|
* This function will create an RGB pixbuf with 8 bits per channel. The pixbuf
|
||||||
* will contain an alpha channel if the @surface contains one.
|
* will contain an alpha channel if the @surface contains one.
|
||||||
|
Loading…
Reference in New Issue
Block a user