From: Matthias Clasen Date: Sun, 15 Jan 2023 03:48:31 +0000 (-0500) Subject: texture: Update docs X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~8^2~60^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3c31f72219337241a8f994e11b77c22a06b5ba6b;p=gtk4.git texture: Update docs Document that we support TIFF as well. --- diff --git a/gdk/gdktexture.c b/gdk/gdktexture.c index 3c4bf10634..bac18dc9fe 100644 --- a/gdk/gdktexture.c +++ b/gdk/gdktexture.c @@ -463,7 +463,7 @@ gdk_texture_new_from_resource (const char *resource_path) * Creates a new texture by loading an image from a file. * * The file format is detected automatically. The supported formats - * are PNG and JPEG, though more formats might be available. + * are PNG, JPEG and TIFF, though more formats might be available. * * If %NULL is returned, then @error will be set. * @@ -556,7 +556,7 @@ gdk_texture_new_from_bytes_pixbuf (GBytes *bytes, * Creates a new texture by loading an image from memory, * * The file format is detected automatically. The supported formats - * are PNG and JPEG, though more formats might be available. + * are PNG, JPEG and TIFF, though more formats might be available. * * If %NULL is returned, then @error will be set. * @@ -602,7 +602,7 @@ gdk_texture_new_from_bytes (GBytes *bytes, * Creates a new texture by loading an image from a file. * * The file format is detected automatically. The supported formats - * are PNG and JPEG, though more formats might be available. + * are PNG, JPEG and TIFF, though more formats might be available. * * If %NULL is returned, then @error will be set. *