LMMS
Loading...
Searching...
No Matches
node.h File Reference
#include "serd/serd.h"
#include <stddef.h>

Go to the source code of this file.

Classes

struct  SerdNodeImpl

Functions

static char * serd_node_buffer (SerdNode *node)
static const char * serd_node_buffer_c (const SerdNode *node)
SerdNodeserd_node_malloc (size_t n_bytes, SerdNodeFlags flags, SerdType type)
void serd_node_set (SerdNode **dst, const SerdNode *src)

Function Documentation

◆ serd_node_buffer()

char * serd_node_buffer ( SerdNode * node)
inlinestatic

◆ serd_node_buffer_c()

const char * serd_node_buffer_c ( const SerdNode * node)
inlinestatic

◆ serd_node_malloc()

SerdNode * serd_node_malloc ( size_t n_bytes,
SerdNodeFlags flags,
SerdType type )

◆ serd_node_set()

void serd_node_set ( SerdNode ** dst,
const SerdNode * src )