Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria (garetxe@gmail.com) |
Safe Haskell | None |
Language | Haskell2010 |
GI.Atk.Structs.PropertyValues
Description
Note: oldValue
field of PropertyValues
will not contain a
valid value. This is a field defined with the purpose of contain
the previous value of the property, but is not used anymore.
- newtype PropertyValues = PropertyValues (ManagedPtr PropertyValues)
- newZeroPropertyValues :: MonadIO m => m PropertyValues
- noPropertyValues :: Maybe PropertyValues
- getPropertyValuesNewValue :: MonadIO m => PropertyValues -> m GValue
- getPropertyValuesOldValue :: MonadIO m => PropertyValues -> m GValue
- clearPropertyValuesPropertyName :: MonadIO m => PropertyValues -> m ()
- getPropertyValuesPropertyName :: MonadIO m => PropertyValues -> m (Maybe Text)
- setPropertyValuesPropertyName :: MonadIO m => PropertyValues -> CString -> m ()
Exported types
newtype PropertyValues Source #
Constructors
PropertyValues (ManagedPtr PropertyValues) |
Instances
WrappedPtr PropertyValues Source # | |
(~) AttrOpTag tag AttrSet => Constructible PropertyValues tag Source # | |
newZeroPropertyValues :: MonadIO m => m PropertyValues Source #
Construct a PropertyValues
struct initialized to zero.
Properties
newValue
getPropertyValuesNewValue :: MonadIO m => PropertyValues -> m GValue Source #
oldValue
getPropertyValuesOldValue :: MonadIO m => PropertyValues -> m GValue Source #
propertyName
clearPropertyValuesPropertyName :: MonadIO m => PropertyValues -> m () Source #
getPropertyValuesPropertyName :: MonadIO m => PropertyValues -> m (Maybe Text) Source #
setPropertyValuesPropertyName :: MonadIO m => PropertyValues -> CString -> m () Source #