/idl/PDFService.idl
http://firefox-mac-pdf.googlecode.com/ · IDL · 13 lines · 11 code · 2 blank · 0 comment · 0 complexity · 4279c0c6c76bf5f34daee5717ec983be MD5 · raw file
- #include "nsISupports.idl"
- interface PDFPlugin;
- interface nsIDOMWindow;
- [scriptable, uuid(862827b0-98ac-4b68-a0c9-4ccd8ff35a02)]
- interface PDFService : nsISupports
- {
- void FindPrevious( in ACString plugin_id );
- void Init( in ACString plugin_id, in PDFPlugin plugin );
- void CleanUp ( in ACString plugin_id );
- void Save (in ACString plugin_id, in ACString url );
- };