mirror of
https://github.com/brl/mutter.git
synced 2025-01-30 05:12:21 +00:00
3c6c1af0a0
This one does proper error reporting. Via Javascript, barriers are constructed directly via GObject construction, which currently can't handle error reporting, but when calling from C we can. However, if we initialize using GInitable, and use that in our constructor method, once gjs gains support for construction using GInitable, including the error reporting, we'll automatically get proper error reporting to Javascript. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2442>