| 46 |
46 |
| 47 typedef int (*json_msg_handler)(UiObject *parent, const CxJsonValue *value); |
47 typedef int (*json_msg_handler)(UiObject *parent, const CxJsonValue *value); |
| 48 |
48 |
| 49 void client_init(UiMessageHandler *handler); |
49 void client_init(UiMessageHandler *handler); |
| 50 |
50 |
| 51 void client_msg_received(cxmutstr msg); |
51 void client_msg_received(cxstring msg); |
| 52 |
52 |
| 53 int client_handle_json(UiObject *obj, const CxJsonValue *value); |
53 int client_handle_json(UiObject *obj, const CxJsonValue *value); |
| 54 |
54 |
| 55 int client_handle_children(UiObject *parent, const CxJsonValue *value); |
55 int client_handle_children(UiObject *parent, const CxJsonValue *value); |
| 56 |
56 |