Pepper_56_C_interfaces
Pepper_56_C_interfaces
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
ppb_ext_crx_file_system_private.h
Go to the documentation of this file.
1 /* Copyright (c) 2013 The Chromium Authors. All rights reserved.
2  * Use of this source code is governed by a BSD-style license that can be
3  * found in the LICENSE file.
4  */
5 
6 /* From private/ppb_ext_crx_file_system_private.idl,
7  * modified Thu Oct 20 13:57:04 2016.
8  */
9 
10 #ifndef PPAPI_C_PRIVATE_PPB_EXT_CRX_FILE_SYSTEM_PRIVATE_H_
11 #define PPAPI_C_PRIVATE_PPB_EXT_CRX_FILE_SYSTEM_PRIVATE_H_
12 
14 #include "ppapi/c/pp_instance.h"
15 #include "ppapi/c/pp_macros.h"
16 #include "ppapi/c/pp_resource.h"
17 #include "ppapi/c/pp_stdint.h"
18 
19 #define PPB_EXT_CRXFILESYSTEM_PRIVATE_INTERFACE_0_1 \
20  "PPB_Ext_CrxFileSystem_Private;0.1"
21 #define PPB_EXT_CRXFILESYSTEM_PRIVATE_INTERFACE \
22  PPB_EXT_CRXFILESYSTEM_PRIVATE_INTERFACE_0_1
23 
34 /* <code>PPB_Ext_CrxFileSystem_Private</code> interface */
49  int32_t (*Open)(PP_Instance instance,
50  PP_Resource* file_system,
51  struct PP_CompletionCallback callback);
52 };
53 
59 #endif /* PPAPI_C_PRIVATE_PPB_EXT_CRX_FILE_SYSTEM_PRIVATE_H_ */
60 
Definition: ppb_ext_crx_file_system_private.h:35
int32_t PP_Resource
Definition: pp_resource.h:40
int32_t PP_Instance
Definition: pp_instance.h:34
Definition: pp_completion_callback.h:139
int32_t(* Open)(PP_Instance instance, PP_Resource *file_system, struct PP_CompletionCallback callback)
Definition: ppb_ext_crx_file_system_private.h:49