| Copyright | Will Thompson and Iñaki García Etxebarria |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria |
| Safe Haskell | None |
| Language | Haskell2010 |
GI.Vte.Flags
Description
Synopsis
- data FeatureFlags
- data PropertyFlags
- data PtyFlags
- data UuidFormat
Flags
FeatureFlags
data FeatureFlags Source #
An enumeration type for features.
Since: 0.62
Constructors
| FeatureFlagsFlagBidi | whether VTE was built with bidirectional text support |
| FeatureFlagsFlagIcu | whether VTE was built with ICU support |
| FeatureFlagsFlagSystemd | whether VTE was built with systemd support |
| FeatureFlagsFlagSixel | whether VTE was built with SIXEL support |
| FeatureFlagsFlagsMask | mask of all feature flags |
| AnotherFeatureFlags Int | Catch-all for unknown values |
Instances
PropertyFlags
data PropertyFlags Source #
A flags type.
Since: 0.78
Constructors
| PropertyFlagsNone | no flags, default |
| PropertyFlagsEphemeral | denotes an ephemeral termprop |
| AnotherPropertyFlags Int | Catch-all for unknown values |
Instances
PtyFlags
No description available in the introspection data.
Constructors
| PtyFlagsNoLastlog | Unused. Deprecated: 0.38 |
| PtyFlagsNoUtmp | Unused. Deprecated: 0.38 |
| PtyFlagsNoWtmp | Unused. Deprecated: 0.38 |
| PtyFlagsNoHelper | Unused. Deprecated: 0.38 |
| PtyFlagsNoFallback | Unused. Deprecated: 0.38 |
| PtyFlagsNoSession | Do not start a new session for the child in
|
| PtyFlagsNoCtty | Do not set the PTY as the controlling TTY for the child
in |
| PtyFlagsDefault | the default flags |
| AnotherPtyFlags Int | Catch-all for unknown values |
Instances
| Enum PtyFlags Source # | |
| Show PtyFlags Source # | |
| Eq PtyFlags Source # | |
| Ord PtyFlags Source # | |
Defined in GI.Vte.Flags | |
| BoxedFlags PtyFlags Source # | |
Defined in GI.Vte.Flags | |
| IsGFlag PtyFlags Source # | |
Defined in GI.Vte.Flags | |
| TypedObject PtyFlags Source # | |
Defined in GI.Vte.Flags | |
| HasParentTypes PtyFlags Source # | |
Defined in GI.Vte.Flags | |
| type ParentTypes PtyFlags Source # | |
Defined in GI.Vte.Flags | |
UuidFormat
data UuidFormat Source #
No description available in the introspection data.
Constructors
| UuidFormatSimple | No description available in the introspection data. |
| UuidFormatBraced | No description available in the introspection data. |
| UuidFormatUrn | No description available in the introspection data. |
| UuidFormatAny | No description available in the introspection data. |
| AnotherUuidFormat Int | Catch-all for unknown values |