[mutter/tintou/clutter-stage-paint] clutter/stage: Remove inout from paint_to_buffer




commit 89a13b45572d0191dc2fe6f09ba1f032895e5559
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.
    
    Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2026>

 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]