gi-vte-2.91.35: Vte bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.Vte.Flags

Description

 
Synopsis

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

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

Instances details
Enum PropertyFlags Source # 
Instance details

Defined in GI.Vte.Flags

Show PropertyFlags Source # 
Instance details

Defined in GI.Vte.Flags

Eq PropertyFlags Source # 
Instance details

Defined in GI.Vte.Flags

Ord PropertyFlags Source # 
Instance details

Defined in GI.Vte.Flags

BoxedFlags PropertyFlags Source # 
Instance details

Defined in GI.Vte.Flags

IsGFlag PropertyFlags Source # 
Instance details

Defined in GI.Vte.Flags

TypedObject PropertyFlags Source # 
Instance details

Defined in GI.Vte.Flags

Methods

glibType :: IO GType #

HasParentTypes PropertyFlags Source # 
Instance details

Defined in GI.Vte.Flags

type ParentTypes PropertyFlags Source # 
Instance details

Defined in GI.Vte.Flags

type ParentTypes PropertyFlags = '[] :: [Type]

PtyFlags

data PtyFlags Source #

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 ptyChildSetup. See man:setsid(2) for more information. Since: 0.58

PtyFlagsNoCtty

Do not set the PTY as the controlling TTY for the child in ptyChildSetup. See man:tty_ioctl(4) for more information. Since: 0.58

PtyFlagsDefault

the default flags

AnotherPtyFlags Int

Catch-all for unknown values

Instances

Instances details
Enum PtyFlags Source # 
Instance details

Defined in GI.Vte.Flags

Show PtyFlags Source # 
Instance details

Defined in GI.Vte.Flags

Eq PtyFlags Source # 
Instance details

Defined in GI.Vte.Flags

Ord PtyFlags Source # 
Instance details

Defined in GI.Vte.Flags

BoxedFlags PtyFlags Source # 
Instance details

Defined in GI.Vte.Flags

IsGFlag PtyFlags Source # 
Instance details

Defined in GI.Vte.Flags

TypedObject PtyFlags Source # 
Instance details

Defined in GI.Vte.Flags

Methods

glibType :: IO GType #

HasParentTypes PtyFlags Source # 
Instance details

Defined in GI.Vte.Flags

type ParentTypes PtyFlags Source # 
Instance details

Defined in GI.Vte.Flags

type ParentTypes PtyFlags = '[] :: [Type]

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

Instances

Instances details
Enum UuidFormat Source # 
Instance details

Defined in GI.Vte.Flags

Show UuidFormat Source # 
Instance details

Defined in GI.Vte.Flags

Eq UuidFormat Source # 
Instance details

Defined in GI.Vte.Flags

Ord UuidFormat Source # 
Instance details

Defined in GI.Vte.Flags

BoxedFlags UuidFormat Source # 
Instance details

Defined in GI.Vte.Flags

IsGFlag UuidFormat Source # 
Instance details

Defined in GI.Vte.Flags

TypedObject UuidFormat Source # 
Instance details

Defined in GI.Vte.Flags

Methods

glibType :: IO GType #

HasParentTypes UuidFormat Source # 
Instance details

Defined in GI.Vte.Flags

type ParentTypes UuidFormat Source # 
Instance details

Defined in GI.Vte.Flags

type ParentTypes UuidFormat = '[] :: [Type]