gecko-dev/xpfe/AppCores/idl/RDFCore.idl
1999-03-07 09:44:38 +00:00

11 lines
253 B
Plaintext

interface RDFCore : BaseAppCore
{
/* IID: { 0xdf365f00, 0xcc53, 0x11d2, \
{ 0x8f, 0xdf, 0x0, 0x08, 0xc7, 0x0a, 0xdc, 0x7b } } */
void RDFCore();
void doSort(in Node node, in DOMString sortResource, in DOMString sortDirection);
};