fixup compile errors and allow fetching property properly from cache
Signed-off-by: Folling <mail@folling.io>
This commit is contained in:
parent
549bad7aac
commit
cc73cf000d
21 changed files with 213 additions and 122 deletions
|
|
@ -21,7 +21,6 @@ IKA_API IkarusToggleProperty * ikarus_toggle_property_create(
|
|||
/// \param property The toggle property.
|
||||
/// \pre \li Must not be null.
|
||||
/// \pre \li Must exist.
|
||||
/// \remark The settings take ownership of the value, the caller must not free it.
|
||||
IKA_API struct IkarusToggleValue * ikarus_toggle_property_get_default_value(struct IkarusToggleProperty * property);
|
||||
|
||||
/// \brief Sets the default value for a toggle property.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue