mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 07:42:23 +02:00
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:
@@ -25,6 +25,7 @@
|
||||
#include <clapper/clapper.h>
|
||||
|
||||
#include "clapper-app-application.h"
|
||||
#include "clapper-app-types.h"
|
||||
|
||||
gint
|
||||
main (gint argc, gchar **argv)
|
||||
@@ -46,6 +47,8 @@ main (gint argc, gchar **argv)
|
||||
gtk_init ();
|
||||
adw_init ();
|
||||
|
||||
clapper_app_types_init ();
|
||||
|
||||
g_set_application_name ("Clapper");
|
||||
|
||||
application = clapper_app_application_new ();
|
||||
|
Reference in New Issue
Block a user