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.
noBindingTransformFunc :: Maybe BindingTransformFuncgi-gobject GI.GObject.Callbacks A convenience synonym for Nothing :: Maybe BindingTransformFunc.
noBindingTransformFunc_WithClosures :: Maybe BindingTransformFunc_WithClosuresgi-gobject GI.GObject.Callbacks A convenience synonym for Nothing :: Maybe BindingTransformFunc_WithClosures.
noValueTransform :: Maybe ValueTransformgi-gobject GI.GObject.Callbacks A convenience synonym for Nothing :: Maybe ValueTransform.
-
gi-gobject GI.GObject.Callbacks Wrap a BindingTransformFunc into a C_BindingTransformFunc.
wrap_ValueTransform :: Maybe (Ptr (FunPtr C_ValueTransform)) -> ValueTransform -> C_ValueTransformgi-gobject GI.GObject.Callbacks Wrap a ValueTransform into a C_ValueTransform.
pattern
VALUE_COLLECT_FORMAT_MAX_LENGTH :: Int32gi-gobject GI.GObject.Constants The maximal number of GTypeCValues which can be collected for a single Value.
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
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
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
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