typedef: fix marking wrong function as todo

This commit is contained in:
CanadaHonk 2022-12-21 17:42:46 +00:00
parent 5d834f7e44
commit 905db965b5

8
gluon.d.ts vendored
View File

@ -64,13 +64,13 @@ type IdleApi = {
/** Put the window into hibernation. */ /** Put the window into hibernation. */
hibernate(): void, hibernate(): void,
/** Put the window to sleep. */
sleep(): void,
/** /**
* Wake up the window from hibernation or sleep. * Put the window to sleep.
* @todo Unimplemented (for Idle v2). * @todo Unimplemented (for Idle v2).
*/ */
sleep(): void,
/** Wake up the window from hibernation or sleep. */
wake(): void, wake(): void,
/** Enable/disable automatic idle management, and set its options. */ /** Enable/disable automatic idle management, and set its options. */