Merge mozilla-central to autoland. a=merge CLOSED TREE
[gecko.git] / dom / midi / PMIDIManager.ipdl
blob42698a9189e125f67a07620af5187c119c18a835
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 MIDITypes;
7 namespace mozilla {
8 namespace dom {
10 [ChildProc=anydom]
11 async protocol PMIDIManager
13 parent:
14   async Refresh();
15   async Shutdown();
16 child:
17   /*
18    * Send an updated list of MIDI ports to the child
19    */
20   async MIDIPortListUpdate(MIDIPortList aPortList);
23 } // namespace ipc
24 } // namespace mozilla