Include dependency graph for ppb_messaging.h:
Data Structures
struct | PPB_Messaging |
The PPB_Messaging interface is implemented by the browser and is related to sending messages to JavaScript message event listeners on the DOM element associated with specific module instance. More... |
Defines
#define | PPB_MESSAGING_INTERFACE "PPB_Messaging;1.2" |
#define | PPB_MESSAGING_INTERFACE PPB_MESSAGING_INTERFACE |
Typedefs
typedef struct PPB_Messaging | PPB_Messaging |
Detailed Description
This file defines the PPB_Messaging
interface implemented by the browser for sending messages to DOM elements associated with a specific module instance.
Define Documentation
#define PPB_MESSAGING_INTERFACE "PPB_Messaging;1.2" |