mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
server: document wl_event_loop and wl_event_source
This documents all the public API related to wl_event_loop and wl_event_source objects. Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk> Reviewed-by: Yong Bakos <ybakos@humanoriented.com> [Pekka: fixed typos pointed by Yong] [Pekka: fixed typos pointed by Christopher] Reviewed-By: Christopher James Halse Rogers <christopher.halse.rogers@canonical.com>
This commit is contained in:
parent
b88ada0760
commit
3ea73cba04
3 changed files with 321 additions and 1 deletions
|
|
@ -19,6 +19,7 @@ scanned_src_files_Client = \
|
|||
|
||||
scanned_src_files_Server = \
|
||||
$(scanned_src_files_shared) \
|
||||
$(top_srcdir)/src/event-loop.c \
|
||||
$(top_srcdir)/src/wayland-server.c \
|
||||
$(top_srcdir)/src/wayland-server.h \
|
||||
$(top_srcdir)/src/wayland-server-core.h \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue