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. setSignalGroupTarget :: (MonadIO m, IsSignalGroup o, IsObject a) => o -> a -> m ()

    gi-gobject GI.GObject.Objects.SignalGroup

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

    set signalGroup [ #target := value ]
    

  2. setCClosureCallback :: MonadIO m => CClosure -> Ptr () -> m ()

    gi-gobject GI.GObject.Structs.CClosure

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

    set cClosure [ #callback := value ]
    

  3. setCClosureClosure :: MonadIO m => CClosure -> Ptr (GClosure ()) -> m ()

    gi-gobject GI.GObject.Structs.CClosure

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

    set cClosure [ #closure := value ]
    

  4. setClosureNotifyDataData :: MonadIO m => ClosureNotifyData -> Ptr () -> m ()

    gi-gobject GI.GObject.Structs.ClosureNotifyData

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

    set closureNotifyData [ #data := value ]
    

  5. setClosureNotifyDataNotify :: MonadIO m => ClosureNotifyData -> FunPtr C_ClosureNotify -> m ()

    gi-gobject GI.GObject.Structs.ClosureNotifyData

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

    set closureNotifyData [ #notify := value ]
    

  6. setEnumClassMaximum :: MonadIO m => EnumClass -> Int32 -> m ()

    gi-gobject GI.GObject.Structs.EnumClass

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

    set enumClass [ #maximum := value ]
    

  7. setEnumClassMinimum :: MonadIO m => EnumClass -> Int32 -> m ()

    gi-gobject GI.GObject.Structs.EnumClass

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

    set enumClass [ #minimum := value ]
    

  8. setEnumClassNValues :: MonadIO m => EnumClass -> Word32 -> m ()

    gi-gobject GI.GObject.Structs.EnumClass

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

    set enumClass [ #nValues := value ]
    

  9. setEnumClassValues :: MonadIO m => EnumClass -> Ptr EnumValue -> m ()

    gi-gobject GI.GObject.Structs.EnumClass

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

    set enumClass [ #values := value ]
    

  10. setEnumValueValue :: MonadIO m => EnumValue -> Int32 -> m ()

    gi-gobject GI.GObject.Structs.EnumValue

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

    set enumValue [ #value := value ]
    

Page 244 of many | Previous | Next