webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
import"IWebNotificationCenter.idl";
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) |
HRESULT IWebNotificationCenter::addObserver | ( | [in] IWebNotificationObserver * | observer, |
[in] BSTR | notificationName, | ||
[in] IUnknown * | anObject | ||
) |
HRESULT IWebNotificationCenter::defaultCenter | ( | [out, retval] IWebNotificationCenter ** | center | ) |
HRESULT IWebNotificationCenter::postNotification | ( | [in] IWebNotification * | notification | ) |
HRESULT IWebNotificationCenter::postNotificationName | ( | [in] BSTR | notificationName, |
[in] IUnknown * | anObject, | ||
[in] IPropertyBag * | userInfo | ||
) |
HRESULT IWebNotificationCenter::removeObserver | ( | [in] IWebNotificationObserver * | anObserver, |
[in] BSTR | notificationName, | ||
[in] IUnknown * | anObject | ||
) |