mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2026-04-05 11:30:41 +02:00
doc/api: add the unicode icons for a splash of color
Sometimes it's good to focus on the important issues in life.
This commit is contained in:
parent
5c64a9d77c
commit
8302b1ddac
4 changed files with 6 additions and 6 deletions
|
|
@ -34,7 +34,7 @@ process them.
|
|||
The two libraries are independently and usually a process uses either `libei` or
|
||||
`libeis` but not both.
|
||||
|
||||
@section sec-ei EI - the client implementation
|
||||
@section sec-ei 🥚 EI - the client implementation
|
||||
|
||||
The `libei` library is the component used by clients that want to emulate
|
||||
input events. It provides the required methods to connect to an EIS
|
||||
|
|
@ -43,7 +43,7 @@ input.
|
|||
|
||||
The API documentation for EI is available at @ref libei.
|
||||
|
||||
@section sec-eis EIS - the server implementation
|
||||
@section sec-eis 🍦 EIS - the server implementation
|
||||
|
||||
The `libeis` library is the component used by processes that handle input
|
||||
events. It provides the required methods to set up seats and input devices,
|
||||
|
|
@ -52,7 +52,7 @@ clients.
|
|||
|
||||
The API documentation for EI is available at @ref libeis.
|
||||
|
||||
@section sec-oeffis Oeffis - a XDG RemoteDesktop portal wrapper API
|
||||
@section sec-oeffis 🚌 Oeffis - a XDG RemoteDesktop portal wrapper API
|
||||
|
||||
liboeffis is a helper library for applications that do not want to or cannot
|
||||
interact with the XDG RemoteDesktop DBus portal directly. It abstracts the
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ extern "C" {
|
|||
#include <stddef.h>
|
||||
|
||||
/**
|
||||
* @defgroup libei EI - The client API
|
||||
* @defgroup libei 🥚 EI - The client API
|
||||
*
|
||||
* libei is the client-side module. This API should be used by processes
|
||||
* that need to emulate devices or capture logical events from existing devices.
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ extern "C" {
|
|||
#include <stdint.h>
|
||||
|
||||
/**
|
||||
* @defgroup libeis EIS - The server API
|
||||
* @defgroup libeis 🍦 EIS - The server API
|
||||
*
|
||||
* libeis is the server-side module. This API should be used by processes
|
||||
* that have control over input devices, e.g. Wayland compositors.
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ extern "C" {
|
|||
#include <stddef.h>
|
||||
|
||||
/**
|
||||
* @addtogroup oeffis liboeffis - An XDG RemoteDesktop portal wrapper API
|
||||
* @addtogroup oeffis 🚌 liboeffis - An XDG RemoteDesktop portal wrapper API
|
||||
*
|
||||
* liboeffis is a helper library for applications that do not want to or cannot
|
||||
* interact with the XDG RemoteDesktop DBus portal directly.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue