Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace contents with redirect messagemaster | Florian Müllner | 2021-07-19 | 1 | -35/+0 |
| | | | | | | | The default development branch is now `main`. This commit only exists on `master` to point people towards that. See https://gitlab.gnome.org/GNOME/glib/-/issues/2348 for details. | ||||
* | native: Add device pool for tracking device file descriptors | Jonas Ådahl | 2021-07-07 | 1 | -0/+35 |
This practically does the same thing as part of MetaLauncher, except with added thread safety and caching. For example, opening the same file a second time will return the same MetaDeviceFile, and only once all acquired MetaDeviceFile's are released, will the file descriptor be closed and control of the device released. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1828> |