enum
Gio::CredentialsType
Overview
Enumeration describing different kinds of native credential types.
Defined in:
lib/gi-crystal/src/auto/gio-2.0/gio.crEnum Members
-
Invalid =
0_u32 -
Indicates an invalid native credential type.
-
LinuxUcred =
1_u32 -
The native credentials type is a
struct ucred. -
FreebsdCmsgcred =
2_u32 -
The native credentials type is a
struct cmsgcred. -
OpenbsdSockpeercred =
3_u32 -
The native credentials type is a
struct sockpeercred. Added in 2.30. -
SolarisUcred =
4_u32 -
The native credentials type is a
ucred_t. Added in 2.40. -
NetbsdUnpcbid =
5_u32 -
The native credentials type is a
struct unpcbid. Added in 2.42. -
AppleXucred =
6_u32 -
The native credentials type is a
struct xucred. Added in 2.66. -
Win32Pid =
7_u32 -
The native credentials type is a PID
DWORD. Added in 2.72.
Class Method Summary
-
.g_type : UInt64
Returns the type id (GType) registered in GLib type system.
Instance Method Summary
-
#apple_xucred?
Returns
trueif this enum value equalsAppleXucred -
#freebsd_cmsgcred?
Returns
trueif this enum value equalsFreebsdCmsgcred -
#invalid?
Returns
trueif this enum value equalsInvalid -
#linux_ucred?
Returns
trueif this enum value equalsLinuxUcred -
#netbsd_unpcbid?
Returns
trueif this enum value equalsNetbsdUnpcbid -
#openbsd_sockpeercred?
Returns
trueif this enum value equalsOpenbsdSockpeercred -
#solaris_ucred?
Returns
trueif this enum value equalsSolarisUcred -
#win32_pid?
Returns
trueif this enum value equalsWin32Pid
Class methods inherited from struct Enum
g_type : UInt64
g_type
Class Method Detail
Returns the type id (GType) registered in GLib type system.