mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-04 08:23:38 +02:00
gcredentials: add Solaris support
Based on patches from Igor Pashev. https://bugzilla.gnome.org/show_bug.cgi?id=705029
This commit is contained in:
@@ -1342,6 +1342,7 @@ typedef enum
|
||||
* @G_CREDENTIALS_TYPE_LINUX_UCRED: The native credentials type is a <type>struct ucred</type>.
|
||||
* @G_CREDENTIALS_TYPE_FREEBSD_CMSGCRED: The native credentials type is a <type>struct cmsgcred</type>.
|
||||
* @G_CREDENTIALS_TYPE_OPENBSD_SOCKPEERCRED: The native credentials type is a <type>struct sockpeercred</type>. Added in 2.30.
|
||||
* @G_CREDENTIALS_TYPE_SOLARIS_UCRED: The native credentials type is a <type>ucred_t</type>. Added in 2.40.
|
||||
*
|
||||
* Enumeration describing different kinds of native credential types.
|
||||
*
|
||||
@@ -1352,7 +1353,8 @@ typedef enum
|
||||
G_CREDENTIALS_TYPE_INVALID,
|
||||
G_CREDENTIALS_TYPE_LINUX_UCRED,
|
||||
G_CREDENTIALS_TYPE_FREEBSD_CMSGCRED,
|
||||
G_CREDENTIALS_TYPE_OPENBSD_SOCKPEERCRED
|
||||
G_CREDENTIALS_TYPE_OPENBSD_SOCKPEERCRED,
|
||||
G_CREDENTIALS_TYPE_SOLARIS_UCRED
|
||||
} GCredentialsType;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user