mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2024-11-27 01:11:35 +00:00
print.d.ts更新 Signed-off-by:baozewei@huawei.com
Signed-off-by: 18903078203 <baozewei@huawei.com>
This commit is contained in:
parent
b65bc6d825
commit
666c44f9eb
4
api/@ohos.print.d.ts
vendored
4
api/@ohos.print.d.ts
vendored
@ -1584,6 +1584,8 @@ declare namespace print {
|
||||
* @syscap SystemCapability.Print.PrintFramework
|
||||
* @systemapi Hide this for inner system use.
|
||||
* @since 10
|
||||
* @deprecated since 11
|
||||
* @useinstead ohos.print/queryAllPrintJobs
|
||||
*/
|
||||
function queryAllPrintJobs(callback: AsyncCallback<void>): void;
|
||||
|
||||
@ -1596,6 +1598,8 @@ declare namespace print {
|
||||
* @syscap SystemCapability.Print.PrintFramework
|
||||
* @systemapi Hide this for inner system use.
|
||||
* @since 10
|
||||
* @deprecated since 11
|
||||
* @useinstead ohos.print/queryAllPrintJobs
|
||||
*/
|
||||
function queryAllPrintJobs(): Promise<void>;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user