Pepper_31_C_interfaces
|
#include "ppapi/c/pp_bool.h"
#include "ppapi/c/pp_instance.h"
#include "ppapi/c/pp_macros.h"
#include "ppapi/c/pp_stdint.h"
#include "ppapi/c/pp_var.h"
Go to the source code of this file.
Classes | |
struct | PPP_Messaging_1_0 |
Macros | |
#define | PPP_MESSAGING_INTERFACE_1_0 "PPP_Messaging;1.0" |
#define | PPP_MESSAGING_INTERFACE PPP_MESSAGING_INTERFACE_1_0 |
Typedefs | |
typedef struct PPP_Messaging_1_0 | PPP_Messaging |
This file defines the PPP_Messaging interface containing pointers to functions that you must implement to handle postMessage messages on the associated DOM element.
Definition in file ppp_messaging.h.
#define PPP_MESSAGING_INTERFACE PPP_MESSAGING_INTERFACE_1_0 |
Definition at line 18 of file ppp_messaging.h.
#define PPP_MESSAGING_INTERFACE_1_0 "PPP_Messaging;1.0" |
Definition at line 17 of file ppp_messaging.h.