eid-viewer
eid-viewer library
Loading...
Searching...
No Matches
conversions.h
1#ifndef EID_VWR_CONVERSIONS_H
2#define EID_VWR_CONVERSIONS_H
3
4#ifdef __cplusplus
5extern "C"
6{
7#endif
8
9#include <eid-util/utftranslate.h>
10#include <eid-viewer/oslayer.h>
11
12 EID_CHAR *converted_string(const EID_CHAR * label,
13 const EID_CHAR * normal);
14 EID_CHAR *convert_to_xml(const EID_CHAR * label,
15 const EID_CHAR * item);
16 void *convert_from_xml(const EID_CHAR * name, const EID_CHAR * value,
17 int *len_return);
18 int can_convert(const EID_CHAR * label);
19 enum eid_vwr_langs convert_get_lang(void);
20 void convert_set_graphvers(enum eid_vwr_graphvers gv);
21
22#ifdef __cplusplus
23}
24#endif
25
26#endif
eid_vwr_graphvers
Definition oslayer.h:110
eid_vwr_langs
Definition oslayer.h:100
contains the functions, enums and structures that need to be known by the ui