Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
gi-gobject GI.GObject.Structs.InitiallyUnownedClass Set the value of the “dispatch_properties_changed” field. When overloading is enabled, this is equivalent to
set initiallyUnownedClass [ #dispatchPropertiesChanged := value ]
-
gi-gobject GI.GObject.Structs.InitiallyUnownedClass Set the value of the “dispose” field. When overloading is enabled, this is equivalent to
set initiallyUnownedClass [ #dispose := value ]
-
gi-gobject GI.GObject.Structs.InitiallyUnownedClass Set the value of the “finalize” field. When overloading is enabled, this is equivalent to
set initiallyUnownedClass [ #finalize := value ]
-
gi-gobject GI.GObject.Structs.InitiallyUnownedClass Set the value of the “get_property” field. When overloading is enabled, this is equivalent to
set initiallyUnownedClass [ #getProperty := value ]
-
gi-gobject GI.GObject.Structs.InitiallyUnownedClass Set the value of the “notify” field. When overloading is enabled, this is equivalent to
set initiallyUnownedClass [ #notify := value ]
-
gi-gobject GI.GObject.Structs.InitiallyUnownedClass Set the value of the “set_property” field. When overloading is enabled, this is equivalent to
set initiallyUnownedClass [ #setProperty := value ]
-
gi-gobject GI.GObject.Structs.ObjectClass Installs a new property. All properties should be installed during the class initializer. It is possible to install properties after that, but doing so is not recommend, and specifically, is not guaranteed to be thread-safe vs. use of properties on the same type on other threads. Note that it is possible to redefine a property in a derived class, by installing a property with the same name. This can be useful at times, e.g. to change the range of allowed values or the default value.
getParamSpecTypeInfoNPreallocs :: MonadIO m => ParamSpecTypeInfo -> m Word16gi-gobject GI.GObject.Structs.ParamSpecTypeInfo Get the value of the “n_preallocs” field. When overloading is enabled, this is equivalent to
get paramSpecTypeInfo #nPreallocs
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 ]
getTypeInfoNPreallocs :: MonadIO m => TypeInfo -> m Word16gi-gobject GI.GObject.Structs.TypeInfo Get the value of the “n_preallocs” field. When overloading is enabled, this is equivalent to
get typeInfo #nPreallocs