зеркало из https://github.com/mozilla/pjs.git
cleanup some of the interfaces to make the service scriptable
This commit is contained in:
Родитель
794112b53b
Коммит
7737e5fef5
|
@ -25,11 +25,9 @@ interface nsIStreamListener;
|
|||
interface nsISupportsArray;
|
||||
|
||||
[ref] native nsFilePath(nsFilePath);
|
||||
[ref] native nsString(nsString);
|
||||
|
||||
%{ C++
|
||||
#include "nsFileSpec.h"
|
||||
#include "nsString.h"
|
||||
%}
|
||||
|
||||
/* sspitzer: TODO use MailNewsTypes.idl or MailNewsTypes.h */
|
||||
|
@ -42,7 +40,7 @@ interface nsINntpService : nsISupports {
|
|||
|
||||
[noscript] nsIURI PostMessage (in nsFilePath pathToFile, in string newsgroupNames, in nsIUrlListener aUrlListener);
|
||||
|
||||
[noscript] nsIURI RunNewsUrl (in nsString urlString, in nsString newsgroupName, in nsMsgKey aKey, in nsISupports aConsumer, in nsIUrlListener aUrlListener);
|
||||
nsIURI RunNewsUrl (in string urlString, in string newsgroupName, in nsMsgKey aKey, in nsISupports aConsumer, in nsIUrlListener aUrlListener);
|
||||
|
||||
nsIURI GetNewNews (in nsINntpIncomingServer nntpServer, in string uri, in nsIUrlListener aUrlListener);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче