Bug 1472338: part 2) Change `clipboard.readText()` to read from the clipboard asynchr...
[gecko.git] / dom / midi / PMIDIManager.ipdl
blob74fe2bce4cdbafa855fcfaac45daa7a19050e380
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2  * License, v. 2.0. If a copy of the MPL was not distributed with this
3  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5 include protocol PBackground;
6 include MIDITypes;
8 namespace mozilla {
9 namespace dom {
11 [ManualDealloc]
12 async protocol PMIDIManager
14   manager PBackground;
15 parent:
16   async Shutdown();
17 child:
18   /*
19    * Send an updated list of MIDI ports to the child
20    */
21   async MIDIPortListUpdate(MIDIPortList aPortList);
22   async __delete__();
25 } // namespace ipc
26 } // namespace mozilla