/* 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 dev/ppb_text_input_dev.idl modified Tue Aug 6 10:37:25 2013. */ #ifndef PPAPI_C_DEV_PPB_TEXT_INPUT_DEV_H_ #define PPAPI_C_DEV_PPB_TEXT_INPUT_DEV_H_ #include "ppapi/c/pp_instance.h" #include "ppapi/c/pp_macros.h" #include "ppapi/c/pp_point.h" #include "ppapi/c/pp_rect.h" #include "ppapi/c/pp_size.h" #include "ppapi/c/pp_stdint.h" #define PPB_TEXTINPUT_DEV_INTERFACE_0_1 … #define PPB_TEXTINPUT_DEV_INTERFACE_0_2 … #define PPB_TEXTINPUT_DEV_INTERFACE … /** * @file * This file defines the <code>PPB_TextInput_Dev</code> interface. */ /** * @addtogroup Enums * @{ */ /** * PP_TextInput_Type is used to indicate the status of a plugin in regard to * text input. */ PP_TextInput_Type_Dev; PP_COMPILE_ASSERT_SIZE_IN_BYTES(…); /** * @} */ /** * @addtogroup Interfaces * @{ */ /** * <code>PPB_TextInput_Dev</code> provides a set of functions for giving hints * to the browser about the text input status of plugins, and functions for * controlling input method editors (IMEs). */ struct PPB_TextInput_Dev_0_2 { … }; PPB_TextInput_Dev; struct PPB_TextInput_Dev_0_1 { … }; /** * @} */ #endif /* PPAPI_C_DEV_PPB_TEXT_INPUT_DEV_H_ */