document the process(es) in which APIs are available
authorZeke Sikelianos <zeke@sikelianos.com>
Tue, 1 Nov 2016 23:35:31 +0000 (16:35 -0700)
committerZeke Sikelianos <zeke@sikelianos.com>
Tue, 1 Nov 2016 23:35:31 +0000 (16:35 -0700)
docs/api/app.md
docs/api/clipboard.md
docs/api/desktop-capturer.md

index 764840d..634f60c 100644 (file)
@@ -2,6 +2,8 @@
 
 > Control your application's event lifecycle.
 
+Process: [Main](../tutorial/quick-start.md#main-process)
+
 The following example shows how to quit the application when the last window is
 closed:
 
index ba2438d..03872ab 100644 (file)
@@ -2,6 +2,8 @@
 
 > Perform copy and paste operations on the system clipboard.
 
+Processes: [Main](../tutorial/quick-start.md#main-process), [Renderer](../tutorial/quick-start.md#renderer-process)
+
 The following example shows how to write a string to the clipboard:
 
 ```javascript
index 0b6b411..5e64a84 100644 (file)
@@ -3,6 +3,8 @@
 > Access information about media sources that can be used to capture audio and
 > video from the desktop using the [`navigator.webkitGetUserMedia`] API.
 
+Process: [Renderer](../tutorial/quick-start.md#renderer-process)
+
 The following example shows how to capture video from a desktop window whose
 title is `Electron`: