From: Emmanuele Bassi Date: Mon, 18 May 2020 13:55:25 +0000 (+0100) Subject: docs: Fix the argument name to match X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1^2~18^2~17^2~3^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=9bd9a11de4cd1af8cdb4532bb46ad14a4db08e28;p=gtk4.git 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. --- 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. *