Mercurial > simple_xpcom_firefox_extension
view my_xpcom_component/thingy.idl @ 0:439a78563622 default tip
Origination.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Fri, 08 Feb 2008 14:02:26 -0600 |
parents | |
children |
line wrap: on
line source
#include "nsISupports.idl" [scriptable, uuid(dded991a-6a88-43b1-936b-3898c6ff3b67)] interface IThingy : nsISupports { long add(in long a, in long b); };