Hoogle Search
Within LTS Haskell 24.35 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
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.
-
gi-gio GI.Gio.Callbacks A simple wrapper that ignores the closure arguments.
-
gi-gio GI.Gio.Callbacks A simple wrapper that ignores the closure arguments.
drop_closures_SettingsGetMapping :: SettingsGetMapping -> SettingsGetMapping_WithClosuresgi-gio GI.Gio.Callbacks A simple wrapper that ignores the closure arguments.
-
gi-gio GI.Gio.Callbacks Given a pointer to a foreign C function, wrap it into a function callable from Haskell.
-
gi-gio GI.Gio.Callbacks Given a pointer to a foreign C function, wrap it into a function callable from Haskell.