|
LMMS
|
#include <math.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include "lilv_internal.h"| LilvNode * lilv_node_new | ( | LilvWorld * | world, |
| LilvNodeType | type, | ||
| const char * | str ) |
Note that if type is numeric or boolean, the returned value is corrupt until lilv_node_set_numerics_from_string is called. It is not automatically called from here to avoid overhead and imprecision when the exact string value is known.
Create a new LilvNode from node, or return NULL if impossible