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.
module Distribution.Types.
SetupBuildInfo No documentation available.
-
Cabal-syntax Distribution.Types.SetupBuildInfo No documentation available.
SetupBuildInfo :: [Dependency] -> Bool -> SetupBuildInfoCabal-syntax Distribution.Types.SetupBuildInfo No documentation available.
-
Cabal-syntax Distribution.Types.SetupBuildInfo.Lens No documentation available.
type
SettingsBindGetMapping = GValue -> GVariant -> IO Boolgi-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.
type
SettingsBindGetMapping_WithClosures = GValue -> GVariant -> Ptr () -> IO Boolgi-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.
type
SettingsBindSetMapping = GValue -> VariantType -> IO Maybe GVariantgi-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.
type
SettingsBindSetMapping_WithClosures = GValue -> VariantType -> Ptr () -> IO Maybe GVariantgi-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.
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.
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.