downloader: Add some docs

Mention the default format and color state.
This commit is contained in:
Matthias Clasen 2024-07-26 17:38:08 -04:00
parent e2d337740f
commit ea9f8b2f77

View File

@ -68,6 +68,9 @@ gdk_texture_downloader_finish (GdkTextureDownloader *self)
* *
* Creates a new texture downloader for @texture. * Creates a new texture downloader for @texture.
* *
* By default, the downloader will convert the data to
* the default memory format, and to the sRGB color state.
*
* Returns: A new texture downloader * Returns: A new texture downloader
* *
* Since: 4.10 * Since: 4.10