gecko-dev/xpfe/AppCores/idl/RDFCore.idl

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

1999-02-26 05:14:51 +03:00
interface RDFCore : BaseAppCore
{
/* IID: { 0xdf365f00, 0xcc53, 0x11d2, \
{ 0x8f, 0xdf, 0x0, 0x08, 0xc7, 0x0a, 0xdc, 0x7b } } */
void RDFCore();
1999-03-30 14:42:55 +04:00
void doSort(in Node node, in DOMString sortResource, in DOMString sortDirection);
1999-02-26 05:14:51 +03:00
};