fixup compile errors and allow fetching property properly from cache
Signed-off-by: Folling <mail@folling.io>
This commit is contained in:
parent
aa6f711251
commit
f9de016dfe
21 changed files with 213 additions and 122 deletions
|
|
@ -21,7 +21,6 @@ IKA_API IkarusNumberProperty * ikarus_number_property_create(
|
|||
/// \param property The number 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 IkarusNumberValue * ikarus_number_property_get_default_value(struct IkarusNumberProperty * property);
|
||||
|
||||
/// \brief Sets the default value for a number property.
|
||||
|
|
|
|||
|
|
@ -21,7 +21,6 @@ IKA_API IkarusTextProperty * ikarus_text_property_create(
|
|||
/// \param property The text 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 IkarusTextValue * ikarus_text_property_get_default_value(struct IkarusTextProperty * property);
|
||||
|
||||
/// \brief Sets the default value for a text property.
|
||||
|
|
|
|||
|
|
@ -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