|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /proc/21573/task/21573/root/usr/lib/xulrunner-devel-17.0.10/include/ |
Upload File : |
/*
* DO NOT EDIT. THIS FILE IS GENERATED FROM /builddir/build/BUILD/xulrunner-17.0.10/mozilla-esr17/netwerk/mime/nsIMIMEInfo.idl
*/
#ifndef __gen_nsIMIMEInfo_h__
#define __gen_nsIMIMEInfo_h__
#ifndef __gen_nsISupports_h__
#include "nsISupports.h"
#endif
/* For IDL files that don't want to include root IDL files. */
#ifndef NS_NO_VTABLE
#define NS_NO_VTABLE
#endif
class nsIURI; /* forward declaration */
class nsIFile; /* forward declaration */
class nsIUTF8StringEnumerator; /* forward declaration */
class nsIHandlerApp; /* forward declaration */
class nsIArray; /* forward declaration */
class nsIMutableArray; /* forward declaration */
class nsIInterfaceRequestor; /* forward declaration */
typedef int32_t nsHandlerInfoAction;
/* starting interface: nsIHandlerInfo */
#define NS_IHANDLERINFO_IID_STR "325e56a7-3762-4312-aec7-f1fcf84b4145"
#define NS_IHANDLERINFO_IID \
{0x325e56a7, 0x3762, 0x4312, \
{ 0xae, 0xc7, 0xf1, 0xfc, 0xf8, 0x4b, 0x41, 0x45 }}
class NS_NO_VTABLE nsIHandlerInfo : public nsISupports {
public:
NS_DECLARE_STATIC_IID_ACCESSOR(NS_IHANDLERINFO_IID)
/* readonly attribute ACString type; */
NS_IMETHOD GetType(nsACString & aType) = 0;
/* attribute AString description; */
NS_IMETHOD GetDescription(nsAString & aDescription) = 0;
NS_IMETHOD SetDescription(const nsAString & aDescription) = 0;
/* attribute nsIHandlerApp preferredApplicationHandler; */
NS_IMETHOD GetPreferredApplicationHandler(nsIHandlerApp * *aPreferredApplicationHandler) = 0;
NS_IMETHOD SetPreferredApplicationHandler(nsIHandlerApp *aPreferredApplicationHandler) = 0;
/* readonly attribute nsIMutableArray possibleApplicationHandlers; */
NS_IMETHOD GetPossibleApplicationHandlers(nsIMutableArray * *aPossibleApplicationHandlers) = 0;
/* readonly attribute boolean hasDefaultHandler; */
NS_IMETHOD GetHasDefaultHandler(bool *aHasDefaultHandler) = 0;
/* readonly attribute AString defaultDescription; */
NS_IMETHOD GetDefaultDescription(nsAString & aDefaultDescription) = 0;
/* void launchWithURI (in nsIURI aURI, [optional] in nsIInterfaceRequestor aWindowContext); */
NS_IMETHOD LaunchWithURI(nsIURI *aURI, nsIInterfaceRequestor *aWindowContext) = 0;
/* attribute nsHandlerInfoAction preferredAction; */
NS_IMETHOD GetPreferredAction(nsHandlerInfoAction *aPreferredAction) = 0;
NS_IMETHOD SetPreferredAction(nsHandlerInfoAction aPreferredAction) = 0;
enum {
saveToDisk = 0,
alwaysAsk = 1,
useHelperApp = 2,
handleInternally = 3,
useSystemDefault = 4
};
/* attribute boolean alwaysAskBeforeHandling; */
NS_IMETHOD GetAlwaysAskBeforeHandling(bool *aAlwaysAskBeforeHandling) = 0;
NS_IMETHOD SetAlwaysAskBeforeHandling(bool aAlwaysAskBeforeHandling) = 0;
};
NS_DEFINE_STATIC_IID_ACCESSOR(nsIHandlerInfo, NS_IHANDLERINFO_IID)
/* Use this macro when declaring classes that implement this interface. */
#define NS_DECL_NSIHANDLERINFO \
NS_IMETHOD GetType(nsACString & aType); \
NS_IMETHOD GetDescription(nsAString & aDescription); \
NS_IMETHOD SetDescription(const nsAString & aDescription); \
NS_IMETHOD GetPreferredApplicationHandler(nsIHandlerApp * *aPreferredApplicationHandler); \
NS_IMETHOD SetPreferredApplicationHandler(nsIHandlerApp *aPreferredApplicationHandler); \
NS_IMETHOD GetPossibleApplicationHandlers(nsIMutableArray * *aPossibleApplicationHandlers); \
NS_IMETHOD GetHasDefaultHandler(bool *aHasDefaultHandler); \
NS_IMETHOD GetDefaultDescription(nsAString & aDefaultDescription); \
NS_IMETHOD LaunchWithURI(nsIURI *aURI, nsIInterfaceRequestor *aWindowContext); \
NS_IMETHOD GetPreferredAction(nsHandlerInfoAction *aPreferredAction); \
NS_IMETHOD SetPreferredAction(nsHandlerInfoAction aPreferredAction); \
NS_IMETHOD GetAlwaysAskBeforeHandling(bool *aAlwaysAskBeforeHandling); \
NS_IMETHOD SetAlwaysAskBeforeHandling(bool aAlwaysAskBeforeHandling);
/* Use this macro to declare functions that forward the behavior of this interface to another object. */
#define NS_FORWARD_NSIHANDLERINFO(_to) \
NS_IMETHOD GetType(nsACString & aType) { return _to GetType(aType); } \
NS_IMETHOD GetDescription(nsAString & aDescription) { return _to GetDescription(aDescription); } \
NS_IMETHOD SetDescription(const nsAString & aDescription) { return _to SetDescription(aDescription); } \
NS_IMETHOD GetPreferredApplicationHandler(nsIHandlerApp * *aPreferredApplicationHandler) { return _to GetPreferredApplicationHandler(aPreferredApplicationHandler); } \
NS_IMETHOD SetPreferredApplicationHandler(nsIHandlerApp *aPreferredApplicationHandler) { return _to SetPreferredApplicationHandler(aPreferredApplicationHandler); } \
NS_IMETHOD GetPossibleApplicationHandlers(nsIMutableArray * *aPossibleApplicationHandlers) { return _to GetPossibleApplicationHandlers(aPossibleApplicationHandlers); } \
NS_IMETHOD GetHasDefaultHandler(bool *aHasDefaultHandler) { return _to GetHasDefaultHandler(aHasDefaultHandler); } \
NS_IMETHOD GetDefaultDescription(nsAString & aDefaultDescription) { return _to GetDefaultDescription(aDefaultDescription); } \
NS_IMETHOD LaunchWithURI(nsIURI *aURI, nsIInterfaceRequestor *aWindowContext) { return _to LaunchWithURI(aURI, aWindowContext); } \
NS_IMETHOD GetPreferredAction(nsHandlerInfoAction *aPreferredAction) { return _to GetPreferredAction(aPreferredAction); } \
NS_IMETHOD SetPreferredAction(nsHandlerInfoAction aPreferredAction) { return _to SetPreferredAction(aPreferredAction); } \
NS_IMETHOD GetAlwaysAskBeforeHandling(bool *aAlwaysAskBeforeHandling) { return _to GetAlwaysAskBeforeHandling(aAlwaysAskBeforeHandling); } \
NS_IMETHOD SetAlwaysAskBeforeHandling(bool aAlwaysAskBeforeHandling) { return _to SetAlwaysAskBeforeHandling(aAlwaysAskBeforeHandling); }
/* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
#define NS_FORWARD_SAFE_NSIHANDLERINFO(_to) \
NS_IMETHOD GetType(nsACString & aType) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetType(aType); } \
NS_IMETHOD GetDescription(nsAString & aDescription) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetDescription(aDescription); } \
NS_IMETHOD SetDescription(const nsAString & aDescription) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetDescription(aDescription); } \
NS_IMETHOD GetPreferredApplicationHandler(nsIHandlerApp * *aPreferredApplicationHandler) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetPreferredApplicationHandler(aPreferredApplicationHandler); } \
NS_IMETHOD SetPreferredApplicationHandler(nsIHandlerApp *aPreferredApplicationHandler) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetPreferredApplicationHandler(aPreferredApplicationHandler); } \
NS_IMETHOD GetPossibleApplicationHandlers(nsIMutableArray * *aPossibleApplicationHandlers) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetPossibleApplicationHandlers(aPossibleApplicationHandlers); } \
NS_IMETHOD GetHasDefaultHandler(bool *aHasDefaultHandler) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetHasDefaultHandler(aHasDefaultHandler); } \
NS_IMETHOD GetDefaultDescription(nsAString & aDefaultDescription) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetDefaultDescription(aDefaultDescription); } \
NS_IMETHOD LaunchWithURI(nsIURI *aURI, nsIInterfaceRequestor *aWindowContext) { return !_to ? NS_ERROR_NULL_POINTER : _to->LaunchWithURI(aURI, aWindowContext); } \
NS_IMETHOD GetPreferredAction(nsHandlerInfoAction *aPreferredAction) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetPreferredAction(aPreferredAction); } \
NS_IMETHOD SetPreferredAction(nsHandlerInfoAction aPreferredAction) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetPreferredAction(aPreferredAction); } \
NS_IMETHOD GetAlwaysAskBeforeHandling(bool *aAlwaysAskBeforeHandling) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetAlwaysAskBeforeHandling(aAlwaysAskBeforeHandling); } \
NS_IMETHOD SetAlwaysAskBeforeHandling(bool aAlwaysAskBeforeHandling) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetAlwaysAskBeforeHandling(aAlwaysAskBeforeHandling); }
#if 0
/* Use the code below as a template for the implementation class for this interface. */
/* Header file */
class nsHandlerInfo : public nsIHandlerInfo
{
public:
NS_DECL_ISUPPORTS
NS_DECL_NSIHANDLERINFO
nsHandlerInfo();
private:
~nsHandlerInfo();
protected:
/* additional members */
};
/* Implementation file */
NS_IMPL_ISUPPORTS1(nsHandlerInfo, nsIHandlerInfo)
nsHandlerInfo::nsHandlerInfo()
{
/* member initializers and constructor code */
}
nsHandlerInfo::~nsHandlerInfo()
{
/* destructor code */
}
/* readonly attribute ACString type; */
NS_IMETHODIMP nsHandlerInfo::GetType(nsACString & aType)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute AString description; */
NS_IMETHODIMP nsHandlerInfo::GetDescription(nsAString & aDescription)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsHandlerInfo::SetDescription(const nsAString & aDescription)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute nsIHandlerApp preferredApplicationHandler; */
NS_IMETHODIMP nsHandlerInfo::GetPreferredApplicationHandler(nsIHandlerApp * *aPreferredApplicationHandler)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsHandlerInfo::SetPreferredApplicationHandler(nsIHandlerApp *aPreferredApplicationHandler)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute nsIMutableArray possibleApplicationHandlers; */
NS_IMETHODIMP nsHandlerInfo::GetPossibleApplicationHandlers(nsIMutableArray * *aPossibleApplicationHandlers)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute boolean hasDefaultHandler; */
NS_IMETHODIMP nsHandlerInfo::GetHasDefaultHandler(bool *aHasDefaultHandler)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute AString defaultDescription; */
NS_IMETHODIMP nsHandlerInfo::GetDefaultDescription(nsAString & aDefaultDescription)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void launchWithURI (in nsIURI aURI, [optional] in nsIInterfaceRequestor aWindowContext); */
NS_IMETHODIMP nsHandlerInfo::LaunchWithURI(nsIURI *aURI, nsIInterfaceRequestor *aWindowContext)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute nsHandlerInfoAction preferredAction; */
NS_IMETHODIMP nsHandlerInfo::GetPreferredAction(nsHandlerInfoAction *aPreferredAction)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsHandlerInfo::SetPreferredAction(nsHandlerInfoAction aPreferredAction)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute boolean alwaysAskBeforeHandling; */
NS_IMETHODIMP nsHandlerInfo::GetAlwaysAskBeforeHandling(bool *aAlwaysAskBeforeHandling)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsHandlerInfo::SetAlwaysAskBeforeHandling(bool aAlwaysAskBeforeHandling)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* End of implementation class template. */
#endif
/* starting interface: nsIMIMEInfo */
#define NS_IMIMEINFO_IID_STR "1c21acef-c7a1-40c6-9d40-a20480ee53a1"
#define NS_IMIMEINFO_IID \
{0x1c21acef, 0xc7a1, 0x40c6, \
{ 0x9d, 0x40, 0xa2, 0x04, 0x80, 0xee, 0x53, 0xa1 }}
class NS_NO_VTABLE nsIMIMEInfo : public nsIHandlerInfo {
public:
NS_DECLARE_STATIC_IID_ACCESSOR(NS_IMIMEINFO_IID)
/* nsIUTF8StringEnumerator getFileExtensions (); */
NS_IMETHOD GetFileExtensions(nsIUTF8StringEnumerator * *_retval) = 0;
/* void setFileExtensions (in AUTF8String aExtensions); */
NS_IMETHOD SetFileExtensions(const nsACString & aExtensions) = 0;
/* boolean extensionExists (in AUTF8String aExtension); */
NS_IMETHOD ExtensionExists(const nsACString & aExtension, bool *_retval) = 0;
/* void appendExtension (in AUTF8String aExtension); */
NS_IMETHOD AppendExtension(const nsACString & aExtension) = 0;
/* attribute AUTF8String primaryExtension; */
NS_IMETHOD GetPrimaryExtension(nsACString & aPrimaryExtension) = 0;
NS_IMETHOD SetPrimaryExtension(const nsACString & aPrimaryExtension) = 0;
/* readonly attribute ACString MIMEType; */
NS_IMETHOD GetMIMEType(nsACString & aMIMEType) = 0;
/* boolean equals (in nsIMIMEInfo aMIMEInfo); */
NS_IMETHOD Equals(nsIMIMEInfo *aMIMEInfo, bool *_retval) = 0;
/* readonly attribute nsIArray possibleLocalHandlers; */
NS_IMETHOD GetPossibleLocalHandlers(nsIArray * *aPossibleLocalHandlers) = 0;
/* void launchWithFile (in nsIFile aFile); */
NS_IMETHOD LaunchWithFile(nsIFile *aFile) = 0;
};
NS_DEFINE_STATIC_IID_ACCESSOR(nsIMIMEInfo, NS_IMIMEINFO_IID)
/* Use this macro when declaring classes that implement this interface. */
#define NS_DECL_NSIMIMEINFO \
NS_IMETHOD GetFileExtensions(nsIUTF8StringEnumerator * *_retval); \
NS_IMETHOD SetFileExtensions(const nsACString & aExtensions); \
NS_IMETHOD ExtensionExists(const nsACString & aExtension, bool *_retval); \
NS_IMETHOD AppendExtension(const nsACString & aExtension); \
NS_IMETHOD GetPrimaryExtension(nsACString & aPrimaryExtension); \
NS_IMETHOD SetPrimaryExtension(const nsACString & aPrimaryExtension); \
NS_IMETHOD GetMIMEType(nsACString & aMIMEType); \
NS_IMETHOD Equals(nsIMIMEInfo *aMIMEInfo, bool *_retval); \
NS_IMETHOD GetPossibleLocalHandlers(nsIArray * *aPossibleLocalHandlers); \
NS_IMETHOD LaunchWithFile(nsIFile *aFile);
/* Use this macro to declare functions that forward the behavior of this interface to another object. */
#define NS_FORWARD_NSIMIMEINFO(_to) \
NS_IMETHOD GetFileExtensions(nsIUTF8StringEnumerator * *_retval) { return _to GetFileExtensions(_retval); } \
NS_IMETHOD SetFileExtensions(const nsACString & aExtensions) { return _to SetFileExtensions(aExtensions); } \
NS_IMETHOD ExtensionExists(const nsACString & aExtension, bool *_retval) { return _to ExtensionExists(aExtension, _retval); } \
NS_IMETHOD AppendExtension(const nsACString & aExtension) { return _to AppendExtension(aExtension); } \
NS_IMETHOD GetPrimaryExtension(nsACString & aPrimaryExtension) { return _to GetPrimaryExtension(aPrimaryExtension); } \
NS_IMETHOD SetPrimaryExtension(const nsACString & aPrimaryExtension) { return _to SetPrimaryExtension(aPrimaryExtension); } \
NS_IMETHOD GetMIMEType(nsACString & aMIMEType) { return _to GetMIMEType(aMIMEType); } \
NS_IMETHOD Equals(nsIMIMEInfo *aMIMEInfo, bool *_retval) { return _to Equals(aMIMEInfo, _retval); } \
NS_IMETHOD GetPossibleLocalHandlers(nsIArray * *aPossibleLocalHandlers) { return _to GetPossibleLocalHandlers(aPossibleLocalHandlers); } \
NS_IMETHOD LaunchWithFile(nsIFile *aFile) { return _to LaunchWithFile(aFile); }
/* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
#define NS_FORWARD_SAFE_NSIMIMEINFO(_to) \
NS_IMETHOD GetFileExtensions(nsIUTF8StringEnumerator * *_retval) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetFileExtensions(_retval); } \
NS_IMETHOD SetFileExtensions(const nsACString & aExtensions) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetFileExtensions(aExtensions); } \
NS_IMETHOD ExtensionExists(const nsACString & aExtension, bool *_retval) { return !_to ? NS_ERROR_NULL_POINTER : _to->ExtensionExists(aExtension, _retval); } \
NS_IMETHOD AppendExtension(const nsACString & aExtension) { return !_to ? NS_ERROR_NULL_POINTER : _to->AppendExtension(aExtension); } \
NS_IMETHOD GetPrimaryExtension(nsACString & aPrimaryExtension) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetPrimaryExtension(aPrimaryExtension); } \
NS_IMETHOD SetPrimaryExtension(const nsACString & aPrimaryExtension) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetPrimaryExtension(aPrimaryExtension); } \
NS_IMETHOD GetMIMEType(nsACString & aMIMEType) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetMIMEType(aMIMEType); } \
NS_IMETHOD Equals(nsIMIMEInfo *aMIMEInfo, bool *_retval) { return !_to ? NS_ERROR_NULL_POINTER : _to->Equals(aMIMEInfo, _retval); } \
NS_IMETHOD GetPossibleLocalHandlers(nsIArray * *aPossibleLocalHandlers) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetPossibleLocalHandlers(aPossibleLocalHandlers); } \
NS_IMETHOD LaunchWithFile(nsIFile *aFile) { return !_to ? NS_ERROR_NULL_POINTER : _to->LaunchWithFile(aFile); }
#if 0
/* Use the code below as a template for the implementation class for this interface. */
/* Header file */
class nsMIMEInfo : public nsIMIMEInfo
{
public:
NS_DECL_ISUPPORTS
NS_DECL_NSIMIMEINFO
nsMIMEInfo();
private:
~nsMIMEInfo();
protected:
/* additional members */
};
/* Implementation file */
NS_IMPL_ISUPPORTS1(nsMIMEInfo, nsIMIMEInfo)
nsMIMEInfo::nsMIMEInfo()
{
/* member initializers and constructor code */
}
nsMIMEInfo::~nsMIMEInfo()
{
/* destructor code */
}
/* nsIUTF8StringEnumerator getFileExtensions (); */
NS_IMETHODIMP nsMIMEInfo::GetFileExtensions(nsIUTF8StringEnumerator * *_retval)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void setFileExtensions (in AUTF8String aExtensions); */
NS_IMETHODIMP nsMIMEInfo::SetFileExtensions(const nsACString & aExtensions)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* boolean extensionExists (in AUTF8String aExtension); */
NS_IMETHODIMP nsMIMEInfo::ExtensionExists(const nsACString & aExtension, bool *_retval)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void appendExtension (in AUTF8String aExtension); */
NS_IMETHODIMP nsMIMEInfo::AppendExtension(const nsACString & aExtension)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute AUTF8String primaryExtension; */
NS_IMETHODIMP nsMIMEInfo::GetPrimaryExtension(nsACString & aPrimaryExtension)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsMIMEInfo::SetPrimaryExtension(const nsACString & aPrimaryExtension)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute ACString MIMEType; */
NS_IMETHODIMP nsMIMEInfo::GetMIMEType(nsACString & aMIMEType)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* boolean equals (in nsIMIMEInfo aMIMEInfo); */
NS_IMETHODIMP nsMIMEInfo::Equals(nsIMIMEInfo *aMIMEInfo, bool *_retval)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute nsIArray possibleLocalHandlers; */
NS_IMETHODIMP nsMIMEInfo::GetPossibleLocalHandlers(nsIArray * *aPossibleLocalHandlers)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void launchWithFile (in nsIFile aFile); */
NS_IMETHODIMP nsMIMEInfo::LaunchWithFile(nsIFile *aFile)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* End of implementation class template. */
#endif
/* starting interface: nsIHandlerApp */
#define NS_IHANDLERAPP_IID_STR "8bdf20a4-9170-4548-af52-78311a44f920"
#define NS_IHANDLERAPP_IID \
{0x8bdf20a4, 0x9170, 0x4548, \
{ 0xaf, 0x52, 0x78, 0x31, 0x1a, 0x44, 0xf9, 0x20 }}
class NS_NO_VTABLE nsIHandlerApp : public nsISupports {
public:
NS_DECLARE_STATIC_IID_ACCESSOR(NS_IHANDLERAPP_IID)
/* attribute AString name; */
NS_IMETHOD GetName(nsAString & aName) = 0;
NS_IMETHOD SetName(const nsAString & aName) = 0;
/* attribute AString detailedDescription; */
NS_IMETHOD GetDetailedDescription(nsAString & aDetailedDescription) = 0;
NS_IMETHOD SetDetailedDescription(const nsAString & aDetailedDescription) = 0;
/* boolean equals (in nsIHandlerApp aHandlerApp); */
NS_IMETHOD Equals(nsIHandlerApp *aHandlerApp, bool *_retval) = 0;
/* void launchWithURI (in nsIURI aURI, [optional] in nsIInterfaceRequestor aWindowContext); */
NS_IMETHOD LaunchWithURI(nsIURI *aURI, nsIInterfaceRequestor *aWindowContext) = 0;
};
NS_DEFINE_STATIC_IID_ACCESSOR(nsIHandlerApp, NS_IHANDLERAPP_IID)
/* Use this macro when declaring classes that implement this interface. */
#define NS_DECL_NSIHANDLERAPP \
NS_IMETHOD GetName(nsAString & aName); \
NS_IMETHOD SetName(const nsAString & aName); \
NS_IMETHOD GetDetailedDescription(nsAString & aDetailedDescription); \
NS_IMETHOD SetDetailedDescription(const nsAString & aDetailedDescription); \
NS_IMETHOD Equals(nsIHandlerApp *aHandlerApp, bool *_retval); \
NS_IMETHOD LaunchWithURI(nsIURI *aURI, nsIInterfaceRequestor *aWindowContext);
/* Use this macro to declare functions that forward the behavior of this interface to another object. */
#define NS_FORWARD_NSIHANDLERAPP(_to) \
NS_IMETHOD GetName(nsAString & aName) { return _to GetName(aName); } \
NS_IMETHOD SetName(const nsAString & aName) { return _to SetName(aName); } \
NS_IMETHOD GetDetailedDescription(nsAString & aDetailedDescription) { return _to GetDetailedDescription(aDetailedDescription); } \
NS_IMETHOD SetDetailedDescription(const nsAString & aDetailedDescription) { return _to SetDetailedDescription(aDetailedDescription); } \
NS_IMETHOD Equals(nsIHandlerApp *aHandlerApp, bool *_retval) { return _to Equals(aHandlerApp, _retval); } \
NS_IMETHOD LaunchWithURI(nsIURI *aURI, nsIInterfaceRequestor *aWindowContext) { return _to LaunchWithURI(aURI, aWindowContext); }
/* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
#define NS_FORWARD_SAFE_NSIHANDLERAPP(_to) \
NS_IMETHOD GetName(nsAString & aName) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetName(aName); } \
NS_IMETHOD SetName(const nsAString & aName) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetName(aName); } \
NS_IMETHOD GetDetailedDescription(nsAString & aDetailedDescription) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetDetailedDescription(aDetailedDescription); } \
NS_IMETHOD SetDetailedDescription(const nsAString & aDetailedDescription) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetDetailedDescription(aDetailedDescription); } \
NS_IMETHOD Equals(nsIHandlerApp *aHandlerApp, bool *_retval) { return !_to ? NS_ERROR_NULL_POINTER : _to->Equals(aHandlerApp, _retval); } \
NS_IMETHOD LaunchWithURI(nsIURI *aURI, nsIInterfaceRequestor *aWindowContext) { return !_to ? NS_ERROR_NULL_POINTER : _to->LaunchWithURI(aURI, aWindowContext); }
#if 0
/* Use the code below as a template for the implementation class for this interface. */
/* Header file */
class nsHandlerApp : public nsIHandlerApp
{
public:
NS_DECL_ISUPPORTS
NS_DECL_NSIHANDLERAPP
nsHandlerApp();
private:
~nsHandlerApp();
protected:
/* additional members */
};
/* Implementation file */
NS_IMPL_ISUPPORTS1(nsHandlerApp, nsIHandlerApp)
nsHandlerApp::nsHandlerApp()
{
/* member initializers and constructor code */
}
nsHandlerApp::~nsHandlerApp()
{
/* destructor code */
}
/* attribute AString name; */
NS_IMETHODIMP nsHandlerApp::GetName(nsAString & aName)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsHandlerApp::SetName(const nsAString & aName)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute AString detailedDescription; */
NS_IMETHODIMP nsHandlerApp::GetDetailedDescription(nsAString & aDetailedDescription)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsHandlerApp::SetDetailedDescription(const nsAString & aDetailedDescription)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* boolean equals (in nsIHandlerApp aHandlerApp); */
NS_IMETHODIMP nsHandlerApp::Equals(nsIHandlerApp *aHandlerApp, bool *_retval)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void launchWithURI (in nsIURI aURI, [optional] in nsIInterfaceRequestor aWindowContext); */
NS_IMETHODIMP nsHandlerApp::LaunchWithURI(nsIURI *aURI, nsIInterfaceRequestor *aWindowContext)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* End of implementation class template. */
#endif
/* starting interface: nsILocalHandlerApp */
#define NS_ILOCALHANDLERAPP_IID_STR "d36b6329-52ae-4f45-80f4-b2536ae5f8b2"
#define NS_ILOCALHANDLERAPP_IID \
{0xd36b6329, 0x52ae, 0x4f45, \
{ 0x80, 0xf4, 0xb2, 0x53, 0x6a, 0xe5, 0xf8, 0xb2 }}
class NS_NO_VTABLE nsILocalHandlerApp : public nsIHandlerApp {
public:
NS_DECLARE_STATIC_IID_ACCESSOR(NS_ILOCALHANDLERAPP_IID)
/* attribute nsIFile executable; */
NS_IMETHOD GetExecutable(nsIFile * *aExecutable) = 0;
NS_IMETHOD SetExecutable(nsIFile *aExecutable) = 0;
/* readonly attribute unsigned long parameterCount; */
NS_IMETHOD GetParameterCount(uint32_t *aParameterCount) = 0;
/* void clearParameters (); */
NS_IMETHOD ClearParameters(void) = 0;
/* void appendParameter (in AString param); */
NS_IMETHOD AppendParameter(const nsAString & param) = 0;
/* AString getParameter (in unsigned long parameterIndex); */
NS_IMETHOD GetParameter(uint32_t parameterIndex, nsAString & _retval) = 0;
/* boolean parameterExists (in AString param); */
NS_IMETHOD ParameterExists(const nsAString & param, bool *_retval) = 0;
};
NS_DEFINE_STATIC_IID_ACCESSOR(nsILocalHandlerApp, NS_ILOCALHANDLERAPP_IID)
/* Use this macro when declaring classes that implement this interface. */
#define NS_DECL_NSILOCALHANDLERAPP \
NS_IMETHOD GetExecutable(nsIFile * *aExecutable); \
NS_IMETHOD SetExecutable(nsIFile *aExecutable); \
NS_IMETHOD GetParameterCount(uint32_t *aParameterCount); \
NS_IMETHOD ClearParameters(void); \
NS_IMETHOD AppendParameter(const nsAString & param); \
NS_IMETHOD GetParameter(uint32_t parameterIndex, nsAString & _retval); \
NS_IMETHOD ParameterExists(const nsAString & param, bool *_retval);
/* Use this macro to declare functions that forward the behavior of this interface to another object. */
#define NS_FORWARD_NSILOCALHANDLERAPP(_to) \
NS_IMETHOD GetExecutable(nsIFile * *aExecutable) { return _to GetExecutable(aExecutable); } \
NS_IMETHOD SetExecutable(nsIFile *aExecutable) { return _to SetExecutable(aExecutable); } \
NS_IMETHOD GetParameterCount(uint32_t *aParameterCount) { return _to GetParameterCount(aParameterCount); } \
NS_IMETHOD ClearParameters(void) { return _to ClearParameters(); } \
NS_IMETHOD AppendParameter(const nsAString & param) { return _to AppendParameter(param); } \
NS_IMETHOD GetParameter(uint32_t parameterIndex, nsAString & _retval) { return _to GetParameter(parameterIndex, _retval); } \
NS_IMETHOD ParameterExists(const nsAString & param, bool *_retval) { return _to ParameterExists(param, _retval); }
/* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
#define NS_FORWARD_SAFE_NSILOCALHANDLERAPP(_to) \
NS_IMETHOD GetExecutable(nsIFile * *aExecutable) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetExecutable(aExecutable); } \
NS_IMETHOD SetExecutable(nsIFile *aExecutable) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetExecutable(aExecutable); } \
NS_IMETHOD GetParameterCount(uint32_t *aParameterCount) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetParameterCount(aParameterCount); } \
NS_IMETHOD ClearParameters(void) { return !_to ? NS_ERROR_NULL_POINTER : _to->ClearParameters(); } \
NS_IMETHOD AppendParameter(const nsAString & param) { return !_to ? NS_ERROR_NULL_POINTER : _to->AppendParameter(param); } \
NS_IMETHOD GetParameter(uint32_t parameterIndex, nsAString & _retval) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetParameter(parameterIndex, _retval); } \
NS_IMETHOD ParameterExists(const nsAString & param, bool *_retval) { return !_to ? NS_ERROR_NULL_POINTER : _to->ParameterExists(param, _retval); }
#if 0
/* Use the code below as a template for the implementation class for this interface. */
/* Header file */
class nsLocalHandlerApp : public nsILocalHandlerApp
{
public:
NS_DECL_ISUPPORTS
NS_DECL_NSILOCALHANDLERAPP
nsLocalHandlerApp();
private:
~nsLocalHandlerApp();
protected:
/* additional members */
};
/* Implementation file */
NS_IMPL_ISUPPORTS1(nsLocalHandlerApp, nsILocalHandlerApp)
nsLocalHandlerApp::nsLocalHandlerApp()
{
/* member initializers and constructor code */
}
nsLocalHandlerApp::~nsLocalHandlerApp()
{
/* destructor code */
}
/* attribute nsIFile executable; */
NS_IMETHODIMP nsLocalHandlerApp::GetExecutable(nsIFile * *aExecutable)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsLocalHandlerApp::SetExecutable(nsIFile *aExecutable)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute unsigned long parameterCount; */
NS_IMETHODIMP nsLocalHandlerApp::GetParameterCount(uint32_t *aParameterCount)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void clearParameters (); */
NS_IMETHODIMP nsLocalHandlerApp::ClearParameters()
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void appendParameter (in AString param); */
NS_IMETHODIMP nsLocalHandlerApp::AppendParameter(const nsAString & param)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* AString getParameter (in unsigned long parameterIndex); */
NS_IMETHODIMP nsLocalHandlerApp::GetParameter(uint32_t parameterIndex, nsAString & _retval)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* boolean parameterExists (in AString param); */
NS_IMETHODIMP nsLocalHandlerApp::ParameterExists(const nsAString & param, bool *_retval)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* End of implementation class template. */
#endif
/* starting interface: nsIWebHandlerApp */
#define NS_IWEBHANDLERAPP_IID_STR "7521a093-c498-45ce-b462-df7ba0d882f6"
#define NS_IWEBHANDLERAPP_IID \
{0x7521a093, 0xc498, 0x45ce, \
{ 0xb4, 0x62, 0xdf, 0x7b, 0xa0, 0xd8, 0x82, 0xf6 }}
class NS_NO_VTABLE nsIWebHandlerApp : public nsIHandlerApp {
public:
NS_DECLARE_STATIC_IID_ACCESSOR(NS_IWEBHANDLERAPP_IID)
/* attribute AUTF8String uriTemplate; */
NS_IMETHOD GetUriTemplate(nsACString & aUriTemplate) = 0;
NS_IMETHOD SetUriTemplate(const nsACString & aUriTemplate) = 0;
};
NS_DEFINE_STATIC_IID_ACCESSOR(nsIWebHandlerApp, NS_IWEBHANDLERAPP_IID)
/* Use this macro when declaring classes that implement this interface. */
#define NS_DECL_NSIWEBHANDLERAPP \
NS_IMETHOD GetUriTemplate(nsACString & aUriTemplate); \
NS_IMETHOD SetUriTemplate(const nsACString & aUriTemplate);
/* Use this macro to declare functions that forward the behavior of this interface to another object. */
#define NS_FORWARD_NSIWEBHANDLERAPP(_to) \
NS_IMETHOD GetUriTemplate(nsACString & aUriTemplate) { return _to GetUriTemplate(aUriTemplate); } \
NS_IMETHOD SetUriTemplate(const nsACString & aUriTemplate) { return _to SetUriTemplate(aUriTemplate); }
/* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
#define NS_FORWARD_SAFE_NSIWEBHANDLERAPP(_to) \
NS_IMETHOD GetUriTemplate(nsACString & aUriTemplate) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetUriTemplate(aUriTemplate); } \
NS_IMETHOD SetUriTemplate(const nsACString & aUriTemplate) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetUriTemplate(aUriTemplate); }
#if 0
/* Use the code below as a template for the implementation class for this interface. */
/* Header file */
class nsWebHandlerApp : public nsIWebHandlerApp
{
public:
NS_DECL_ISUPPORTS
NS_DECL_NSIWEBHANDLERAPP
nsWebHandlerApp();
private:
~nsWebHandlerApp();
protected:
/* additional members */
};
/* Implementation file */
NS_IMPL_ISUPPORTS1(nsWebHandlerApp, nsIWebHandlerApp)
nsWebHandlerApp::nsWebHandlerApp()
{
/* member initializers and constructor code */
}
nsWebHandlerApp::~nsWebHandlerApp()
{
/* destructor code */
}
/* attribute AUTF8String uriTemplate; */
NS_IMETHODIMP nsWebHandlerApp::GetUriTemplate(nsACString & aUriTemplate)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsWebHandlerApp::SetUriTemplate(const nsACString & aUriTemplate)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* End of implementation class template. */
#endif
/* starting interface: nsIDBusHandlerApp */
#define NS_IDBUSHANDLERAPP_IID_STR "1ffc274b-4cbf-4bb5-a635-05ad2cbb6534"
#define NS_IDBUSHANDLERAPP_IID \
{0x1ffc274b, 0x4cbf, 0x4bb5, \
{ 0xa6, 0x35, 0x05, 0xad, 0x2c, 0xbb, 0x65, 0x34 }}
class NS_NO_VTABLE nsIDBusHandlerApp : public nsIHandlerApp {
public:
NS_DECLARE_STATIC_IID_ACCESSOR(NS_IDBUSHANDLERAPP_IID)
/* attribute AUTF8String service; */
NS_IMETHOD GetService(nsACString & aService) = 0;
NS_IMETHOD SetService(const nsACString & aService) = 0;
/* attribute AUTF8String objectPath; */
NS_IMETHOD GetObjectPath(nsACString & aObjectPath) = 0;
NS_IMETHOD SetObjectPath(const nsACString & aObjectPath) = 0;
/* attribute AUTF8String dBusInterface; */
NS_IMETHOD GetDBusInterface(nsACString & aDBusInterface) = 0;
NS_IMETHOD SetDBusInterface(const nsACString & aDBusInterface) = 0;
/* attribute AUTF8String method; */
NS_IMETHOD GetMethod(nsACString & aMethod) = 0;
NS_IMETHOD SetMethod(const nsACString & aMethod) = 0;
};
NS_DEFINE_STATIC_IID_ACCESSOR(nsIDBusHandlerApp, NS_IDBUSHANDLERAPP_IID)
/* Use this macro when declaring classes that implement this interface. */
#define NS_DECL_NSIDBUSHANDLERAPP \
NS_IMETHOD GetService(nsACString & aService); \
NS_IMETHOD SetService(const nsACString & aService); \
NS_IMETHOD GetObjectPath(nsACString & aObjectPath); \
NS_IMETHOD SetObjectPath(const nsACString & aObjectPath); \
NS_IMETHOD GetDBusInterface(nsACString & aDBusInterface); \
NS_IMETHOD SetDBusInterface(const nsACString & aDBusInterface); \
NS_IMETHOD GetMethod(nsACString & aMethod); \
NS_IMETHOD SetMethod(const nsACString & aMethod);
/* Use this macro to declare functions that forward the behavior of this interface to another object. */
#define NS_FORWARD_NSIDBUSHANDLERAPP(_to) \
NS_IMETHOD GetService(nsACString & aService) { return _to GetService(aService); } \
NS_IMETHOD SetService(const nsACString & aService) { return _to SetService(aService); } \
NS_IMETHOD GetObjectPath(nsACString & aObjectPath) { return _to GetObjectPath(aObjectPath); } \
NS_IMETHOD SetObjectPath(const nsACString & aObjectPath) { return _to SetObjectPath(aObjectPath); } \
NS_IMETHOD GetDBusInterface(nsACString & aDBusInterface) { return _to GetDBusInterface(aDBusInterface); } \
NS_IMETHOD SetDBusInterface(const nsACString & aDBusInterface) { return _to SetDBusInterface(aDBusInterface); } \
NS_IMETHOD GetMethod(nsACString & aMethod) { return _to GetMethod(aMethod); } \
NS_IMETHOD SetMethod(const nsACString & aMethod) { return _to SetMethod(aMethod); }
/* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
#define NS_FORWARD_SAFE_NSIDBUSHANDLERAPP(_to) \
NS_IMETHOD GetService(nsACString & aService) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetService(aService); } \
NS_IMETHOD SetService(const nsACString & aService) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetService(aService); } \
NS_IMETHOD GetObjectPath(nsACString & aObjectPath) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetObjectPath(aObjectPath); } \
NS_IMETHOD SetObjectPath(const nsACString & aObjectPath) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetObjectPath(aObjectPath); } \
NS_IMETHOD GetDBusInterface(nsACString & aDBusInterface) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetDBusInterface(aDBusInterface); } \
NS_IMETHOD SetDBusInterface(const nsACString & aDBusInterface) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetDBusInterface(aDBusInterface); } \
NS_IMETHOD GetMethod(nsACString & aMethod) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetMethod(aMethod); } \
NS_IMETHOD SetMethod(const nsACString & aMethod) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetMethod(aMethod); }
#if 0
/* Use the code below as a template for the implementation class for this interface. */
/* Header file */
class nsDBusHandlerApp : public nsIDBusHandlerApp
{
public:
NS_DECL_ISUPPORTS
NS_DECL_NSIDBUSHANDLERAPP
nsDBusHandlerApp();
private:
~nsDBusHandlerApp();
protected:
/* additional members */
};
/* Implementation file */
NS_IMPL_ISUPPORTS1(nsDBusHandlerApp, nsIDBusHandlerApp)
nsDBusHandlerApp::nsDBusHandlerApp()
{
/* member initializers and constructor code */
}
nsDBusHandlerApp::~nsDBusHandlerApp()
{
/* destructor code */
}
/* attribute AUTF8String service; */
NS_IMETHODIMP nsDBusHandlerApp::GetService(nsACString & aService)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsDBusHandlerApp::SetService(const nsACString & aService)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute AUTF8String objectPath; */
NS_IMETHODIMP nsDBusHandlerApp::GetObjectPath(nsACString & aObjectPath)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsDBusHandlerApp::SetObjectPath(const nsACString & aObjectPath)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute AUTF8String dBusInterface; */
NS_IMETHODIMP nsDBusHandlerApp::GetDBusInterface(nsACString & aDBusInterface)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsDBusHandlerApp::SetDBusInterface(const nsACString & aDBusInterface)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute AUTF8String method; */
NS_IMETHODIMP nsDBusHandlerApp::GetMethod(nsACString & aMethod)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsDBusHandlerApp::SetMethod(const nsACString & aMethod)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* End of implementation class template. */
#endif
#endif /* __gen_nsIMIMEInfo_h__ */