From e2b297d5b87bd793dddc96d5a4e61931cfe4c643 Mon Sep 17 00:00:00 2001 From: kotontrion Date: Wed, 30 Oct 2024 08:26:18 +0100 Subject: auth: fix gir warning --- lib/auth/src/pam.c | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/auth/src') diff --git a/lib/auth/src/pam.c b/lib/auth/src/pam.c index d0afec4..f50107e 100644 --- a/lib/auth/src/pam.c +++ b/lib/auth/src/pam.c @@ -58,7 +58,6 @@ static GParamSpec *astal_auth_pam_properties[ASTAL_AUTH_PAM_N_PROPERTIES] = { G_DEFINE_TYPE_WITH_PRIVATE(AstalAuthPam, astal_auth_pam, G_TYPE_OBJECT); /** - * * AstalAuthPam * * For simple authentication using only a password, using the [func@AstalAuth.Pam.authenticate] -- cgit v1.2.3