projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec26e4f
)
docs: Fix the argument name to match
author
Emmanuele Bassi
<ebassi@gnome.org>
Mon, 18 May 2020 13:55:25 +0000
(14:55 +0100)
committer
Emmanuele Bassi
<ebassi@gnome.org>
Mon, 18 May 2020 13:55:25 +0000
(14:55 +0100)
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
patch
|
blob
|
history
diff --git
a/gdk/gdkdisplay.c
b/gdk/gdkdisplay.c
index e67471e20d47c8d44f593a932c0132b60516cf88..0cbf1476c78190e41eb5ebb4251ae3acfd09edfd 100644
(file)
--- 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.
*