mirror of
https://gitee.com/openharmony/interface_sdk_c
synced 2024-11-23 14:50:20 +00:00
add }
Signed-off-by: wuchengwen <wuchengwen4@huawei.com>
This commit is contained in:
parent
7edfb0e308
commit
f599745628
@ -57,7 +57,7 @@ typedef struct InputMethod_AttachOptions InputMethod_AttachOptions;
|
||||
*/
|
||||
InputMethod_AttachOptions *OH_AttachOptions_Create(bool showKeyboard);
|
||||
/**
|
||||
* @brief Destroy a {@link InputMethod_AttachOptions} instance.
|
||||
* @brief Delete a {@link InputMethod_AttachOptions} instance.
|
||||
*
|
||||
* @param options Represents a pointer to an {@link InputMethod_AttachOptions} instance which will be destroyed.
|
||||
* @since 12
|
||||
@ -80,4 +80,5 @@ InputMethod_ErrorCode OH_AttachOptions_IsShowKeyboard(InputMethod_AttachOptions
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif /* __cplusplus */
|
||||
/** @} */
|
||||
#endif // OHOS_INPUTMETHOD_ATTACH_OPTIONS_CAPI_H
|
@ -84,4 +84,5 @@ InputMethod_ErrorCode OH_InputMethodController_Detach(InputMethod_InputMethodPro
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif /* __cplusplus */
|
||||
/** @} */
|
||||
#endif // OHOS_INPUTMETHOD_CONTROLLER_CAPI_H
|
@ -104,4 +104,5 @@ InputMethod_ErrorCode OH_CursorInfo_GetRect(
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif /* __cplusplus */
|
||||
/** @} */
|
||||
#endif // OHOS_INPUTMETHOD_CURSOR_INFO_CAPI_H
|
@ -169,4 +169,5 @@ InputMethod_ErrorCode OH_InputMethodProxy_SendPrivateCommand(
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif /* __cplusplus */
|
||||
/** @} */
|
||||
#endif // INPUTMETHOD_INPUTMETHOD_PROXY_CAP_H
|
@ -191,4 +191,5 @@ InputMethod_ErrorCode OH_PrivateCommand_GetStrValue(
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif /* __cplusplus */
|
||||
/** @} */
|
||||
#endif // OHOS_INPUTMETHOD_PRIVATE_COMMAND_CAPI_H
|
@ -116,4 +116,5 @@ InputMethod_ErrorCode OH_TextAvoidInfo_GetHeight(InputMethod_TextAvoidInfo *info
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif /* __cplusplus */
|
||||
/** @} */
|
||||
#endif // OHOS_INPUTMETHOD_TEXT_AVOID_INFO_CAP_H
|
@ -94,7 +94,7 @@ InputMethod_ErrorCode OH_TextConfig_SetInputType(InputMethod_TextConfig *config,
|
||||
InputMethod_ErrorCode OH_TextConfig_SetEnterKeyType(
|
||||
InputMethod_TextConfig *config, InputMethod_EnterKeyType enterKeyType);
|
||||
/**
|
||||
* @brief Set is preview text supported into TextConfig.
|
||||
* @brief Set preview text support into TextConfig.
|
||||
*
|
||||
* @param config Represents a pointer to an {@link InputMethod_TextConfig} instance which will be set.
|
||||
* @param supported Indicates whether the preview text is supported.
|
||||
@ -225,4 +225,5 @@ InputMethod_ErrorCode OH_TextConfig_GetWindowId(InputMethod_TextConfig *config,
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif /* __cplusplus */
|
||||
/** @} */
|
||||
#endif // OHOS_INPUTMETHOD_TEXT_CONFIG_CAPI_H
|
@ -698,4 +698,5 @@ InputMethod_ErrorCode OH_TextEditorProxy_GetFinishTextPreviewFunc(
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif /* __cplusplus */
|
||||
/** @} */
|
||||
#endif // OHOS_INPUTMETHOD_TEXT_EDITOR_PROXY_CAP_H
|
@ -304,4 +304,5 @@ typedef enum InputMethod_ErrorCode {
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif /* __cplusplus */
|
||||
/** @} */
|
||||
#endif // OHOS_INPUTMETHOD_TYPES_CAPI_H
|
Loading…
Reference in New Issue
Block a user