docs: Link from gdk_texture_download() to GdkTextureDownloader

This commit is contained in:
Benjamin Otte 2023-02-14 07:20:40 +01:00
parent b30af72125
commit ce0123ea58

View File

@ -722,6 +722,9 @@ gdk_texture_download_surface (GdkTexture *texture)
* cairo_image_surface_get_stride (surface));
* cairo_surface_mark_dirty (surface);
* ```
*
* For more flexible download capabilites, see
* [struct@Gdk.TextureDownloader].
*/
void
gdk_texture_download (GdkTexture *texture,