Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

  1. module Distribution.Types.SetupBuildInfo

    No documentation available.

  2. data SetupBuildInfo

    Cabal-syntax Distribution.Types.SetupBuildInfo

    No documentation available.

  3. SetupBuildInfo :: [Dependency] -> Bool -> SetupBuildInfo

    Cabal-syntax Distribution.Types.SetupBuildInfo

    No documentation available.

  4. data SetupBuildInfo

    Cabal-syntax Distribution.Types.SetupBuildInfo.Lens

    No documentation available.

  5. type SettingsBindGetMapping = GValue -> GVariant -> IO Bool

    gi-gio GI.Gio.Callbacks

    The type for the function that is used to convert from Settings to an object property. The value is already initialized to hold values of the appropriate type.

  6. type SettingsBindGetMapping_WithClosures = GValue -> GVariant -> Ptr () -> IO Bool

    gi-gio GI.Gio.Callbacks

    The type for the function that is used to convert from Settings to an object property. The value is already initialized to hold values of the appropriate type.

  7. type SettingsBindSetMapping = GValue -> VariantType -> IO Maybe GVariant

    gi-gio GI.Gio.Callbacks

    The type for the function that is used to convert an object property value to a GVariant for storing it in Settings.

  8. type SettingsBindSetMapping_WithClosures = GValue -> VariantType -> Ptr () -> IO Maybe GVariant

    gi-gio GI.Gio.Callbacks

    The type for the function that is used to convert an object property value to a GVariant for storing it in Settings.

  9. type SettingsGetMapping = Maybe GVariant -> IO (Bool, Ptr ())

    gi-gio GI.Gio.Callbacks

    The type of the function that is used to convert from a value stored in a Settings to a value that is useful to the application. If the value is successfully mapped, the result should be stored at result and True returned. If mapping fails (for example, if value is not in the right format) then False should be returned. If value is Nothing then it means that the mapping function is being given a "last chance" to successfully return a valid value. True must be returned in this case.

  10. type SettingsGetMapping_WithClosures = Maybe GVariant -> Ptr () -> IO (Bool, Ptr ())

    gi-gio GI.Gio.Callbacks

    The type of the function that is used to convert from a value stored in a Settings to a value that is useful to the application. If the value is successfully mapped, the result should be stored at result and True returned. If mapping fails (for example, if value is not in the right format) then False should be returned. If value is Nothing then it means that the mapping function is being given a "last chance" to successfully return a valid value. True must be returned in this case.

Page 31 of many | Previous | Next