mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-31 02:48:48 +00:00
11 lines
253 B
Plaintext
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);
|
|
};
|