Hoogle Search
Within LTS Haskell 24.36 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
ParamSpecEnum :: ManagedPtr ParamSpecEnum -> ParamSpecEnumgi-gobject GI.GObject.Objects.ParamSpecEnum No documentation available.
toParamSpecEnum :: (MonadIO m, IsParamSpecEnum o) => o -> m ParamSpecEnumgi-gobject GI.GObject.Objects.ParamSpecEnum Cast to ParamSpecEnum, for types for which this is known to be safe. For general casts, use castTo.
-
gi-gobject GI.GObject.Objects.TypeModule Looks up or registers an enumeration that is implemented with a particular type plugin. If a type with name typeName was previously registered, the GType identifier for the type is returned, otherwise the type is newly registered, and the resulting GType identifier returned. As long as any instances of the type exist, the type plugin will not be unloaded. Since 2.56 if module is Nothing this will call typeRegisterStatic instead. This can be used when making a static build of the module. Since: 2.6
-
gi-gobject GI.GObject.Structs.CClosure A ClosureMarshal function for use with signals with a single argument with an enumerated type.
clearEnumClassValues :: MonadIO m => EnumClass -> m ()gi-gobject GI.GObject.Structs.EnumClass Set the value of the “values” field to Nothing. When overloading is enabled, this is equivalent to
clear #values
getEnumClassGTypeClass :: MonadIO m => EnumClass -> m TypeClassgi-gobject GI.GObject.Structs.EnumClass Get the value of the “g_type_class” field. When overloading is enabled, this is equivalent to
get enumClass #gTypeClass
getEnumClassMaximum :: MonadIO m => EnumClass -> m Int32gi-gobject GI.GObject.Structs.EnumClass Get the value of the “maximum” field. When overloading is enabled, this is equivalent to
get enumClass #maximum
getEnumClassMinimum :: MonadIO m => EnumClass -> m Int32gi-gobject GI.GObject.Structs.EnumClass Get the value of the “minimum” field. When overloading is enabled, this is equivalent to
get enumClass #minimum
getEnumClassNValues :: MonadIO m => EnumClass -> m Word32gi-gobject GI.GObject.Structs.EnumClass Get the value of the “n_values” field. When overloading is enabled, this is equivalent to
get enumClass #nValues
getEnumClassValues :: MonadIO m => EnumClass -> m (Maybe EnumValue)gi-gobject GI.GObject.Structs.EnumClass Get the value of the “values” field. When overloading is enabled, this is equivalent to
get enumClass #values