Table of contents
No headers
/*
//
// APPROPRIATE LICENSE HEADER
//
*/
/**
* \file sbIChangeMe.idl
* \brief A brief description of the contents of this file
* \sa List of "see also" files
*/
#include "nsISupports.idl"
interface nsIForwardDeclare;
/**
* \interface sbIChangeMe
* \brief A brief description of the contents of this interface
*
* A detailed description of this interface
*
* \sa List of "see also" interfaces
*/
[scriptable, uuid(xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx)]
interface sbIChangeMe : nsISupports
{
/**
* \brief A brief description of this method
*
* A detailed description of this method
*
* \param aSomeInParameter Description of this parameter
* \return Description of the return value
* \sa Also see the other methods listed here
*/
long someMethod(in AString aSomeInParameter);
};