mirror of
https://github.com/openharmony/interface_sdk_c.git
synced 2026-08-24 14:32:50 -04:00
add param to OH_InputMethodProxy_SendPrivateCommand
Signed-off-by: wuchengwen <wuchengwen4@huawei.com>
This commit is contained in:
@@ -164,7 +164,8 @@ InputMethod_ErrorCode OH_InputMethodProxy_NotifyCursorUpdate(
|
||||
* Specific error codes can be referenced {@link InputMethod_ErrorCode}.
|
||||
* @since 12
|
||||
*/
|
||||
InputMethod_ErrorCode OH_InputMethodProxy_SendPrivateCommand(InputMethod_PrivateCommand *privateCommand[], size_t size);
|
||||
InputMethod_ErrorCode OH_InputMethodProxy_SendPrivateCommand(
|
||||
InputMethod_InputMethodProxy *inputMethodProxy, InputMethod_PrivateCommand *privateCommand[], size_t size);
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif /* __cplusplus */
|
||||
|
||||
Reference in New Issue
Block a user