[mutter/tintou/clutter-stage-paint] clutter/stage: Remove inout from paint_to_buffer
- From: Corentin Noël <corentinnoel src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter/tintou/clutter-stage-paint] clutter/stage: Remove inout from paint_to_buffer
- Date: Wed, 29 Sep 2021 07:58:01 +0000 (UTC)
commit 713e2f396973d6e1c88a351f164b0d974aaf8c6b
Author: Corentin Noël <corentin noel collabora com>
Date: Wed Sep 29 09:34:41 2021 +0200
clutter/stage: Remove inout from paint_to_buffer
Remove the (inout) annotation as we are only using the byte array directly and not
a pointer to the array.
clutter/clutter/clutter-stage.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/clutter/clutter/clutter-stage.c b/clutter/clutter/clutter-stage.c
index b784a45023..c11eef8aab 100644
--- a/clutter/clutter/clutter-stage.c
+++ b/clutter/clutter/clutter-stage.c
@@ -3199,7 +3199,7 @@ clutter_stage_paint_to_framebuffer (ClutterStage *stage,
* @stage: a #ClutterStage actor
* @rect: a #cairo_rectangle_int_t
* @scale: the scale
- * @data: (inout) (array) (element-type guint8): a pointer to the data
+ * @data: (array) (element-type guint8): a pointer to the data
* @stride: stride of the image surface
* @format: the pixel format
* @paint_flags: the #ClutterPaintFlag
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]