Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(212)

Side by Side Diff: mojo/public/c/README.md

Issue 2397353002: Purge references of "Mojo Application" from comments & var names. (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « mojo/public/README.md ('k') | mojo/public/cpp/bindings/lib/interface_endpoint_client.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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.
OLDNEW
« no previous file with comments | « mojo/public/README.md ('k') | mojo/public/cpp/bindings/lib/interface_endpoint_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698