OLD | NEW |
| (Empty) |
1 Mojo Public C API | |
2 ================= | |
3 | |
4 This directory contains C language bindings for the Mojo Public API. | |
5 | |
6 System | |
7 ------ | |
8 | |
9 The system/ subdirectory provides definitions of the basic low-level API used by | |
10 all Services (whether directly or indirectly). These consist primarily | |
11 of the IPC primitives used to communicate with Mojo services. | |
12 | |
13 Though the message protocol is stable, the implementation of the transport is | |
14 not, and access to the IPC mechanisms must be via the primitives defined in this | |
15 directory. | |
16 | |
17 Test Support | |
18 ------------ | |
19 | |
20 This directory contains a C API for running tests. This API is only available | |
21 under special, specific test conditions. It is not meant for general use by Mojo | |
22 applications. | |
OLD | NEW |