From: Benjamin Otte Date: Tue, 14 Feb 2023 06:20:40 +0000 (+0100) Subject: docs: Link from gdk_texture_download() to GdkTextureDownloader X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~6^2~77^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ce0123ea584dd6052331962182f4360cdccceb29;p=gtk4.git docs: Link from gdk_texture_download() to GdkTextureDownloader --- diff --git a/gdk/gdktexture.c b/gdk/gdktexture.c index bac18dc9fe..c37fd248aa 100644 --- a/gdk/gdktexture.c +++ b/gdk/gdktexture.c @@ -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,