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.
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 ]
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 ]
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 ]
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 ]
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 ]
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 ]
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 ]
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 ]
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 ]
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 ]