LMMS
Loading...
Searching...
No Matches
uri_table.h File Reference

Go to the source code of this file.

Classes

struct  URITable

Functions

static void uri_table_init (URITable *table)
static void uri_table_destroy (URITable *table)
static LV2_URID uri_table_map (LV2_URID_Map_Handle handle, const char *uri)
static const char * uri_table_unmap (LV2_URID_Map_Handle handle, LV2_URID urid)

Detailed Description

A toy URI map/unmap implementation.

This file contains function definitions and must only be included once.

Function Documentation

◆ uri_table_destroy()

void uri_table_destroy ( URITable * table)
static

◆ uri_table_init()

void uri_table_init ( URITable * table)
static

◆ uri_table_map()

LV2_URID uri_table_map ( LV2_URID_Map_Handle handle,
const char * uri )
static

◆ uri_table_unmap()

const char * uri_table_unmap ( LV2_URID_Map_Handle handle,
LV2_URID urid )
static