| 502 UIEXPORT void ui_threadpool_job(UiThreadpool* pool, UiObject* obj, ui_threadfunc tf, void* td, ui_callback f, void* fd); |
502 UIEXPORT void ui_threadpool_job(UiThreadpool* pool, UiObject* obj, ui_threadfunc tf, void* td, ui_callback f, void* fd); |
| 503 |
503 |
| 504 UIEXPORT void* ui_document_new(size_t size); |
504 UIEXPORT void* ui_document_new(size_t size); |
| 505 UIEXPORT void ui_document_destroy(void *doc); |
505 UIEXPORT void ui_document_destroy(void *doc); |
| 506 |
506 |
| 507 UIEXPORT void ui_set_document(UiObject *obj, void *document); // deprecated |
|
| 508 UIEXPORT void ui_detach_document(UiObject *obj); // deprecated |
|
| 509 UIEXPORT void* ui_get_document(UiObject *obj); // deprecated |
|
| 510 UIEXPORT void ui_set_subdocument(void *document, void *sub); // deprecated |
|
| 511 UIEXPORT void ui_detach_subdocument(void *document, void *sub); // deprecated |
|
| 512 UIEXPORT void* ui_get_subdocument(void *document); // deprecated |
507 UIEXPORT void* ui_get_subdocument(void *document); // deprecated |
| 513 |
508 |
| 514 UIEXPORT UiContext* ui_document_context(void *doc); |
509 UIEXPORT UiContext* ui_document_context(void *doc); |
| 515 |
510 |
| 516 UIEXPORT void ui_attach_document(UiContext *ctx, void *document); |
511 UIEXPORT void ui_attach_document(UiContext *ctx, void *document); |