Skip to content
Snippets Groups Projects

F get value

Merged Alexander Kreft requested to merge f-get-value into dev
1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
+ 0
1
@@ -35,7 +35,6 @@ export get_id,
@@ -35,7 +35,6 @@ export get_id,
get_unit,
get_unit,
get_value,
get_value,
get_property_list_length,
get_property_list_length,
get_int_list_value_at,
get_version_id,
get_version_id,
get_property,
get_property,
get_properties,
get_properties,
@@ -1655,7+1654,7 @@
@@ -1655,7+1654,7 @@
Set the id of the given `property` object.
Set the id of the given `property` object.
"""
"""
function set_id(property::Ref{_Property}, id::AbstractString)
function set_id(property::Ref{_Property}, id::AbstractString)
err_code = ccall(
err_code = ccall(
(:caosdb_entity_property_set_id, CaosDB.library_name),
(:caosdb_entity_property_set_id, CaosDB.library_name),
Cint,
Cint,
Loading