289
edits
(brain dump) |
m (→msgIDataStore) |
||
| Line 37: | Line 37: | ||
*/ | */ | ||
void unregisterDataSource(in AString id); | void unregisterDataSource(in AString id); | ||
/** | |||
* An array of all registered datasources. | |||
*/ | |||
void getDataSource(out PRUint32 count, [array, size_is(count), retval] out msgIDataSource aSources); | |||
}; | }; | ||
edits