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