|
Pepper_31_C_interfaces
|
#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_CharSet_Dev_0_4 |
Macros | |
| #define | PPB_CHAR_SET_DEV_INTERFACE_0_4 "PPB_CharSet(Dev);0.4" |
| #define | PPB_CHAR_SET_DEV_INTERFACE PPB_CHAR_SET_DEV_INTERFACE_0_4 |
Typedefs | |
| typedef struct PPB_CharSet_Dev_0_4 | PPB_CharSet_Dev |
Enumerations | |
| enum | PP_CharSet_ConversionError { PP_CHARSET_CONVERSIONERROR_FAIL, PP_CHARSET_CONVERSIONERROR_SKIP, PP_CHARSET_CONVERSIONERROR_SUBSTITUTE } |
Functions | |
| PP_COMPILE_ASSERT_ENUM_SIZE_IN_BYTES (PP_CharSet_ConversionError, 4) | |
| #define PPB_CHAR_SET_DEV_INTERFACE PPB_CHAR_SET_DEV_INTERFACE_0_4 |
Definition at line 14 of file ppb_char_set_dev.h.
| #define PPB_CHAR_SET_DEV_INTERFACE_0_4 "PPB_CharSet(Dev);0.4" |
Definition at line 13 of file ppb_char_set_dev.h.
| typedef struct PPB_CharSet_Dev_0_4 PPB_CharSet_Dev |
Definition at line 83 of file ppb_char_set_dev.h.
| Enumerator | |
|---|---|
| PP_CHARSET_CONVERSIONERROR_FAIL | |
| PP_CHARSET_CONVERSIONERROR_SKIP | |
| PP_CHARSET_CONVERSIONERROR_SUBSTITUTE | |
Definition at line 20 of file ppb_char_set_dev.h.
| PP_COMPILE_ASSERT_ENUM_SIZE_IN_BYTES | ( | PP_CharSet_ConversionError | , |
| 4 | |||
| ) |
1.8.6