enum
Gio::ApplicationFlags
Defined in:
lib/gi-crystal/src/auto/gio-2.0/gio.crEnum Members
-
FlagsNone =
0_u32
-
IsService =
1_u32
-
IsLauncher =
2_u32
-
HandlesOpen =
4_u32
-
HandlesCommandLine =
8_u32
-
SendEnvironment =
16_u32
-
NonUnique =
32_u32
-
CanOverrideAppId =
64_u32
-
AllowReplacement =
128_u32
-
Replace =
256_u32
-
None =
0_u32
-
All =
511_u32
Class Method Summary
-
.g_type : UInt64
Returns the type id (GType) registered in GLib type system.
Instance Method Summary
-
#allow_replacement?
Returns
true
if this enum value containsAllowReplacement
-
#can_override_app_id?
Returns
true
if this enum value containsCanOverrideAppId
-
#flags_none?
Returns
true
if this enum value containsFlagsNone
-
#handles_command_line?
Returns
true
if this enum value containsHandlesCommandLine
-
#handles_open?
Returns
true
if this enum value containsHandlesOpen
-
#is_launcher?
Returns
true
if this enum value containsIsLauncher
-
#is_service?
Returns
true
if this enum value containsIsService
-
#non_unique?
Returns
true
if this enum value containsNonUnique
- #none?
-
#replace?
Returns
true
if this enum value containsReplace
-
#send_environment?
Returns
true
if this enum value containsSendEnvironment
Class methods inherited from struct Enum
g_type : UInt64
g_type
Class Method Detail
Returns the type id (GType) registered in GLib type system.