IDL Template

From $1

Table of contents
No headers
/*
//
// BEGIN SONGBIRD GPL
//
// This file is part of the Songbird web player.
//
// Copyright(c) 2005-2007 POTI, Inc.
// http://songbirdnest.com
// 
// This file may be licensed under the terms of of the
// GNU General Public License Version 2 (the "GPL").
// 
// Software distributed under the License is distributed
// on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either
// express or implied. See the GPL for the specific language
// governing rights and limitations.
//
// You should have received a copy of the GPL along with this
// program. If not, go to http://www.gnu.org/licenses/gpl.html
// or write to the Free Software Foundation, Inc.,
// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
//
// END SONGBIRD GPL
//
*/

/**
 * \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);
};
Tags:
 
Images (0)
 
Comments (0)
You must login to post a comment.