enum
Gio::FileAttributeType
Overview
The data types for file attributes.
Defined in:
lib/gi-crystal/src/auto/gio-2.0/gio.crEnum Members
-
Invalid =
0_u32 -
indicates an invalid or uninitialized type.
-
String =
1_u32 -
a null terminated UTF8 string.
-
ByteString =
2_u32 -
a zero terminated string of non-zero bytes.
-
Boolean =
3_u32 -
a boolean value.
-
Uint32 =
4_u32 -
an unsigned 4-byte/32-bit integer.
-
Int32 =
5_u32 -
a signed 4-byte/32-bit integer.
-
Uint64 =
6_u32 -
an unsigned 8-byte/64-bit integer.
-
Int64 =
7_u32 -
a signed 8-byte/64-bit integer.
-
Object =
8_u32 -
a #GObject.
-
Stringv =
9_u32 -
a
nilterminated char **. Since 2.22
Class Method Summary
-
.g_type : UInt64
Returns the type id (GType) registered in GLib type system.
Instance Method Summary
-
#boolean?
Returns
trueif this enum value equalsBoolean -
#byte_string?
Returns
trueif this enum value equalsByteString -
#int32?
Returns
trueif this enum value equalsInt32 -
#int64?
Returns
trueif this enum value equalsInt64 -
#invalid?
Returns
trueif this enum value equalsInvalid -
#object?
Returns
trueif this enum value equalsObject -
#string?
Returns
trueif this enum value equalsString -
#stringv?
Returns
trueif this enum value equalsStringv -
#uint32?
Returns
trueif this enum value equalsUint32 -
#uint64?
Returns
trueif this enum value equalsUint64
Class methods inherited from struct Enum
g_type : UInt64
g_type
Class Method Detail
Returns the type id (GType) registered in GLib type system.