/* Copyright 2013 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_array.idl modified Sun Jun 16 15:37:27 2013. */ #ifndef PPAPI_C_PPB_VAR_ARRAY_H_ #define PPAPI_C_PPB_VAR_ARRAY_H_ #include "ppapi/c/pp_bool.h" #include "ppapi/c/pp_macros.h" #include "ppapi/c/pp_stdint.h" #include "ppapi/c/pp_var.h" #define PPB_VAR_ARRAY_INTERFACE_1_0 … #define PPB_VAR_ARRAY_INTERFACE … /** * @file * This file defines the <code>PPB_VarArray</code> struct providing * a way to interact with array vars. */ /** * @addtogroup Interfaces * @{ */ struct PPB_VarArray_1_0 { … }; PPB_VarArray; /** * @} */ #endif /* PPAPI_C_PPB_VAR_ARRAY_H_ */