webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
IWebNotificationCenter Interface Reference

import"IWebNotificationCenter.idl";

Inheritance diagram for IWebNotificationCenter:
WebNotificationCenter

Public Member Functions

HRESULT defaultCenter ([out, retval] IWebNotificationCenter **center)
 
HRESULT addObserver ([in] IWebNotificationObserver *observer, [in] BSTR notificationName, [in] IUnknown *anObject)
 
HRESULT postNotification ([in] IWebNotification *notification)
 
HRESULT postNotificationName ([in] BSTR notificationName, [in] IUnknown *anObject, [in] IPropertyBag *userInfo)
 
HRESULT removeObserver ([in] IWebNotificationObserver *anObserver, [in] BSTR notificationName, [in] IUnknown *anObject)
 

Member Function Documentation

◆ addObserver()

HRESULT IWebNotificationCenter::addObserver ( [in] IWebNotificationObserver observer,
[in] BSTR  notificationName,
[in] IUnknown *  anObject 
)

◆ defaultCenter()

HRESULT IWebNotificationCenter::defaultCenter ( [out, retval] IWebNotificationCenter **  center)

◆ postNotification()

HRESULT IWebNotificationCenter::postNotification ( [in] IWebNotification notification)

◆ postNotificationName()

HRESULT IWebNotificationCenter::postNotificationName ( [in] BSTR  notificationName,
[in] IUnknown *  anObject,
[in] IPropertyBag *  userInfo 
)

◆ removeObserver()

HRESULT IWebNotificationCenter::removeObserver ( [in] IWebNotificationObserver anObserver,
[in] BSTR  notificationName,
[in] IUnknown *  anObject 
)

The documentation for this interface was generated from the following file: