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

import"IWebDesktopNotificationsDelegate.idl";

Inheritance diagram for IWebDesktopNotification:

Public Member Functions

HRESULT isHTML ([out, retval] BOOL *result)
 
HRESULT contentsURL ([out, retval] BSTR *result)
 
HRESULT iconURL ([out, retval] BSTR *result)
 
HRESULT title ([out, retval] BSTR *result)
 
HRESULT text ([out, retval] BSTR *result)
 
HRESULT notifyDisplay ()
 
HRESULT notifyError ()
 
HRESULT notifyClose ([in] BOOL xplicit)
 

Member Function Documentation

◆ contentsURL()

HRESULT IWebDesktopNotification::contentsURL ( [out, retval] BSTR result)

◆ iconURL()

HRESULT IWebDesktopNotification::iconURL ( [out, retval] BSTR result)

◆ isHTML()

HRESULT IWebDesktopNotification::isHTML ( [out, retval] BOOL result)

◆ notifyClose()

HRESULT IWebDesktopNotification::notifyClose ( [in] BOOL  xplicit)

◆ notifyDisplay()

HRESULT IWebDesktopNotification::notifyDisplay ( )

◆ notifyError()

HRESULT IWebDesktopNotification::notifyError ( )

◆ text()

HRESULT IWebDesktopNotification::text ( [out, retval] BSTR result)

◆ title()

HRESULT IWebDesktopNotification::title ( [out, retval] BSTR result)

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