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.
This commit is contained in:
Emmanuele Bassi 2020-05-18 14:55:25 +01:00
parent ec26e4f6b4
commit 9bd9a11de4

View File

@ -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.
*