trisquel-icecat/icecat/ipc/ipdl/test/gtest/PTestJSONHandle.ipdl

15 lines
261 B
Text

include protocol PTestJSON;
namespace mozilla {
namespace _ipdltest {
[ChildProc=any, ChildImpl=virtual, ParentImpl=virtual]
protocol PTestJSONHandle {
manager PTestJSON;
child:
async __delete__();
};
} // namespace mozilla
} // namespace _ipdltest