view man/mlk_action_start.3 @ 484:f14b8290b3ce

examples: improve readability
author David Demelier <markand@malikania.fr>
date Mon, 27 Feb 2023 19:47:09 +0100
parents c1f64d451230
children
line wrap: on
line source

.Dd $Mdocdate$
.Dt MLK_ACTION_START 3
.Os
.Sh NAME
.Nm mlk_action_start
.Nd start an action
.Sh LIBRARY
libmlk-core (-lmlk-core)
.Sh SYNOPSIS
.In mlk/core/action.h
.Ft void
.Fn mlk_action_start "struct mlk_action *self"
.Sh DESCRIPTION
Invoke the start callback on the action
.Fa self
if it is not null.
.Sh SEE ALSO
.Xr mlk-action 3
.Sh AUTHORS
The
.Nm
library was written by
.An David Demelier Aq Mt markand@malikania.fr .