Copyright | Will Thompson and Iñaki García Etxebarria |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
GI.Dazzle.Structs.ShortcutChord
Description
No description available in the introspection data.
Synopsis
- newtype ShortcutChord = ShortcutChord (ManagedPtr ShortcutChord)
- shortcutChordAppendEvent :: (HasCallStack, MonadIO m) => ShortcutChord -> EventKey -> m Bool
- shortcutChordCopy :: (HasCallStack, MonadIO m) => ShortcutChord -> m ShortcutChord
- shortcutChordEqual :: (HasCallStack, MonadIO m) => Ptr () -> Ptr () -> m Bool
- shortcutChordFree :: (HasCallStack, MonadIO m) => ShortcutChord -> m ()
- shortcutChordGetLabel :: (HasCallStack, MonadIO m) => ShortcutChord -> m Text
- shortcutChordGetLength :: (HasCallStack, MonadIO m) => ShortcutChord -> m Word32
- shortcutChordGetNthKey :: (HasCallStack, MonadIO m) => ShortcutChord -> Word32 -> Word32 -> [ModifierType] -> m ()
- shortcutChordHasModifier :: (HasCallStack, MonadIO m) => ShortcutChord -> m Bool
- shortcutChordHash :: (HasCallStack, MonadIO m) => Ptr () -> m Word32
- shortcutChordMatch :: (HasCallStack, MonadIO m) => ShortcutChord -> ShortcutChord -> m ShortcutMatch
- shortcutChordNewFromEvent :: (HasCallStack, MonadIO m) => EventKey -> m ShortcutChord
- shortcutChordNewFromString :: (HasCallStack, MonadIO m) => Text -> m ShortcutChord
- shortcutChordToString :: (HasCallStack, MonadIO m) => ShortcutChord -> m Text
Exported types
newtype ShortcutChord Source #
Memory-managed wrapper type.
Constructors
ShortcutChord (ManagedPtr ShortcutChord) |
Instances
Eq ShortcutChord Source # | |
Defined in GI.Dazzle.Structs.ShortcutChord Methods (==) :: ShortcutChord -> ShortcutChord -> Bool # (/=) :: ShortcutChord -> ShortcutChord -> Bool # | |
GBoxed ShortcutChord Source # | |
Defined in GI.Dazzle.Structs.ShortcutChord | |
ManagedPtrNewtype ShortcutChord Source # | |
Defined in GI.Dazzle.Structs.ShortcutChord Methods toManagedPtr :: ShortcutChord -> ManagedPtr ShortcutChord | |
TypedObject ShortcutChord Source # | |
Defined in GI.Dazzle.Structs.ShortcutChord | |
HasParentTypes ShortcutChord Source # | |
Defined in GI.Dazzle.Structs.ShortcutChord | |
IsGValue (Maybe ShortcutChord) Source # | Convert |
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 # | |
Defined in GI.Dazzle.Structs.ShortcutChord |
Methods
Click to display all available methods, including inherited ones
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.