mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2026-01-02 12:10:10 +01:00
Correct two comments regarding active vs passive context
This commit is contained in:
parent
3dbd278529
commit
b4afb2014f
1 changed files with 2 additions and 6 deletions
|
|
@ -340,9 +340,7 @@ ei_new(void *user_data);
|
|||
* released with ei_unref().
|
||||
*
|
||||
* An active ei context sends events to the EIS implementation but cannot
|
||||
* receive events. An active ei context can only connect to a passive EIS
|
||||
* implementation, connecting to an active EIS implementation will immediately
|
||||
* disconnect the client.
|
||||
* receive events.
|
||||
*
|
||||
* A context supports exactly one backend, set up with one of
|
||||
* ei_setup_backend_socket() or ei_setup_backend_fd().
|
||||
|
|
@ -362,9 +360,7 @@ ei_new_active(void *user_data);
|
|||
* released with ei_unref().
|
||||
*
|
||||
* A passive ei context receives events from the EIS implementation but cannot
|
||||
* send events. A passive ei context can only connect to an active EIS
|
||||
* implementation, connecting to a passive EIS implementation will immediately
|
||||
* disconnect the client.
|
||||
* send events.
|
||||
*
|
||||
* A context supports exactly one backend, set up with one of
|
||||
* ei_setup_backend_socket() or ei_setup_backend_fd().
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue