ui/common/document.h

changeset 38
8ccdde37275b
parent 37
56016468753d
child 52
25e5390cce41
equal deleted inserted replaced
37:56016468753d 38:8ccdde37275b
36 extern "C" { 36 extern "C" {
37 #endif 37 #endif
38 38
39 void uic_docmgr_init(); 39 void uic_docmgr_init();
40 void uic_document_addvar(void *doc, char *name, int type, size_t vs); 40 void uic_document_addvar(void *doc, char *name, int type, size_t vs);
41 void uic_document_addvar_v(
42 UiContext *uidoc,
43 char *name,
44 UiVar *newvar,
45 int type,
46 size_t vs);
47 41
48 42
49 43
50 #ifdef __cplusplus 44 #ifdef __cplusplus
51 } 45 }

mercurial