UNPKG

@girs/gnome-shell

Version:

GJS TypeScript type definitions for GNOME Shell Extensions

16 lines (12 loc) 373 B
// https://gitlab.gnome.org/GNOME/gnome-shell/-/blob/main/js/ui/components/autorunManager.js /** * * @see https://gitlab.gnome.org/GNOME/gnome-shell/-/blob/main/js/ui/components/autorunManager.js#L127 * @version 46 */ declare class AutorunManager { constructor(); enable(): void; disable(): void; } export declare const Component: typeof AutorunManager;