summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2020-05-18 14:55:25 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2020-05-18 14:55:25 +0100
commit9bd9a11de4cd1af8cdb4532bb46ad14a4db08e28 (patch)
tree3534afa870e19177d941498005dd8daf0cf0c08b
parentec26e4f6b4568a502c454a57c6854f51e4f6de59 (diff)
downloadgtk+-9bd9a11de4cd1af8cdb4532bb46ad14a4db08e28.tar.gz
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.
-rw-r--r--gdk/gdkdisplay.c2
1 files changed, 1 insertions, 1 deletions
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.
*