From 6bfba4314162baa0cc7093132d66ea9b8b5370d7 Mon Sep 17 00:00:00 2001 From: kotontrion Date: Mon, 20 May 2024 18:52:34 +0200 Subject: add: astal-auth executable --- include/auth.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/auth.h') diff --git a/include/auth.h b/include/auth.h index bc1c28c..9224dde 100644 --- a/include/auth.h +++ b/include/auth.h @@ -74,7 +74,7 @@ gboolean astal_auth_pam_start_authenticate(AstalAuthPam *self); /** * astal_auth_pam_supply_secret * @self: a AstalAuthPam Object - * @secret: (nullable) the secret to be provided to pam. Can be NULL. + * @secret: (nullable): the secret to be provided to pam. Can be NULL. * * provides pam with a secret. This method must be called exactly once after a * auth-* signal is emitted. -- cgit v1.2.3