/* 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_instance.idl modified Fri Dec 07 12:57:46 2012. */ #ifndef PPAPI_C_PPB_INSTANCE_H_ #define PPAPI_C_PPB_INSTANCE_H_ #include "ppapi/c/pp_bool.h" #include "ppapi/c/pp_instance.h" #include "ppapi/c/pp_macros.h" #include "ppapi/c/pp_resource.h" #include "ppapi/c/pp_stdint.h" #define PPB_INSTANCE_INTERFACE_1_0 … #define PPB_INSTANCE_INTERFACE … /** * @file * This file defines the <code>PPB_Instance</code> interface implemented by the * browser and containing pointers to functions related to * the module instance on a web page. */ /** * @addtogroup Interfaces * @{ */ /** * The PPB_Instance interface contains pointers to functions * related to the module instance on a web page. */ struct PPB_Instance_1_0 { … }; PPB_Instance; /** * @} */ #endif /* PPAPI_C_PPB_INSTANCE_H_ */