clapper-app: Ensure private types for GtkBuilder

We need to ensure types that are not part of public API, otherwise GtkBuilder will fail to use them
(e81aad25a1/gtk/glade/README.glade (L15)).
This commit is contained in:
Rafał Dzięgiel
2024-06-16 15:21:16 +02:00
parent 6ca1bccd1a
commit 262983e857
4 changed files with 73 additions and 0 deletions

View File

@@ -67,6 +67,7 @@ clapperapp_sources = [
'clapper-app-queue-progression-item.c',
'clapper-app-queue-progression-model.c',
'clapper-app-queue-selection.c',
'clapper-app-types.c',
'clapper-app-uri-dialog.c',
'clapper-app-utils.c',
'clapper-app-window.c',