1 2 3 4 5 6 7 8 9 10 11 12 13 14
/* * cog-fallback-platform.h * Copyright (C) 2023 Igalia S.L. * * SPDX-License-Identifier: MIT */ #pragma once #include <glib-object.h> G_BEGIN_DECLS G_GNUC_INTERNAL GType cog_fallback_platform_get_type(void); G_END_DECLS