 |
Flutter Linux Embedder
|
|
Go to the documentation of this file.
5 #ifndef FLUTTER_SHELL_PLATFORM_LINUX_FL_DART_PROJECT_H_
6 #define FLUTTER_SHELL_PLATFORM_LINUX_FL_DART_PROJECT_H_
8 #include <glib-object.h>
11 #if !defined(__FLUTTER_LINUX_INSIDE__) && !defined(FLUTTER_LINUX_COMPILATION)
12 #error "Only <flutter_linux/flutter_linux.h> can be included directly."
133 #endif // FLUTTER_SHELL_PLATFORM_LINUX_FL_DART_PROJECT_H_
gchar ** fl_dart_project_get_dart_entrypoint_arguments(FlDartProject *project)
G_BEGIN_DECLS G_DECLARE_FINAL_TYPE(FlAccessibilityPlugin, fl_accessibility_plugin, FL, ACCESSIBILITY_PLUGIN, GObject)
const gchar * fl_dart_project_get_icu_data_path(FlDartProject *project)
void fl_dart_project_set_assets_path(FlDartProject *project, gchar *path)
G_BEGIN_DECLS G_MODULE_EXPORT FlDartProject * fl_dart_project_new()
void fl_dart_project_set_aot_library_path(FlDartProject *project, const gchar *path)
void fl_dart_project_set_icu_data_path(FlDartProject *project, gchar *path)
const gchar * fl_dart_project_get_aot_library_path(FlDartProject *project)
const gchar * fl_dart_project_get_assets_path(FlDartProject *project)
void fl_dart_project_set_dart_entrypoint_arguments(FlDartProject *project, char **argv)