Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

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

  1. noBindingTransformFunc :: Maybe BindingTransformFunc

    gi-gobject GI.GObject.Callbacks

    A convenience synonym for Nothing :: Maybe BindingTransformFunc.

  2. noBindingTransformFunc_WithClosures :: Maybe BindingTransformFunc_WithClosures

    gi-gobject GI.GObject.Callbacks

    A convenience synonym for Nothing :: Maybe BindingTransformFunc_WithClosures.

  3. noValueTransform :: Maybe ValueTransform

    gi-gobject GI.GObject.Callbacks

    A convenience synonym for Nothing :: Maybe ValueTransform.

  4. wrap_BindingTransformFunc :: Maybe (Ptr (FunPtr C_BindingTransformFunc)) -> BindingTransformFunc_WithClosures -> C_BindingTransformFunc

    gi-gobject GI.GObject.Callbacks

    Wrap a BindingTransformFunc into a C_BindingTransformFunc.

  5. wrap_ValueTransform :: Maybe (Ptr (FunPtr C_ValueTransform)) -> ValueTransform -> C_ValueTransform

    gi-gobject GI.GObject.Callbacks

    Wrap a ValueTransform into a C_ValueTransform.

  6. pattern VALUE_COLLECT_FORMAT_MAX_LENGTH :: Int32

    gi-gobject GI.GObject.Constants

    The maximal number of GTypeCValues which can be collected for a single Value.

  7. objectForceFloating :: (HasCallStack, MonadIO m, IsObject a) => a -> m ()

    gi-gobject GI.GObject.Objects.Object

    This function is intended for Object implementations to re-enforce a [floating][floating-ref] object reference. Doing this is seldom required: all GInitiallyUnowneds are created with a floating reference which usually just needs to be sunken by calling objectRefSink. Since: 2.10

  8. clearTypeValueTableCollectFormat :: MonadIO m => TypeValueTable -> m ()

    gi-gobject GI.GObject.Structs.TypeValueTable

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

    clear #collectFormat
    

  9. clearTypeValueTableLcopyFormat :: MonadIO m => TypeValueTable -> m ()

    gi-gobject GI.GObject.Structs.TypeValueTable

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

    clear #lcopyFormat
    

  10. getTypeValueTableCollectFormat :: MonadIO m => TypeValueTable -> m (Maybe Text)

    gi-gobject GI.GObject.Structs.TypeValueTable

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

    get typeValueTable #collectFormat
    

Page 535 of many | Previous | Next