Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria |
Safe Haskell | None |
Language | Haskell2010 |
valid value. This is a field defined with the purpose of contain the previous value of the property, but is not used anymore.
Synopsis
- newtype PropertyValues = PropertyValues (ManagedPtr PropertyValues)
- newZeroPropertyValues :: MonadIO m => m PropertyValues
- clearPropertyValuesNewValue :: MonadIO m => PropertyValues -> m ()
- getPropertyValuesNewValue :: MonadIO m => PropertyValues -> m (Maybe GValue)
- setPropertyValuesNewValue :: MonadIO m => PropertyValues -> Ptr GValue -> m ()
- clearPropertyValuesOldValue :: MonadIO m => PropertyValues -> m ()
- getPropertyValuesOldValue :: MonadIO m => PropertyValues -> m (Maybe GValue)
- setPropertyValuesOldValue :: MonadIO m => PropertyValues -> Ptr GValue -> m ()
- clearPropertyValuesPropertyName :: MonadIO m => PropertyValues -> m ()
- getPropertyValuesPropertyName :: MonadIO m => PropertyValues -> m (Maybe Text)
- setPropertyValuesPropertyName :: MonadIO m => PropertyValues -> CString -> m ()
Exported types
newtype PropertyValues Source #
Memory-managed wrapper type.
Instances
Eq PropertyValues Source # | |
Defined in GI.Atk.Structs.PropertyValues (==) :: PropertyValues -> PropertyValues -> Bool # (/=) :: PropertyValues -> PropertyValues -> Bool # | |
ManagedPtrNewtype PropertyValues Source # | |
Defined in GI.Atk.Structs.PropertyValues | |
BoxedPtr PropertyValues Source # | |
Defined in GI.Atk.Structs.PropertyValues boxedPtrCopy :: PropertyValues -> IO PropertyValues # boxedPtrFree :: PropertyValues -> IO () # | |
CallocPtr PropertyValues Source # | |
Defined in GI.Atk.Structs.PropertyValues boxedPtrCalloc :: IO (Ptr PropertyValues) # | |
tag ~ 'AttrSet => Constructible PropertyValues tag Source # | |
Defined in GI.Atk.Structs.PropertyValues new :: MonadIO m => (ManagedPtr PropertyValues -> PropertyValues) -> [AttrOp PropertyValues tag] -> m PropertyValues # |
newZeroPropertyValues :: MonadIO m => m PropertyValues Source #
Construct a PropertyValues
struct initialized to zero.
Methods
Overloaded methods
Properties
newValue
The new value of the named property.
clearPropertyValuesNewValue :: MonadIO m => PropertyValues -> m () Source #
Set the value of the “new_value
” field to Nothing
.
When overloading is enabled, this is equivalent to
clear
#newValue
getPropertyValuesNewValue :: MonadIO m => PropertyValues -> m (Maybe GValue) Source #
Get the value of the “new_value
” field.
When overloading is enabled, this is equivalent to
get
propertyValues #newValue
setPropertyValuesNewValue :: MonadIO m => PropertyValues -> Ptr GValue -> m () Source #
Set the value of the “new_value
” field.
When overloading is enabled, this is equivalent to
set
propertyValues [ #newValue:=
value ]
oldValue
NULL. This field is not used anymore.
clearPropertyValuesOldValue :: MonadIO m => PropertyValues -> m () Source #
Set the value of the “old_value
” field to Nothing
.
When overloading is enabled, this is equivalent to
clear
#oldValue
getPropertyValuesOldValue :: MonadIO m => PropertyValues -> m (Maybe GValue) Source #
Get the value of the “old_value
” field.
When overloading is enabled, this is equivalent to
get
propertyValues #oldValue
setPropertyValuesOldValue :: MonadIO m => PropertyValues -> Ptr GValue -> m () Source #
Set the value of the “old_value
” field.
When overloading is enabled, this is equivalent to
set
propertyValues [ #oldValue:=
value ]
propertyName
The name of the ATK property which has changed.
clearPropertyValuesPropertyName :: MonadIO m => PropertyValues -> m () Source #
Set the value of the “property_name
” field to Nothing
.
When overloading is enabled, this is equivalent to
clear
#propertyName
getPropertyValuesPropertyName :: MonadIO m => PropertyValues -> m (Maybe Text) Source #
Get the value of the “property_name
” field.
When overloading is enabled, this is equivalent to
get
propertyValues #propertyName
setPropertyValuesPropertyName :: MonadIO m => PropertyValues -> CString -> m () Source #
Set the value of the “property_name
” field.
When overloading is enabled, this is equivalent to
set
propertyValues [ #propertyName:=
value ]