Bug 823958 - idl change - Add nsITelephonyListener::EnumerateCallStateComplete() (part 1/4). r=bent

This commit is contained in:
Hsin-Yi Tsai 2013-05-09 18:44:13 +08:00
parent 3c8ba92757
commit cd9c4ac5e9

View File

@ -4,7 +4,7 @@
#include "nsISupports.idl"
[scriptable, uuid(bde19ba2-83c8-4df7-a014-28fe71535527)]
[scriptable, uuid(37fde795-7ff4-40fd-925b-3ebc07ba0cd1)]
interface nsITelephonyListener : nsISupports
{
/**
@ -30,6 +30,12 @@ interface nsITelephonyListener : nsISupports
in boolean isOutgoing,
in boolean isEmergency);
/**
* Called when enumeration asked by nsITelephonyProvider::enumerateCalls
* is completed.
*/
void enumerateCallStateComplete();
/**
* Called when nsITelephonyProvider is asked to enumerate the current
* telephony call state (nsITelephonyProvider::enumerateCalls). This is