~timo-jyrinki/ubuntu/precise/mozvoikko/new_upstream_signed_release

« back to all changes in this revision

Viewing changes to src/nsIMozvoikkoHelper.idl

  • Committer: Package Import Robot
  • Author(s): Chris Coulson
  • Date: 2011-09-08 20:12:06 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: package-import@ubuntu.com-20110908201206-4u000ixv1d2zo6ev
Tags: 1.10.0-0ubuntu1
* Update from SVN snapshot to latest stable release
* Refresh patches:
  - update debian/patches/port_to_latest_firefox.patch
  - update debian/patches/fix_sdk_build.patch
* Add an apport hook which just calls up the Firefox hook
  - add debian/source.apport
  - update debian/rules
  - update debian/control to add dh-apport build-depend

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#include "nsISupports.idl"
2
 
#include "nsIFile.idl"
3
 
 
4
 
[scriptable, uuid(aae2f310-dd4b-11df-937b-0800200c9a66)]
5
 
 
6
 
interface nsIMozvoikkoHelper : nsISupports
7
 
{
8
 
    readonly attribute nsIFile componentFile;
9
 
    
10
 
    readonly attribute nsIFile componentsDir;
11
 
    
12
 
    readonly attribute nsIFile extensionDir;
13
 
};