comparison man/mlk_action_handle.3 @ 441:31c1bbc33813

man: document mlk-action
author David Demelier <markand@malikania.fr>
date Mon, 24 Oct 2022 21:29:39 +0200
parents
children
comparison
equal deleted inserted replaced
440:c9bd1ff1ebe1 441:31c1bbc33813
1 .Dd $Mdocdate$
2 .Dt MLK_ACTION_HANDLE 3
3 .Os
4 .Sh NAME
5 .Nm mlk_action_handle
6 .Nd handle an event
7 .Sh LIBRARY
8 libmlk-core (-lmlk-core)
9 .Sh SYNOPSIS
10 .In mlk/core/action.h
11 .Ft void
12 .Fn mlk_action_handle "struct mlk_action *self, const union mlk_event *ev"
13 .Sh DESCRIPTION
14 Invoke the
15 .Va handle
16 callback on the action
17 .Fa self
18 if it is not null with the event
19 .Fa ev
20 .Sh SEE ALSO
21 .Xr mlk-action 3
22 .Sh AUTHORS
23 The
24 .Nm mlk-core
25 library was written by
26 .An David Demelier Aq Mt markand@malikania.fr .