From 3c31f72219337241a8f994e11b77c22a06b5ba6b Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 14 Jan 2023 22:48:31 -0500 Subject: [PATCH] texture: Update docs Document that we support TIFF as well. --- gdk/gdktexture.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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. * -- 2.30.2