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

GI.Vte.Flags

Description

 
Synopsis

Flags

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

Eq PtyFlags Source # 
Instance details

Defined in GI.Vte.Flags

Methods

(==) :: PtyFlags -> PtyFlags -> Bool

(/=) :: PtyFlags -> PtyFlags -> Bool

Ord PtyFlags Source # 
Instance details

Defined in GI.Vte.Flags

Methods

compare :: PtyFlags -> PtyFlags -> Ordering

(<) :: PtyFlags -> PtyFlags -> Bool

(<=) :: PtyFlags -> PtyFlags -> Bool

(>) :: PtyFlags -> PtyFlags -> Bool

(>=) :: PtyFlags -> PtyFlags -> Bool

max :: PtyFlags -> PtyFlags -> PtyFlags

min :: PtyFlags -> PtyFlags -> PtyFlags

Show PtyFlags Source # 
Instance details

Defined in GI.Vte.Flags

Methods

showsPrec :: Int -> PtyFlags -> ShowS

show :: PtyFlags -> String

showList :: [PtyFlags] -> ShowS

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]