Upgrade follow latest

This commit is contained in:
Chandra Abdul Fattah
2023-03-07 22:11:56 +07:00
parent a4b2fe3179
commit 370c56908c
161 changed files with 1903 additions and 431 deletions

6
example/linux/main.cc Normal file
View File

@@ -0,0 +1,6 @@
#include "my_application.h"
int main(int argc, char** argv) {
g_autoptr(MyApplication) app = my_application_new();
return g_application_run(G_APPLICATION(app), argc, argv);
}