enum
GLib::FileSetContentsFlags
Defined in:
lib/gi-crystal/src/auto/g_lib-2.0/g_lib.crEnum Members
-
Consistent =
1_u32
-
Durable =
2_u32
-
OnlyExisting =
4_u32
-
None =
0_u32
-
All =
7_u32
Instance Method Summary
-
#consistent?
Returns
true
if this enum value containsConsistent
-
#durable?
Returns
true
if this enum value containsDurable
- #none?
-
#only_existing?
Returns
true
if this enum value containsOnlyExisting