Fix type signature

This commit is contained in:
Leonhard 2024-03-13 18:26:07 +01:00
parent d9db718513
commit e1fe1bb388

View File

@ -24,6 +24,7 @@
*/
public class Gala.Daemon.Session.EndSessionDialog : Hdy.Window {
[CCode (type_signature = "u")]
public enum Type {
LOGOUT = 0,
SHUTDOWN = 1,