From 1059664ff4a3c92b2c6a4720f695e158aed215e4 Mon Sep 17 00:00:00 2001 From: Einar Egilsson Date: Tue, 20 Oct 2009 13:04:15 +0000 Subject: Changed to use actual interfaces! Seems to work, tiny bug left in unit tests. git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@285 119bf307-c92d-0410-89bd-8f53e6181181 --- components/interfaces/rdIRedirector.idl | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'components/interfaces/rdIRedirector.idl') diff --git a/components/interfaces/rdIRedirector.idl b/components/interfaces/rdIRedirector.idl index d229263..f586dfb 100644 --- a/components/interfaces/rdIRedirector.idl +++ b/components/interfaces/rdIRedirector.idl @@ -1,9 +1,23 @@ /* $Id */ #include "nsISupports.idl" +#include "nsIFile.idl" #include "rdIRedirect.idl" [scriptable, uuid(cdf25d91-bce1-11de-aee1-028037ec0200)] interface rdIRedirector : nsISupports { - void test(); + + attribute boolean enabled; + readonly attribute short redirectCount; + + void addRedirect(in rdIRedirect redirect); + void debug(in wstring msg); + void deleteRedirectAt(in short index); + void exportRedirects(in nsIFile file); + rdIRedirect getRedirectAt(in short index); + wstring getRedirectUrl(in wstring url); + long importRedirects(in nsIFile file); + void reload(); + void save(); + void switchItems(in short index1, in short index2); }; -- cgit v1.2.3-70-g09d2