Added config files for Linux
Some checks failed
Build Linux App / build (push) Failing after 3m3s

This commit is contained in:
Kazimierz Ciołek
2026-02-19 15:08:51 +01:00
parent 600a79ac25
commit ee4a5c6ce8
10 changed files with 482 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
#ifndef FLUTTER_MY_APPLICATION_H_
#define FLUTTER_MY_APPLICATION_H_
#include <gtk/gtk.h>
G_DECLARE_FINAL_TYPE(MyApplication,
my_application,
MY,
APPLICATION,
GtkApplication)
/**
* my_application_new:
*
* Creates a new Flutter-based application.
*
* Returns: a new #MyApplication.
*/
MyApplication* my_application_new();
#endif // FLUTTER_MY_APPLICATION_H_