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.
2018-04-17 11:14:00 -04:00
2018-04-10 17:58:55 +02:00
2018-03-12 19:45:19 +01:00
Description
91 MiB
Languages
C 98.9%
Meson 0.7%
Python 0.3%