From 8038808f1968b663e351a66023fabe0ed1b019f1 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Thu, 22 May 2025 17:45:44 +0200 Subject: lib: enable gir generation --- lib/src/turns-init.cpp | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 lib/src/turns-init.cpp (limited to 'lib/src/turns-init.cpp') diff --git a/lib/src/turns-init.cpp b/lib/src/turns-init.cpp deleted file mode 100644 index 13a42cc..0000000 --- a/lib/src/turns-init.cpp +++ /dev/null @@ -1,24 +0,0 @@ -/* - * SPDX-FileCopyrightText: 2025 Felix Morgner - * SPDX-License-Identifier: LGPL-2.1-only - */ - -#include "turns-init.h" - -#include "turns-participant.h" -#include "turns-turn-order.h" - -#include -#include - -G_BEGIN_DECLS - -auto turns_init() -> void -{ - g_type_ensure(TURNS_TYPE_PARTICIPANT); - g_type_ensure(TURNS_TYPE_PARTICIPANT_DISPOSITION); - g_type_ensure(TURNS_TYPE_TURN_ORDER); - g_type_ensure(TURNS_TYPE_TURN_ORDER_SORT_MODE); -} - -G_END_DECLS \ No newline at end of file -- cgit v1.2.3