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?
- #can_override_app_id?
- #flags_none?
- #handles_command_line?
- #handles_open?
- #is_launcher?
- #is_service?
- #non_unique?
- #none?
- #replace?
- #send_environment?
Class methods inherited from struct Enum
g_type : UInt64
g_type
Class Method Detail
Returns the type id (GType) registered in GLib type system.