1 /* -*- Mode: C++; c-basic-offset: 2; indent-tabs-mode: nil; tab-width: 8 -*- */
3 include protocol PPluginInstance;
13 * This empty protocol exists only to be constructed and destroyed.
15 rpc protocol PStreamNotify
17 manager PPluginInstance;
21 * Represents NPP_URLNotify
23 async __delete__(NPReason reason);
26 } // namespace plugins
27 } // namespace mozilla