| Pepper_47_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 | PPB_Console_1_0 | 
| Macros | |
| #define | PPB_CONSOLE_INTERFACE_1_0 "PPB_Console;1.0" | 
| #define | PPB_CONSOLE_INTERFACE PPB_CONSOLE_INTERFACE_1_0 | 
| Typedefs | |
| typedef struct PPB_Console_1_0 | PPB_Console | 
| Enumerations | |
| enum | PP_LogLevel { PP_LOGLEVEL_TIP = 0, PP_LOGLEVEL_LOG = 1, PP_LOGLEVEL_WARNING = 2, PP_LOGLEVEL_ERROR = 3 } | 
| Functions | |
| PP_COMPILE_ASSERT_SIZE_IN_BYTES (PP_LogLevel, 4) | |
This file defines the PPB_Console interface. 
Definition in file ppb_console.h.
| #define PPB_CONSOLE_INTERFACE PPB_CONSOLE_INTERFACE_1_0 | 
Definition at line 18 of file ppb_console.h.
| #define PPB_CONSOLE_INTERFACE_1_0 "PPB_Console;1.0" | 
Definition at line 17 of file ppb_console.h.
 1.8.6
 1.8.6