mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-02 05:43:07 +02:00
Merge branch 'wip/smcv/credentials-docs' into 'master'
GCredentials documentation fixes See merge request GNOME/glib!1456
This commit is contained in:
commit
e4e875a91f
@ -51,22 +51,22 @@
|
|||||||
* #GUnixCredentialsMessage, g_unix_connection_send_credentials() and
|
* #GUnixCredentialsMessage, g_unix_connection_send_credentials() and
|
||||||
* g_unix_connection_receive_credentials() for details.
|
* g_unix_connection_receive_credentials() for details.
|
||||||
*
|
*
|
||||||
* On Linux, the native credential type is a struct ucred - see the
|
* On Linux, the native credential type is a `struct ucred` - see the
|
||||||
* unix(7) man page for details. This corresponds to
|
* unix(7) man page for details. This corresponds to
|
||||||
* %G_CREDENTIALS_TYPE_LINUX_UCRED.
|
* %G_CREDENTIALS_TYPE_LINUX_UCRED.
|
||||||
*
|
*
|
||||||
* On FreeBSD, Debian GNU/kFreeBSD, and GNU/Hurd, the native
|
* On FreeBSD, Debian GNU/kFreeBSD, and GNU/Hurd, the native
|
||||||
* credential type is a struct cmsgcred. This corresponds
|
* credential type is a `struct cmsgcred`. This corresponds
|
||||||
* to %G_CREDENTIALS_TYPE_FREEBSD_CMSGCRED.
|
* to %G_CREDENTIALS_TYPE_FREEBSD_CMSGCRED.
|
||||||
*
|
*
|
||||||
* On NetBSD, the native credential type is a struct unpcbid.
|
* On NetBSD, the native credential type is a `struct unpcbid`.
|
||||||
* This corresponds to %G_CREDENTIALS_TYPE_NETBSD_UNPCBID.
|
* This corresponds to %G_CREDENTIALS_TYPE_NETBSD_UNPCBID.
|
||||||
*
|
*
|
||||||
* On OpenBSD, the native credential type is a struct sockpeercred.
|
* On OpenBSD, the native credential type is a `struct sockpeercred`.
|
||||||
* This corresponds to %G_CREDENTIALS_TYPE_OPENBSD_SOCKPEERCRED.
|
* This corresponds to %G_CREDENTIALS_TYPE_OPENBSD_SOCKPEERCRED.
|
||||||
*
|
*
|
||||||
* On Solaris (including OpenSolaris and its derivatives), the native
|
* On Solaris (including OpenSolaris and its derivatives), the native
|
||||||
* credential type is a ucred_t. This corresponds to
|
* credential type is a `ucred_t`. This corresponds to
|
||||||
* %G_CREDENTIALS_TYPE_SOLARIS_UCRED.
|
* %G_CREDENTIALS_TYPE_SOLARIS_UCRED.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -1423,11 +1423,11 @@ typedef enum
|
|||||||
/**
|
/**
|
||||||
* GCredentialsType:
|
* GCredentialsType:
|
||||||
* @G_CREDENTIALS_TYPE_INVALID: Indicates an invalid native credential type.
|
* @G_CREDENTIALS_TYPE_INVALID: Indicates an invalid native credential type.
|
||||||
* @G_CREDENTIALS_TYPE_LINUX_UCRED: The native credentials type is a struct ucred.
|
* @G_CREDENTIALS_TYPE_LINUX_UCRED: The native credentials type is a `struct ucred`.
|
||||||
* @G_CREDENTIALS_TYPE_FREEBSD_CMSGCRED: The native credentials type is a struct cmsgcred.
|
* @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_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_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.
|
* Enumeration describing different kinds of native credential types.
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user