- 04 Jul, 2022 8 commits
-
-
In some cases we may have user modes that are not named `user` (such as in ubuntu), and so we need to check the parent mode name instead.
-
Andy Holmes authored
-
-
Andy Holmes authored
Since GJS 1.68 there has been support for the `GObject.TYPE_JSOBJECT` GType, allowing JavaScript types derived from `Object` to be used in GObject properties and signals. Add this to this list of GType's, with a short example of how it may be used in practice. fixes #29
-
Andy Holmes authored
We don't need these anymore, especially since a contributor helped fix up the side bar.
-
Andy Holmes authored
It doesn't seem like this page ever existed and I don't think GJS diverges from JavaScript's string handling, so just remove this link. fixes #10
-
Andy Holmes authored
Add mention of the `console` object and its logging functions and a short example of the `GNOME_SHELL_EXTENSION_UUID` variable used with `journald`.
-
Andy Holmes authored
Move the longer examples of debugging GNOME Shell extensions to the "Debugging" page and expand it a little bit more.
-
- 28 May, 2022 1 commit
-
-
Evan Welsh authored
-
- 21 May, 2022 1 commit
-
-
Javad Rahmatzadeh authored
-
- 20 May, 2022 1 commit
-
-
Javad Rahmatzadeh authored
-
- 21 Apr, 2022 1 commit
-
-
Javad Rahmatzadeh authored
-
- 08 Apr, 2022 1 commit
-
-
- 29 Mar, 2022 1 commit
-
-
Javad Rahmatzadeh authored
-
- 28 Mar, 2022 5 commits
-
-
Sonny Piers authored
-
Sonny Piers authored
-
Sonny Piers authored
-
Sonny Piers authored
-
Sonny Piers authored
Fixes #38
-
- 26 Mar, 2022 1 commit
-
-
Andy Holmes authored
-
- 16 Mar, 2022 3 commits
-
-
Mattias Bengtsson authored
-
Javad Rahmatzadeh authored
-
-
- 15 Mar, 2022 1 commit
-
-
- 02 Mar, 2022 1 commit
-
-
Andy Holmes authored
-
- 01 Mar, 2022 1 commit
-
-
Andy Holmes authored
-
- 27 Feb, 2022 1 commit
-
-
- 19 Feb, 2022 1 commit
-
-
Oliver Frolovs authored
-
- 09 Feb, 2022 1 commit
-
-
Temba Mateke authored
-
- 07 Feb, 2022 1 commit
-
-
Andy Holmes authored
-
- 03 Feb, 2022 1 commit
-
-
Andy Holmes authored
-
- 02 Feb, 2022 1 commit
-
-
Andy Holmes authored
-
- 30 Jan, 2022 1 commit
-
-
Andy Holmes authored
-
- 28 Jan, 2022 1 commit
-
-
Romain authored
- Replace double quotes with single quotes - Fix `filepath` variable name - Add link to `Gio.File.replace_contents_bytes_async()`
-
- 27 Jan, 2022 1 commit
-
-
Andy Holmes authored
-
- 07 Jan, 2022 1 commit
-
-
Lorenzo Paderi authored
-
- 29 Dec, 2021 1 commit
-
-
Andy Holmes authored
Update some links to point to the new GLib documentation and fix a typo in a code example
-
- 27 Dec, 2021 1 commit
-
-
Andy Holmes authored
This page is intended to explain why extensions break, why the version validation was turned back on and other related points of confusion for the user community.
-
- 09 Nov, 2021 1 commit
-
-
Disposing a GObject - which is what Clutter.Actor.destroy() does - will disconnect all handlers that are connected to any of that object's signals. That is, the current example actually shows a case where it is perfectly fine to *not* disconnect signals explicitly. Replace it with an example where disconnecting the signal is strictly necessary.
-
- 06 Nov, 2021 1 commit
-
-
Evan Welsh authored
-