Pepper_56_C_interfaces
Pepper_56_C_interfaces
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
ppb_display_color_profile_private.h
Go to the documentation of this file.
1 /* Copyright 2014 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_display_color_profile_private.idl,
7  * modified Thu Oct 20 13:57:04 2016.
8  */
9 
10 #ifndef PPAPI_C_PRIVATE_PPB_DISPLAY_COLOR_PROFILE_PRIVATE_H_
11 #define PPAPI_C_PRIVATE_PPB_DISPLAY_COLOR_PROFILE_PRIVATE_H_
12 
14 #include "ppapi/c/pp_bool.h"
16 #include "ppapi/c/pp_instance.h"
17 #include "ppapi/c/pp_macros.h"
18 #include "ppapi/c/pp_resource.h"
19 #include "ppapi/c/pp_stdint.h"
20 
21 #define PPB_DISPLAYCOLORPROFILE_PRIVATE_INTERFACE_0_1 \
22  "PPB_DisplayColorProfile_Private;0.1"
23 #define PPB_DISPLAYCOLORPROFILE_PRIVATE_INTERFACE \
24  PPB_DISPLAYCOLORPROFILE_PRIVATE_INTERFACE_0_1
25 
91  int32_t (*GetColorProfile)(PP_Resource display_color_profile_res,
92  struct PP_ArrayOutput color_profile,
93  struct PP_CompletionCallback callback);
112  PP_Resource display_color_profile_res,
113  struct PP_CompletionCallback callback);
114 };
115 
122 #endif /* PPAPI_C_PRIVATE_PPB_DISPLAY_COLOR_PROFILE_PRIVATE_H_ */
123 
PP_Bool(* IsDisplayColorProfile)(PP_Resource resource)
Definition: ppb_display_color_profile_private.h:70
Definition: ppb_display_color_profile_private.h:50
int32_t PP_Resource
Definition: pp_resource.h:40
int32_t(* GetColorProfile)(PP_Resource display_color_profile_res, struct PP_ArrayOutput color_profile, struct PP_CompletionCallback callback)
Definition: ppb_display_color_profile_private.h:91
PP_Resource(* Create)(PP_Instance instance)
Definition: ppb_display_color_profile_private.h:58
Definition: pp_array_output.h:103
int32_t PP_Instance
Definition: pp_instance.h:34
PP_Bool
Definition: pp_bool.h:30
Definition: pp_completion_callback.h:139
int32_t(* RegisterColorProfileChangeCallback)(PP_Resource display_color_profile_res, struct PP_CompletionCallback callback)
Definition: ppb_display_color_profile_private.h:111