mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 823958 - idl change - Add nsITelephonyListener::EnumerateCallStateComplete() (part 1/4). r=bent
This commit is contained in:
parent
3c8ba92757
commit
cd9c4ac5e9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user