mirror of
https://github.com/brl/mutter.git
synced 2025-01-26 19:39:20 +00:00
Ray Strode
bb65854065
xwayland: use g_autoptr for GError in xserver_died
Right now we explicitly g_clear_error any error we find, but that makes it tricky to return early from the function, which a subsequent commit will want to to do. This commit switches GError to use g_autoptr so the error clearing happens automatically.
…
…
…
…
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%