summaryrefslogtreecommitdiff
path: root/include/auth.h
diff options
context:
space:
mode:
authorkotontrion <[email protected]>2024-05-20 18:52:34 +0200
committerkotontrion <[email protected]>2024-05-20 18:52:34 +0200
commit6bfba4314162baa0cc7093132d66ea9b8b5370d7 (patch)
tree2b5dd61dc2e1505ee8d8a7db095f46be81b8bcb3 /include/auth.h
parent2308e485ec479dd120baf4496b839612eb96aaa0 (diff)
add: astal-auth executable
Diffstat (limited to 'include/auth.h')
-rw-r--r--include/auth.h2
1 files changed, 1 insertions, 1 deletions
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.