mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-06 07:58:44 +02:00
gio: add gcredential support for macOS
[smcv: Apply my review feedback from <https://bugzilla.gnome.org/show_bug.cgi?id=668866>] Co-authored-by: Simon McVittie <smcv@collabora.com> Resolves: https://gitlab.gnome.org/GNOME/glib/issues/507
This commit is contained in:
committed by
Philip Withnall
parent
05cb229082
commit
ec2f60a008
@@ -1428,6 +1428,7 @@ typedef enum
|
||||
* @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`. Added in 2.42.
|
||||
* @G_CREDENTIALS_TYPE_APPLE_XUCRED: The native credentials type is a `struct xucred`. Added in 2.66.
|
||||
*
|
||||
* Enumeration describing different kinds of native credential types.
|
||||
*
|
||||
@@ -1440,7 +1441,8 @@ typedef enum
|
||||
G_CREDENTIALS_TYPE_FREEBSD_CMSGCRED,
|
||||
G_CREDENTIALS_TYPE_OPENBSD_SOCKPEERCRED,
|
||||
G_CREDENTIALS_TYPE_SOLARIS_UCRED,
|
||||
G_CREDENTIALS_TYPE_NETBSD_UNPCBID
|
||||
G_CREDENTIALS_TYPE_NETBSD_UNPCBID,
|
||||
G_CREDENTIALS_TYPE_APPLE_XUCRED,
|
||||
} GCredentialsType;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user