Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. setParamSpecTypeInfoNPreallocs :: MonadIO m => ParamSpecTypeInfo -> Word16 -> m ()

    gi-gobject GI.GObject.Structs.ParamSpecTypeInfo

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

    set paramSpecTypeInfo [ #nPreallocs := value ]
    

  2. setParamSpecTypeInfoValueSetDefault :: MonadIO m => ParamSpecTypeInfo -> FunPtr C_ParamSpecTypeInfoValueSetDefaultFieldCallback -> m ()

    gi-gobject GI.GObject.Structs.ParamSpecTypeInfo

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

    set paramSpecTypeInfo [ #valueSetDefault := value ]
    

  3. setParamSpecTypeInfoValueType :: MonadIO m => ParamSpecTypeInfo -> GType -> m ()

    gi-gobject GI.GObject.Structs.ParamSpecTypeInfo

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

    set paramSpecTypeInfo [ #valueType := value ]
    

  4. setParamSpecTypeInfoValueValidate :: MonadIO m => ParamSpecTypeInfo -> FunPtr C_ParamSpecTypeInfoValueValidateFieldCallback -> m ()

    gi-gobject GI.GObject.Structs.ParamSpecTypeInfo

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

    set paramSpecTypeInfo [ #valueValidate := value ]
    

  5. setParamSpecTypeInfoValuesCmp :: MonadIO m => ParamSpecTypeInfo -> FunPtr C_ParamSpecTypeInfoValuesCmpFieldCallback -> m ()

    gi-gobject GI.GObject.Structs.ParamSpecTypeInfo

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

    set paramSpecTypeInfo [ #valuesCmp := value ]
    

  6. setParameterName :: MonadIO m => Parameter -> CString -> m ()

    gi-gobject GI.GObject.Structs.Parameter

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

    set parameter [ #name := value ]
    

  7. setParameterValue :: MonadIO m => Parameter -> Ptr GValue -> m ()

    gi-gobject GI.GObject.Structs.Parameter

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

    set parameter [ #value := value ]
    

  8. setSignalInvocationHintDetail :: MonadIO m => SignalInvocationHint -> Word32 -> m ()

    gi-gobject GI.GObject.Structs.SignalInvocationHint

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

    set signalInvocationHint [ #detail := value ]
    

  9. setSignalInvocationHintRunType :: MonadIO m => SignalInvocationHint -> [SignalFlags] -> m ()

    gi-gobject GI.GObject.Structs.SignalInvocationHint

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

    set signalInvocationHint [ #runType := value ]
    

  10. setSignalInvocationHintSignalId :: MonadIO m => SignalInvocationHint -> Word32 -> m ()

    gi-gobject GI.GObject.Structs.SignalInvocationHint

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

    set signalInvocationHint [ #signalId := value ]
    

Page 248 of many | Previous | Next