|
Pepper_42_C_interfaces
|
#include "ppapi/c/pp_bool.h"#include "ppapi/c/pp_instance.h"#include "ppapi/c/pp_macros.h"#include "ppapi/c/pp_resource.h"#include "ppapi/c/pp_stdint.h"#include "ppapi/c/pp_var.h"#include "ppapi/c/ppp_message_handler.h"
Go to the source code of this file.
Classes | |
| struct | PPB_Messaging_1_2 |
| struct | PPB_Messaging_1_0 |
Macros | |
| #define | PPB_MESSAGING_INTERFACE_1_0 "PPB_Messaging;1.0" |
| #define | PPB_MESSAGING_INTERFACE_1_2 "PPB_Messaging;1.2" |
| #define | PPB_MESSAGING_INTERFACE PPB_MESSAGING_INTERFACE_1_2 |
Typedefs | |
| typedef struct PPB_Messaging_1_2 | PPB_Messaging |
This file defines the PPB_Messaging interface implemented by the browser for sending messages to DOM elements associated with a specific module instance.
Definition in file ppb_messaging.h.
| #define PPB_MESSAGING_INTERFACE PPB_MESSAGING_INTERFACE_1_2 |
Definition at line 21 of file ppb_messaging.h.
| #define PPB_MESSAGING_INTERFACE_1_0 "PPB_Messaging;1.0" |
Definition at line 19 of file ppb_messaging.h.
| #define PPB_MESSAGING_INTERFACE_1_2 "PPB_Messaging;1.2" |
Definition at line 20 of file ppb_messaging.h.
1.8.6