Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Commit

Permalink
feat: make initial changes for gnome 40
Browse files Browse the repository at this point in the history
  • Loading branch information
oae committed Apr 25, 2021
1 parent a147409 commit 7737e54
Show file tree
Hide file tree
Showing 21 changed files with 3,839 additions and 2,281 deletions.
32 changes: 21 additions & 11 deletions .ts-for-girrc.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,22 @@
module.exports = {
environments: ['gjs'],
modules: ['Gtk-3.0', 'Soup-2.4', 'St-1.0', 'Shell-0.1'],
prettify: true,
girDirectories: [
'/usr/share/gir-1.0',
'/usr/share/gnome-shell',
'/usr/lib/mutter-7'
],
outdir: './@types',
ignore: []
}
"environments": [
"gjs"
],
"modules": [
"Gtk-4.0",
"Soup-2.4",
"St-1.0",
"Shell-0.1"
],
"prettify": false,
"girDirectories": [
"/usr/share/gir-1.0",
"/usr/share/gnome-shell",
"/usr/lib/mutter-8"
],
"outdir": "./@types",
"ignore": [
"Gtk-3.0",
"Gdk-3.0"
]
}
Loading

0 comments on commit 7737e54

Please sign in to comment.