ui/common/document.h

changeset 110
c00e968d018b
parent 0
2483f517c562
equal deleted inserted replaced
109:c3dfcb8f0be7 110:c00e968d018b
34 34
35 #ifdef __cplusplus 35 #ifdef __cplusplus
36 extern "C" { 36 extern "C" {
37 #endif 37 #endif
38 38
39 void uic_docmgr_init(); 39 typedef struct UiDoc {
40 UiContext *ctx;
41 char doc[];
42 } UiDoc;
43
40 void uic_document_addvar(void *doc, char *name, int type, size_t vs); 44 void uic_document_addvar(void *doc, char *name, int type, size_t vs);
41 45
42 46
43 #ifdef __cplusplus 47 #ifdef __cplusplus
44 } 48 }

mercurial