gecko-dev/rdf/tests/domds/nsIDOMViewerElement.idl

14 строки
228 B
Plaintext

#include "nsISupports.idl"
#include "domstubs.idl"
%{C++
#include "nsIDOMNode.h"
%}
[scriptable, uuid(2842a0ba-4bd8-11d3-ac84-00a0c900d445)]
interface nsIDOMViewerElement : nsISupports {
attribute nsISupports object;
};