Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. type BindingTransformFunc_WithClosures = Binding -> GValue -> GValue -> Ptr () -> IO Bool

    gi-gobject GI.GObject.Callbacks

    A function to be called to transform fromValue to toValue. If this is the transformTo function of a binding, then fromValue is the sourceProperty on the source object, and toValue is the targetProperty on the target object. If this is the transformFrom function of a BindingFlagsBidirectional binding, then those roles are reversed. Since: 2.26

  2. type C_BindingTransformFunc = Ptr Binding -> Ptr GValue -> Ptr GValue -> Ptr () -> IO CInt

    gi-gobject GI.GObject.Callbacks

    Type for the callback on the (unwrapped) C side.

  3. type C_ValueTransform = Ptr GValue -> Ptr GValue -> IO ()

    gi-gobject GI.GObject.Callbacks

    Type for the callback on the (unwrapped) C side.

  4. type ValueTransform = GValue -> GValue -> IO ()

    gi-gobject GI.GObject.Callbacks

    The type of value transformation functions which can be registered with g_value_register_transform_func(). destValue will be initialized to the correct destination type.

  5. drop_closures_BindingTransformFunc :: BindingTransformFunc -> BindingTransformFunc_WithClosures

    gi-gobject GI.GObject.Callbacks

    A simple wrapper that ignores the closure arguments.

  6. dynamic_BindingTransformFunc :: (HasCallStack, MonadIO m, IsBinding a) => FunPtr C_BindingTransformFunc -> a -> GValue -> GValue -> Ptr () -> m Bool

    gi-gobject GI.GObject.Callbacks

    Given a pointer to a foreign C function, wrap it into a function callable from Haskell.

  7. dynamic_ValueTransform :: (HasCallStack, MonadIO m) => FunPtr C_ValueTransform -> GValue -> GValue -> m ()

    gi-gobject GI.GObject.Callbacks

    Given a pointer to a foreign C function, wrap it into a function callable from Haskell.

  8. genClosure_BindingTransformFunc :: MonadIO m => BindingTransformFunc -> m (GClosure C_BindingTransformFunc)

    gi-gobject GI.GObject.Callbacks

    Wrap the callback into a GClosure.

  9. genClosure_ValueTransform :: MonadIO m => ValueTransform -> m (GClosure C_ValueTransform)

    gi-gobject GI.GObject.Callbacks

    Wrap the callback into a GClosure.

  10. mk_BindingTransformFunc :: C_BindingTransformFunc -> IO (FunPtr C_BindingTransformFunc)

    gi-gobject GI.GObject.Callbacks

    Generate a function pointer callable from C code, from a C_BindingTransformFunc.

Page 534 of many | Previous | Next