Pepper_31_C_interfaces
Classes | Macros | Typedefs | Enumerations | Functions
ppb_char_set_dev.h File Reference
#include "ppapi/c/pp_instance.h"
#include "ppapi/c/pp_macros.h"
#include "ppapi/c/pp_stdint.h"
#include "ppapi/c/pp_var.h"
Include dependency graph for ppb_char_set_dev.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)
 

Macro Definition Documentation

#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 Documentation

Definition at line 83 of file ppb_char_set_dev.h.

Enumeration Type Documentation

Enumerator
PP_CHARSET_CONVERSIONERROR_FAIL 
PP_CHARSET_CONVERSIONERROR_SKIP 
PP_CHARSET_CONVERSIONERROR_SUBSTITUTE 

Definition at line 20 of file ppb_char_set_dev.h.

Function Documentation

PP_COMPILE_ASSERT_ENUM_SIZE_IN_BYTES ( PP_CharSet_ConversionError  ,
 
)