comparison man/mlk_action_start.3 @ 480:c1f64d451230

core: mlk_action has a start callback
author David Demelier <markand@malikania.fr>
date Mon, 27 Feb 2023 17:26:00 +0100
parents
children
comparison
equal deleted inserted replaced
479:8e41ed5474cf 480:c1f64d451230
1 .Dd $Mdocdate$
2 .Dt MLK_ACTION_START 3
3 .Os
4 .Sh NAME
5 .Nm mlk_action_start
6 .Nd start an action
7 .Sh LIBRARY
8 libmlk-core (-lmlk-core)
9 .Sh SYNOPSIS
10 .In mlk/core/action.h
11 .Ft void
12 .Fn mlk_action_start "struct mlk_action *self"
13 .Sh DESCRIPTION
14 Invoke the start callback on the action
15 .Fa self
16 if it is not null.
17 .Sh SEE ALSO
18 .Xr mlk-action 3
19 .Sh AUTHORS
20 The
21 .Nm
22 library was written by
23 .An David Demelier Aq Mt markand@malikania.fr .