State.fromString

State fromString(World world, LV2_URID_Map * map, string str) static

Load state from a string previously produced by toString().

Parameters

worldLilv world
mapURID map
strThe string state returned by toString()

Returns

New State object or null on error