PolicyKit: Branch 'master'
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Tue Apr 25 08:40:05 UTC 2023
src/polkit/polkitunixgroup.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 4c6d183b0565185f4f7f9bea9f234326d7ea17d7
Author: Marco Trevisan <mail at 3v1n0.net>
Date: Tue Apr 25 08:40:03 2023 +0000
unixgroup: Fix return annotation, so that is really nullable
diff --git a/src/polkit/polkitunixgroup.c b/src/polkit/polkitunixgroup.c
index 3df8ba6..fe01dcf 100644
--- a/src/polkit/polkitunixgroup.c
+++ b/src/polkit/polkitunixgroup.c
@@ -203,7 +203,7 @@ polkit_unix_group_new (gint gid)
* Creates a new #PolkitUnixGroup object for a group with the group name
* @name.
*
- * Returns: (transfer full): (allow-none): A #PolkitUnixGroup object or %NULL if @error
+ * Returns: (transfer full) (allow-none): A #PolkitUnixGroup object or %NULL if @error
* is set.
*/
PolkitIdentity *
More information about the hal-commit
mailing list