docs: Link from gdk_texture_download() to GdkTextureDownloader
authorBenjamin Otte <otte@redhat.com>
Tue, 14 Feb 2023 06:20:40 +0000 (07:20 +0100)
committerBenjamin Otte <otte@redhat.com>
Tue, 14 Feb 2023 23:39:18 +0000 (00:39 +0100)
gdk/gdktexture.c

index bac18dc9fe557189824516b3834dc2671c609b5a..c37fd248aa28bd32fe551eca7f65ee2fa5216345 100644 (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,