mirror of
https://gitee.com/openharmony/interface_sdk_c
synced 2024-11-27 08:51:29 +00:00
!1384 fix function no parameter use void
Merge pull request !1384 from 吴成文/cherry-pick-1725094672
This commit is contained in:
commit
91ae7353d4
@ -59,7 +59,7 @@ typedef struct InputMethod_TextConfig InputMethod_TextConfig;
|
||||
* instance is returned. If the creation fails, NULL is returned, possible cause is insufficient memory.
|
||||
* @since 12
|
||||
*/
|
||||
InputMethod_TextConfig *OH_TextConfig_Create();
|
||||
InputMethod_TextConfig *OH_TextConfig_Create(void);
|
||||
/**
|
||||
* @brief Destroy a {@link InputMethod_TextConfig} instance.
|
||||
*
|
||||
|
@ -265,7 +265,7 @@ typedef void (*OH_TextEditorProxy_FinishTextPreviewFunc)(InputMethod_TextEditorP
|
||||
* instance is returned. If the creation fails, NULL is returned, possible cause is insufficient memory.
|
||||
* @since 12
|
||||
*/
|
||||
InputMethod_TextEditorProxy *OH_TextEditorProxy_Create();
|
||||
InputMethod_TextEditorProxy *OH_TextEditorProxy_Create(void);
|
||||
/**
|
||||
* @brief Destroy a {@link InputMethod_TextEditorProxy} instance.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user