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 Environment | 6 Environment |
7 ----------- | 7 ----------- |
8 | 8 |
9 The environment/ subdirectory defines some common things that, while not part of | 9 The environment/ subdirectory defines some common things that, while not part of |
10 the system API, may be required for GLES2 (for example). These are things that a | 10 the system API, may be required for GLES2 (for example). These are things that a |
(...skipping 25 matching lines...) Expand all Loading... |
36 Though the message protocol is stable, the implementation of the transport is | 36 Though the message protocol is stable, the implementation of the transport is |
37 not, and access to the IPC mechanisms must be via the primitives defined in this | 37 not, and access to the IPC mechanisms must be via the primitives defined in this |
38 directory. | 38 directory. |
39 | 39 |
40 Test Support | 40 Test Support |
41 ------------ | 41 ------------ |
42 | 42 |
43 This directory contains a C API for running tests. This API is only available | 43 This directory contains a C API for running tests. This API is only available |
44 under special, specific test conditions. It is not meant for general use by Mojo | 44 under special, specific test conditions. It is not meant for general use by Mojo |
45 applications. | 45 applications. |
OLD | NEW |