LMMS
Loading...
Searching...
No Matches
uri-map.h
Go to the documentation of this file.
1/*
2 Copyright 2008-2016 David Robillard <http://drobilla.net>
3
4 Permission to use, copy, modify, and/or distribute this software for any
5 purpose with or without fee is hereby granted, provided that the above
6 copyright notice and this permission notice appear in all copies.
7
8 THIS SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
9 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
10 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
11 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
12 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
13 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
14 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
15*/
16
32
33#ifndef LV2_URI_MAP_H
34#define LV2_URI_MAP_H
35
36#define LV2_URI_MAP_URI "http://lv2plug.in/ns/ext/uri-map"
37#define LV2_URI_MAP_PREFIX LV2_URI_MAP_URI "#"
38
39#include <stdint.h>
40
41#ifdef __cplusplus
42extern "C" {
43#endif
44
49
97
98#ifdef __cplusplus
99} /* extern "C" */
100#endif
101
102#endif /* LV2_URI_MAP_H */
103
LV2_DISABLE_DEPRECATION_WARNINGS LV2_DEPRECATED typedef void * LV2_URI_Map_Callback_Data
Definition uri-map.h:60
void * LV2_URI_Map_Callback_Data
Definition uri-map.h:48
static SordNode * uri(SordWorld *world, int num)
Definition sord_test.c:47
unsigned int uint32_t
Definition mid.cpp:100
Definition uri-map.h:57
LV2_URI_Map_Callback_Data callback_data
Definition uri-map.h:64
uint32_t(* uri_to_id)(LV2_URI_Map_Callback_Data callback_data, const char *map, const char *uri)
Definition uri-map.h:93