lsl_set_value function
Set the element's value. @return 0 if the node is empty (or if out of memory).
Implementation
@ffi.Native<NativeLsl_set_value>()
external int lsl_set_value(lsl_xml_ptr e, ffi.Pointer<ffi.Char> rhs);
Set the element's value. @return 0 if the node is empty (or if out of memory).
@ffi.Native<NativeLsl_set_value>()
external int lsl_set_value(lsl_xml_ptr e, ffi.Pointer<ffi.Char> rhs);