Module: Gio::CredentialsType

Defined in:
(unknown)

Constant Summary collapse

INVALID =

Indicates an invalid native credential type.

0 or :invalid
LINUX_UCRED =

The native credentials type is a struct ucred.

1 or :linux_ucred
FREEBSD_CMSGCRED =

The native credentials type is a struct cmsgcred.

2 or :freebsd_cmsgcred
OPENBSD_SOCKPEERCRED =

The native credentials type is a struct sockpeercred. Added in 2.30.

3 or :openbsd_sockpeercred
SOLARIS_UCRED =

The native credentials type is a ucred_t. Added in 2.40.

4 or :solaris_ucred
NETBSD_UNPCBID =

The native credentials type is a struct unpcbid.

5 or :netbsd_unpcbid