summaryrefslogtreecommitdiff
path: root/modules/core/overrides/Gio.js
Commit message (Expand)AuthorAgeFilesLines
* Gio: Use proper default priority on async generatorsMarco Trevisan (Treviño)2023-02-281-3/+4
* Gio: Add support for initializing a DBus Proxy via a promiseMarco Trevisan (Treviño)2023-02-201-1/+17
* Introduce runAsync() to run main loops without blocking module resolutionEvan Welsh2023-02-201-0/+2
* Make GInputStream iterable and async iterableSonny Piers2022-11-021-0/+34
* Gio: allow D-Bus implementations to return pre-packed variantsAndy Holmes2022-11-021-1/+3
* docs: Fix Enumerator typoPhilip Chimento2022-10-291-1/+1
* Gio: Simplify init_async usage by always using a promiseMarco Trevisan (Treviño)2022-08-101-13/+2
* Gio: Promisify GDBusProxy.init_async by defaultMarco Trevisan (Treviño)2022-08-101-0/+1
* Gio: Add overrides for File.set_attribute and FileInfo.set_attributePhilip Chimento2022-08-081-0/+61
* Make GFileEnumerator iterable and async iterableSonny Piers2022-08-071-0/+60
* Gio._promisify: Avoid using a regex to guess the finish functionMarco Trevisan (Treviño)2022-07-211-2/+8
* Gio: Compare the number of arguments passed with the original functionMarco Trevisan (Treviño)2022-07-211-1/+1
* Gio: Avoid computing the callStack at call timeMarco Trevisan (Treviño)2022-07-211-1/+3
* Gio: avoid redefining the original function name multiple timesMarco Trevisan (Treviño)2022-07-211-4/+5
* Add Gio.ActionMap.add_action_entries overrideSonny Piers2022-07-041-0/+24
* Make DBus session and system props non-enumerableSonny Piers2022-05-291-7/+15
* Add support for async calls in DBusProxyWrapperSergio Costas2022-03-281-1/+15
* Gio: Make _promisify to guess the finish function by defaultMarco Trevisan (Treviño)2021-11-271-1/+2
* overrides: Override replace_contents_async in Gio.FileEvan Welsh2021-10-151-0/+4
* modified messsageveenanitk2021-06-061-2/+2
* modified _promisify functionveena2021-06-011-2/+2
* modified _promisify functionveena2021-06-011-6/+3
* modified _promisify functionveena2021-05-311-0/+9
* Add overrides for Gio.ListStore.insert_sorted and Gio.ListStore.sortveena2021-05-061-0/+6
* overrides/Gio: Fix _LocalFilePrototypeFlorian Müllner2021-03-241-1/+1
* maint: Convert all existing license/copyright comments to SPDX formatPhilip Chimento2020-10-041-19/+2
* Merge branch 'fmuellner/gjs-fix-re-promisify'Philip Chimento2020-03-271-0/+2
|\
| * overrides/Gio: Guard against repeated _promisify() callsFlorian Müllner2020-03-251-0/+2
* | overrides/Gio: Allow promisifying static methodsFlorian Müllner2020-03-241-1/+3
|/
* modules: Reorganize modules to support multiple globals.Evan Welsh2020-02-021-0/+620