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. Added in 2.42.

5 or :netbsd_unpcbid
APPLE_XUCRED =

The native credentials type is a struct xucred. Added in 2.66.

6 or :apple_xucred
WIN32_PID =

The native credentials type is a PID DWORD. Added in 2.72.

7 or :win32_pid