/idl/PDFService.idl
IDL | 13 lines | 11 code | 2 blank | 0 comment | 0 complexity | 4279c0c6c76bf5f34daee5717ec983be MD5 | raw file
1#include "nsISupports.idl" 2 3interface PDFPlugin; 4interface nsIDOMWindow; 5 6[scriptable, uuid(862827b0-98ac-4b68-a0c9-4ccd8ff35a02)] 7interface PDFService : nsISupports 8{ 9 void FindPrevious( in ACString plugin_id ); 10 void Init( in ACString plugin_id, in PDFPlugin plugin ); 11 void CleanUp ( in ACString plugin_id ); 12 void Save (in ACString plugin_id, in ACString url ); 13};