mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2025-12-30 21:10:09 +01:00
doc: fix two references to function calls
This commit is contained in:
parent
99b0eb4587
commit
06469e737b
1 changed files with 2 additions and 2 deletions
|
|
@ -638,7 +638,7 @@ ei_get_user_data(struct ei *ei);
|
|||
/**
|
||||
* libei keeps a single file descriptor for all events. This fd should be
|
||||
* monitored for events by the caller's mainloop, e.g. using select(). When
|
||||
* events are available on this fd, call libei_dispatch() immediately to
|
||||
* events are available on this fd, call ei_dispatch() immediately to
|
||||
* process.
|
||||
*/
|
||||
int
|
||||
|
|
@ -646,7 +646,7 @@ ei_get_fd(struct ei *ei);
|
|||
|
||||
/**
|
||||
* Main event dispatching function. Reads events of the file descriptors
|
||||
* and processes them internally. Use libei_get_event() to retrieve the
|
||||
* and processes them internally. Use ei_get_event() to retrieve the
|
||||
* events.
|
||||
*
|
||||
* Dispatching does not necessarily queue events. This function
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue