1
0
Fork 0
gdm3/daemon/gdm-session-enum-types.h.in
Daniel Baumann 83b37a3d94
Adding upstream version 48.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 19:45:29 +02:00

24 lines
533 B
C

/*** BEGIN file-header ***/
#ifndef GDM_SESSION_ENUM_TYPES_H
#define GDM_SESSION_ENUM_TYPES_H
#include <glib-object.h>
G_BEGIN_DECLS
/*** END file-header ***/
/*** BEGIN file-production ***/
/* enumerations from "@filename@" */
/*** END file-production ***/
/*** BEGIN value-header ***/
GType @enum_name@_get_type (void) G_GNUC_CONST;
#define @ENUMPREFIX@_TYPE_@ENUMSHORT@ (@enum_name@_get_type ())
/*** END value-header ***/
/*** BEGIN file-tail ***/
G_END_DECLS
#endif /* GDM_SESSION_ENUM_TYPES_H */
/*** END file-tail ***/