GCredentialsType

Enumeration describing different kinds of native credential types. 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_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. Since 2.26

Values

ValueMeaning
TYPE_INVALID
TYPE_LINUX_UCRED
TYPE_FREEBSD_CMSGCRED
TYPE_OPENBSD_SOCKPEERCRED

Meta