Bug 1855360 - Fix the skip-if syntax. a=bustage-fix
[gecko.git] / widget / PClipboardReadRequest.ipdl
blob39ae8ed38e0a68fb00ce049bd7c074ca66e1239f
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 file,
3  * You can obtain one at http://mozilla.org/MPL/2.0/. */
5 include protocol PContent;
7 include DOMTypes;
8 include IPCTransferable;
9 include NeckoChannelParams;
11 using nsContentPolicyType from "nsIContentPolicy.h";
13 namespace mozilla {
15 protocol PClipboardReadRequest {
16   manager PContent;
18  parent:
19   async GetData(nsCString[] aFlavors) returns (IPCTransferableDataOrError aTransferableData);
21  both:
22   async __delete__();
25 } // namespace mozilla