/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- * * This file was automatically generated. */ #pragma once /* DO NOT EDIT THIS FILE MANUALLY! */ /* * Desktop environment names from: data/desktop-environments.txt * Environment/Style names from: data/desktop-style-ids.txt */ #include #include "as-macros-private.h" AS_BEGIN_PRIVATE_DECLS /* clang-format off */ /** * AsDesktopEnvData: * * Registered desktop environments. */ typedef struct { const gchar *id; const gchar *name; } AsDesktopEnvData; /** * AsGUIEnvStyleData: * * Graphical environment/style IDs. */ typedef struct { const gchar *id; const gchar *name; } AsGUIEnvStyleData; AsDesktopEnvData as_desktop_env_data[] = { @DE_DEFS@ }; AsGUIEnvStyleData as_gui_env_style_data[] = { @GUI_ENV_STYLE_DEFS@ }; /* clang-format on */ AS_END_PRIVATE_DECLS