UNPKG

@girs/gnome-shell

Version:

GJS TypeScript type definitions for GNOME Shell Extensions

18 lines (16 loc) 565 B
/* The name of this package (not localized) */ export const PACKAGE_NAME: string; /* The version of this package */ export const PACKAGE_VERSION: string; /* 1 if networkmanager is available, 0 otherwise */ export const HAVE_NETWORKMANAGER: number; /* gettext package */ export const GETTEXT_PACKAGE: string; /* locale dir */ export const LOCALEDIR: string; /* other standard directories */ export const LIBEXECDIR: string; export const PKGDATADIR: string; /* g-i package versions */ export const LIBMUTTER_API_VERSION: string; export const HAVE_BLUETOOTH: number;