~gnomefreak/firefox-extensions/firegpg.ubuntu

« back to all changes in this revision

Viewing changes to FireGPGCall/.svn/text-base/IFireGPGCall.idl.svn-base

  • Committer: John Vivirito
  • Date: 2008-08-12 11:47:33 UTC
  • Revision ID: gnomefreak@ubuntu.com-20080812114733-hn73tjxi26ylibrf
* import of upstream source version 0.5.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#include "nsISupports.idl"
 
2
 
 
3
[scriptable, uuid(fa6b4f61-5828-4e15-aebb-02d8dbfa689f)]
 
4
interface IFireGPGCall : nsISupports
 
5
{
 
6
  string Call(in string path, in string parameters, in string sdin);
 
7
};