mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-25 13:11:13 +00:00
Fix documentation of gdk_display_put_event()
This function is deprecated, but we should still document it properly. It appends, not prepends. This is clear enough from its implementation, but also we have practical experience with WebKit in: https://github.com/WebKit/WebKit/pull/8663 Matthias prefers to avoid the prepend, append, start, and end terminology altogether.
This commit is contained in:
parent
713a5188cf
commit
dde47b7966
@ -473,8 +473,7 @@ gdk_display_get_event (GdkDisplay *display)
|
|||||||
* @display: a `GdkDisplay`
|
* @display: a `GdkDisplay`
|
||||||
* @event: (transfer none): a `GdkEvent`
|
* @event: (transfer none): a `GdkEvent`
|
||||||
*
|
*
|
||||||
* Appends the given event onto the front of the event
|
* Adds the given event to the event queue for @display.
|
||||||
* queue for @display.
|
|
||||||
*
|
*
|
||||||
* Deprecated: 4.10: This function is only useful in very
|
* Deprecated: 4.10: This function is only useful in very
|
||||||
* special situations and should not be used by applications.
|
* special situations and should not be used by applications.
|
||||||
|
Loading…
Reference in New Issue
Block a user