summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Trevisan <mail@3v1n0.net>2023-04-25 08:40:03 +0000
committerJan Rybar <jrybar@redhat.com>2023-04-25 08:40:03 +0000
commit4c6d183b0565185f4f7f9bea9f234326d7ea17d7 (patch)
tree17ec6e2fdb9590ed27f679cf1489ffb279f8799a
parent025e75a9c169bad997d104f0da5c054904e81485 (diff)
downloadpolkit-master.tar.gz
unixgroup: Fix return annotation, so that is really nullableHEADmaster
-rw-r--r--src/polkit/polkitunixgroup.c2
1 files changed, 1 insertions, 1 deletions
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 *