[gtk/ebassi/ci-fix] docs: Fix the argument name to match



commit 9bd9a11de4cd1af8cdb4532bb46ad14a4db08e28
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Mon May 18 14:55:25 2020 +0100

    docs: Fix the argument name to match
    
    Both gtk-doc and g-i require the name of the argument of a function to
    match in the declaration, definition, and gtk-doc stanza.

 gdk/gdkdisplay.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gdk/gdkdisplay.c b/gdk/gdkdisplay.c
index e67471e20d..0cbf1476c7 100644
--- a/gdk/gdkdisplay.c
+++ b/gdk/gdkdisplay.c
@@ -1515,7 +1515,7 @@ gdk_display_list_seats (GdkDisplay *display)
 
 /**
  * gdk_display_get_monitors:
- * @display: a #GdkDisplay
+ * @self: a #GdkDisplay
  *
  * Gets the list of monitors associated with this display.
  *


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