[gtk/misc-texture-things: 2/3] texture: Mention download_float in the docs




commit 9f8d6ff29c677132ee6f41e584843a07779264c7
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Sep 14 08:38:25 2021 -0400

    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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]