[gtk/wip/otte/color-profiles: 103/111] memorytexture: Cosmetics




commit 9287b814288789aeebc80fc34713ab8866245657
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed Sep 29 14:18:33 2021 -0400

    memorytexture: Cosmetics

 gdk/gdkmemorytexture.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/gdk/gdkmemorytexture.c b/gdk/gdkmemorytexture.c
index 2da8380aa2..2391784d03 100644
--- a/gdk/gdkmemorytexture.c
+++ b/gdk/gdkmemorytexture.c
@@ -194,10 +194,11 @@ gdk_memory_texture_new (int              width,
  * @width: the width of the texture
  * @height: the height of the texture
  * @format: the format of the data
+ * @color_profile: a `GdkColorProfile`
  * @bytes: the `GBytes` containing the pixel data
  * @stride: rowstride for the data
  *
- * Creates a new texture for a blob of image data.
+ * Creates a new texture for a blob of image data with a given color profile.
  *
  * The `GBytes` must contain @stride x @height pixels
  * in the given format.


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