gi-dazzle-1.0.2: libdazzle bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.Dazzle.Structs.ShortcutChord

Description

No description available in the introspection data.

Synopsis

Exported types

newtype ShortcutChord Source #

Memory-managed wrapper type.

Constructors

ShortcutChord (ManagedPtr ShortcutChord) 

Instances

Instances details
Eq ShortcutChord Source # 
Instance details

Defined in GI.Dazzle.Structs.ShortcutChord

GBoxed ShortcutChord Source # 
Instance details

Defined in GI.Dazzle.Structs.ShortcutChord

ManagedPtrNewtype ShortcutChord Source # 
Instance details

Defined in GI.Dazzle.Structs.ShortcutChord

Methods

toManagedPtr :: ShortcutChord -> ManagedPtr ShortcutChord

TypedObject ShortcutChord Source # 
Instance details

Defined in GI.Dazzle.Structs.ShortcutChord

Methods

glibType :: IO GType

HasParentTypes ShortcutChord Source # 
Instance details

Defined in GI.Dazzle.Structs.ShortcutChord

IsGValue (Maybe ShortcutChord) Source #

Convert ShortcutChord to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Dazzle.Structs.ShortcutChord

Methods

gvalueGType_ :: IO GType

gvalueSet_ :: Ptr GValue -> Maybe ShortcutChord -> IO ()

gvalueGet_ :: Ptr GValue -> IO (Maybe ShortcutChord)

type ParentTypes ShortcutChord Source # 
Instance details

Defined in GI.Dazzle.Structs.ShortcutChord

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

Methods

Click to display all available methods, including inherited ones

Expand

Methods

appendEvent, copy, free, hasModifier, match, toString.

Getters

getLabel, getLength, getNthKey.

Setters

None.

appendEvent

shortcutChordAppendEvent :: (HasCallStack, MonadIO m) => ShortcutChord -> EventKey -> m Bool Source #

No description available in the introspection data.

copy

shortcutChordCopy :: (HasCallStack, MonadIO m) => ShortcutChord -> m ShortcutChord Source #

No description available in the introspection data.

equal

shortcutChordEqual :: (HasCallStack, MonadIO m) => Ptr () -> Ptr () -> m Bool Source #

No description available in the introspection data.

free

shortcutChordFree :: (HasCallStack, MonadIO m) => ShortcutChord -> m () Source #

No description available in the introspection data.

getLabel

shortcutChordGetLabel :: (HasCallStack, MonadIO m) => ShortcutChord -> m Text Source #

No description available in the introspection data.

getLength

shortcutChordGetLength :: (HasCallStack, MonadIO m) => ShortcutChord -> m Word32 Source #

No description available in the introspection data.

getNthKey

shortcutChordGetNthKey :: (HasCallStack, MonadIO m) => ShortcutChord -> Word32 -> Word32 -> [ModifierType] -> m () Source #

No description available in the introspection data.

hasModifier

shortcutChordHasModifier :: (HasCallStack, MonadIO m) => ShortcutChord -> m Bool Source #

No description available in the introspection data.

hash

shortcutChordHash :: (HasCallStack, MonadIO m) => Ptr () -> m Word32 Source #

No description available in the introspection data.

match

shortcutChordMatch :: (HasCallStack, MonadIO m) => ShortcutChord -> ShortcutChord -> m ShortcutMatch Source #

No description available in the introspection data.

newFromEvent

shortcutChordNewFromEvent :: (HasCallStack, MonadIO m) => EventKey -> m ShortcutChord Source #

No description available in the introspection data.

newFromString

shortcutChordNewFromString :: (HasCallStack, MonadIO m) => Text -> m ShortcutChord Source #

No description available in the introspection data.

toString

shortcutChordToString :: (HasCallStack, MonadIO m) => ShortcutChord -> m Text Source #

No description available in the introspection data.