Cosmetics
authorMatthias Clasen <mclasen@redhat.com>
Mon, 15 May 2023 19:25:11 +0000 (15:25 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 15 May 2023 19:25:11 +0000 (15:25 -0400)
Linkify a reference.

gdk/gdktexturedownloader.c

index a3d25e7bb7a30df4a5c125ea35790405aa7c847e..423ee402bfbd2221bbc254a57bb281100e1902ad 100644 (file)
@@ -225,17 +225,17 @@ gdk_texture_downloader_download_into (const GdkTextureDownloader *self,
 /**
  * gdk_texture_downloader_download_bytes:
  * @self: the downloader
- * @out_stride: (out): The stride of the resulting data in bytes.
+ * @out_stride: (out): The stride of the resulting data in bytes
  *
  * Downloads the given texture pixels into a `GBytes`. The rowstride will
  * be stored in the stride value.
  *
  * This function will abort if it tries to download a large texture and
- * fails to allocate memory. If you think that may happen, you should
- * handle memory allocation yourself and use
- * gdk_texture_downloader_download_into() once allocation succeeded.
+ * fails to allocate memory. If you think that may happen, you should handle
+ * memory allocation yourself and use [method@Gdk.TextureDownloader.download_into]
+ * once allocation succeeded.
  *
- * Returns: The downloaded pixels.
+ * Returns: The downloaded pixels
  *
  * Since: 4.10
  **/