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.ShortcutChordTable

Description

No description available in the introspection data.

Synopsis

Exported types

Methods

Click to display all available methods, including inherited ones

Expand

Methods

add, foreach, free, lookup, lookupData, printf, remove, removeData, size.

Getters

None.

Setters

setFreeFunc.

add

shortcutChordTableAdd :: (HasCallStack, MonadIO m) => ShortcutChordTable -> ShortcutChord -> Ptr () -> m () Source #

No description available in the introspection data.

foreach

shortcutChordTableForeach Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> ShortcutChordTable

self: a ShortcutChordTable

-> ShortcutChordTableForeach

foreachFunc: A callback for each chord

-> m () 

This function will call foreachFunc for each chord in the table.

free

shortcutChordTableFree :: (HasCallStack, MonadIO m) => ShortcutChordTable -> m () Source #

No description available in the introspection data.

lookup

shortcutChordTableLookup :: (HasCallStack, MonadIO m) => ShortcutChordTable -> ShortcutChord -> Ptr () -> m ShortcutMatch Source #

No description available in the introspection data.

lookupData

shortcutChordTableLookupData :: (HasCallStack, MonadIO m) => ShortcutChordTable -> Ptr () -> m ShortcutChord Source #

No description available in the introspection data.

printf

shortcutChordTablePrintf :: (HasCallStack, MonadIO m) => ShortcutChordTable -> m () Source #

No description available in the introspection data.

remove

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

No description available in the introspection data.

removeData

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

No description available in the introspection data.

setFreeFunc

shortcutChordTableSetFreeFunc :: (HasCallStack, MonadIO m) => ShortcutChordTable -> DestroyNotify -> m () Source #

No description available in the introspection data.

size

shortcutChordTableSize :: (HasCallStack, MonadIO m) => ShortcutChordTable -> m Word32 Source #

No description available in the introspection data.