mirror of
https://github.com/mpv-player/mpv
synced 2025-02-16 12:17:12 +00:00
client API: fix typo and wording in a comment
This commit is contained in:
parent
0a1a5707bf
commit
878f12885b
@ -69,9 +69,9 @@ extern "C" {
|
||||
* ----------
|
||||
*
|
||||
* In general, the API user should run an event loop in order to receive events.
|
||||
* This even loop should call mpv_wait_event(), which will return once a new
|
||||
* mpv client API is available. It should also be possible to integrate client
|
||||
* API usage in other event loops (e.g. GUI toolkits) with the
|
||||
* This event loop should call mpv_wait_event(), which will return once a new
|
||||
* mpv client API is available. It is also possible to integrate client API
|
||||
* usage in other event loops (e.g. GUI toolkits) with the
|
||||
* mpv_set_wakeup_callback() function, and then polling for events by calling
|
||||
* mpv_wait_event() with a 0 timeout.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user