mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 12:35:58 +00:00
Bug 814634 - part2 - internal API. r=vicamo
This commit is contained in:
parent
b61d746b5a
commit
9d1934c0d8
@ -22,7 +22,7 @@ interface nsIVoicemailListener : nsISupports
|
||||
* XPCOM component (in the content process) that provides the voicemail
|
||||
* information.
|
||||
*/
|
||||
[scriptable, uuid(38746f3c-f4e3-4804-b900-ba2463b923c8)]
|
||||
[scriptable, uuid(1bbfff90-88f7-4d73-896e-9620a0000ab0)]
|
||||
interface nsIVoicemailProvider : nsISupports
|
||||
{
|
||||
readonly attribute unsigned long voicemailDefaultServiceId;
|
||||
@ -35,7 +35,7 @@ interface nsIVoicemailProvider : nsISupports
|
||||
void registerVoicemailMsg(in nsIVoicemailListener listener);
|
||||
void unregisterVoicemailMsg(in nsIVoicemailListener listener);
|
||||
|
||||
readonly attribute nsIDOMMozVoicemailStatus voicemailStatus;
|
||||
readonly attribute DOMString voicemailNumber;
|
||||
readonly attribute DOMString voicemailDisplayName;
|
||||
nsIDOMMozVoicemailStatus getVoicemailStatus(in unsigned long clientId);
|
||||
DOMString getVoicemailNumber(in unsigned long clientId);
|
||||
DOMString getVoicemailDisplayName(in unsigned long clientId);
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user