[retro-gtk/build-doc: 4/8] pixdata: Fix the doc of retro_pixdata_new()



commit 3d89c7e7d69c33f85da79a59fac1fb676a10bebf
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Sun Apr 12 20:57:01 2020 +0200

    pixdata: Fix the doc of retro_pixdata_new()
    
    This will avoid warnings when building the documentation.

 retro-gtk/retro-pixdata.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/retro-gtk/retro-pixdata.c b/retro-gtk/retro-pixdata.c
index c4ee872..56b647d 100644
--- a/retro-gtk/retro-pixdata.c
+++ b/retro-gtk/retro-pixdata.c
@@ -189,10 +189,10 @@ retro_pixdata_new (gconstpointer    data,
  * retro_pixdata_init:
  * @self: a #RetroPixdata
  * @data: the video data
+ * @pixel_format: the pixel format
+ * @rowstride: the distance in bytes between rows
  * @width: the width
  * @height: the height
- * @pitch: the distance in bytes between rows
- * @pixel_format: the pixel format
  * @aspect_ratio: the aspect ratio to render the video
  *
  * Initializes @self with the given parameters.


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