Initial Commit
This commit is contained in:
10
linux/runner/my_application.h
Normal file
10
linux/runner/my_application.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef MY_APPLICATION_H
|
||||
#define MY_APPLICATION_H
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
G_DECLARE_FINAL_TYPE(MyApplication, my_application, MY, APPLICATION, GtkApplication)
|
||||
|
||||
MyApplication *my_application_new();
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user