diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-10-01 21:43:23 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-10-01 21:43:23 -0400 |
commit | 6f3c3c34131a664794160e3ae61d2547222dc20e (patch) | |
tree | acac0d8b7554104377a8782e609218b0b74335ea /gdk/gdkpixbuf-drawable.c | |
parent | 30a660213e271c0e09f1d8bb6c72cbc8109cad23 (diff) | |
download | gtk+-6f3c3c34131a664794160e3ae61d2547222dc20e.tar.gz |
Fix a reference in the gdk_pixbuf_get_from_surface docs2.91.0
Diffstat (limited to 'gdk/gdkpixbuf-drawable.c')
-rw-r--r-- | gdk/gdkpixbuf-drawable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkpixbuf-drawable.c b/gdk/gdkpixbuf-drawable.c index f638ce1d07..1e63810597 100644 --- a/gdk/gdkpixbuf-drawable.c +++ b/gdk/gdkpixbuf-drawable.c @@ -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) * representation inside a #GdkPixbuf. This allows you to efficiently read * 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 * will contain an alpha channel if the @surface contains one. |