From 9f8d6ff29c677132ee6f41e584843a07779264c7 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 14 Sep 2021 08:38:25 -0400 Subject: [PATCH] texture: Mention download_float in the docs --- gdk/gdktexture.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gdk/gdktexture.c b/gdk/gdktexture.c index ee7570e7e7..edcf7a9d9c 100644 --- a/gdk/gdktexture.c +++ b/gdk/gdktexture.c @@ -28,8 +28,8 @@ * `GdkPixbuf`, or a Cairo surface, or other pixel data. * * The ownership of the pixel data is transferred to the `GdkTexture` - * instance; you can only make a copy of it, via - * [method@Gdk.Texture.download]. + * instance; you can only make a copy of it, via [method@Gdk.Texture.download] + * or [method@Gdk.Texture.download_float]. * * `GdkTexture` is an immutable object: That means you cannot change * anything about it other than increasing the reference count via