PageRenderTime 149ms CodeModel.GetById 1ms RepoModel.GetById 0ms app.codeStats 0ms

/idl/PDFService.idl

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