Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. clearClassVTableEnumerateProperties :: MonadIO m => ClassVTable -> m ()

    gi-javascriptcore6 GI.JavaScriptCore.Structs.ClassVTable

    Set the value of the “enumerate_properties” field to Nothing. When overloading is enabled, this is equivalent to

    clear #enumerateProperties
    

  2. getClassVTableEnumerateProperties :: MonadIO m => ClassVTable -> m (Maybe ClassEnumeratePropertiesFunction)

    gi-javascriptcore6 GI.JavaScriptCore.Structs.ClassVTable

    Get the value of the “enumerate_properties” field. When overloading is enabled, this is equivalent to

    get classVTable #enumerateProperties
    

  3. setClassVTableEnumerateProperties :: MonadIO m => ClassVTable -> FunPtr C_ClassEnumeratePropertiesFunction -> m ()

    gi-javascriptcore6 GI.JavaScriptCore.Structs.ClassVTable

    Set the value of the “enumerate_properties” field. When overloading is enabled, this is equivalent to

    set classVTable [ #enumerateProperties := value ]
    

  4. clearTerminalContextMenuModel :: (MonadIO m, IsTerminal o) => o -> m ()

    gi-vte GI.Vte.Objects.Terminal

    Set the value of the “context-menu-model” property to Nothing. When overloading is enabled, this is equivalent to

    clear #contextMenuModel
    

  5. constructTerminalContextMenuModel :: (IsTerminal o, MonadIO m, IsMenuModel a) => a -> m (GValueConstruct o)

    gi-vte GI.Vte.Objects.Terminal

    Construct a GValueConstruct with valid value for the “context-menu-model” property. This is rarely needed directly, but it is used by new.

  6. getTerminalContextMenuModel :: (MonadIO m, IsTerminal o) => o -> m (Maybe MenuModel)

    gi-vte GI.Vte.Objects.Terminal

    Get the value of the “context-menu-model” property. When overloading is enabled, this is equivalent to

    get terminal #contextMenuModel
    

  7. setTerminalContextMenuModel :: (MonadIO m, IsTerminal o, IsMenuModel a) => o -> a -> m ()

    gi-vte GI.Vte.Objects.Terminal

    Set the value of the “context-menu-model” property. When overloading is enabled, this is equivalent to

    set terminal [ #contextMenuModel := value ]
    

  8. terminalGetContextMenuModel :: (HasCallStack, MonadIO m, IsTerminal a) => a -> m (Maybe MenuModel)

    gi-vte GI.Vte.Objects.Terminal

    No description available in the introspection data. Since: 0.76

  9. terminalSetContextMenuModel :: (HasCallStack, MonadIO m, IsTerminal a, IsMenuModel b) => a -> Maybe b -> m ()

    gi-vte GI.Vte.Objects.Terminal

    Sets model as the context menu model in terminal. Use Nothing to unset the current menu model. Since: 0.76

  10. pattern GL_INVALID_ENUM :: (Eq a, Num a) => a

    gl Graphics.GL.Core32

    No documentation available.

Page 217 of many | Previous | Next