/* Copyright 2012 The Chromium Authors * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ /* From ppb_var.idl modified Thu Apr 10 14:54:41 2014. */ #ifndef PPAPI_C_PPB_VAR_H_ #define PPAPI_C_PPB_VAR_H_ #include "ppapi/c/pp_bool.h" #include "ppapi/c/pp_macros.h" #include "ppapi/c/pp_module.h" #include "ppapi/c/pp_resource.h" #include "ppapi/c/pp_stdint.h" #include "ppapi/c/pp_var.h" #define PPB_VAR_INTERFACE_1_0 … #define PPB_VAR_INTERFACE_1_1 … #define PPB_VAR_INTERFACE_1_2 … #define PPB_VAR_INTERFACE … /** * @file * This file defines the <code>PPB_Var</code> struct. */ /** * @addtogroup Interfaces * @{ */ /** * PPB_Var API */ struct PPB_Var_1_2 { … }; PPB_Var; struct PPB_Var_1_0 { … }; struct PPB_Var_1_1 { … }; /** * @} */ #endif /* PPAPI_C_PPB_VAR_H_ */