gecko-dev/xpcom/apps/idl/nsINativeMsg.idl

11 строки
266 B
Plaintext
Исходник Обычный вид История

#include "nsISupports.idl"
/**
* The nsINativeMsg serves as a base interface for the platform specific
* interfaces that define what a message looks like.
*/
[scriptable, uuid(2EFB5004-4508-11d3-AEDA-00A024FFC08C)]
interface nsINativeMsg : nsISupports
{
};