diff 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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/my_xpcom_component/thingy.idl	Fri Feb 08 14:02:26 2008 -0600
@@ -0,0 +1,7 @@
+#include "nsISupports.idl"
+
+[scriptable, uuid(dded991a-6a88-43b1-936b-3898c6ff3b67)]
+interface IThingy : nsISupports
+{
+  long add(in long a, in long b);
+};