From e33b0d041046db19a1097d8fecb8420260903ea2 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 21 Apr 2020 14:31:19 +0100 Subject: [PATCH] GCredentials: Document when NETBSD_UNPCBID was added Signed-off-by: Simon McVittie --- gio/gioenums.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/gioenums.h b/gio/gioenums.h index 2d35faa7a..f6cf6f9d9 100644 --- a/gio/gioenums.h +++ b/gio/gioenums.h @@ -1427,7 +1427,7 @@ typedef enum * @G_CREDENTIALS_TYPE_FREEBSD_CMSGCRED: The native credentials type is a `struct cmsgcred`. * @G_CREDENTIALS_TYPE_OPENBSD_SOCKPEERCRED: The native credentials type is a `struct sockpeercred`. Added in 2.30. * @G_CREDENTIALS_TYPE_SOLARIS_UCRED: The native credentials type is a `ucred_t`. Added in 2.40. - * @G_CREDENTIALS_TYPE_NETBSD_UNPCBID: The native credentials type is a `struct unpcbid`. + * @G_CREDENTIALS_TYPE_NETBSD_UNPCBID: The native credentials type is a `struct unpcbid`. Added in 2.42. * * Enumeration describing different kinds of native credential types. *