|
Pepper_37_C_interfaces
|
#include "ppapi/c/pp_bool.h"#include "ppapi/c/pp_completion_callback.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"#include "ppapi/c/private/pp_file_handle.h"#include "ppapi/c/private/ppb_instance_private.h"
Go to the source code of this file.
Classes | |
| struct | PP_PNaClOptions |
| struct | PP_NaClFileInfo |
| struct | PPB_NaCl_Private_1_0 |
Macros | |
| #define | PPB_NACL_PRIVATE_INTERFACE_1_0 "PPB_NaCl_Private;1.0" |
| #define | PPB_NACL_PRIVATE_INTERFACE PPB_NACL_PRIVATE_INTERFACE_1_0 |
Typedefs | |
| typedef void(* | PP_OpenResourceCompletionCallback )(void *user_data, PP_FileHandle file_handle) |
| typedef struct PPB_NaCl_Private_1_0 | PPB_NaCl_Private |
This file contains NaCl private interfaces. This interface is not versioned and is for internal Chrome use. It may change without notice.
Definition in file ppb_nacl_private.h.
| #define PPB_NACL_PRIVATE_INTERFACE PPB_NACL_PRIVATE_INTERFACE_1_0 |
Definition at line 19 of file ppb_nacl_private.h.
| #define PPB_NACL_PRIVATE_INTERFACE_1_0 "PPB_NaCl_Private;1.0" |
Definition at line 18 of file ppb_nacl_private.h.
1.8.6