Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
FlutterDesktopEngineProperties Struct Reference

#include <flutter_glfw.h>

Public Attributes

const char * assets_path
 
const char * icu_data_path
 
const char * aot_library_path
 
const char ** switches
 
size_t switches_count
 
const wchar_t * assets_path
 
const wchar_t * icu_data_path
 
const wchar_t * aot_library_path
 
const char * dart_entrypoint
 
int dart_entrypoint_argc
 
const char ** dart_entrypoint_argv
 

Detailed Description

Definition at line 39 of file flutter_glfw.h.

Member Data Documentation

◆ aot_library_path [1/2]

const char* FlutterDesktopEngineProperties::aot_library_path

Definition at line 51 of file flutter_glfw.h.

◆ aot_library_path [2/2]

const wchar_t* FlutterDesktopEngineProperties::aot_library_path

Definition at line 54 of file flutter_windows.h.

◆ assets_path [1/2]

const char* FlutterDesktopEngineProperties::assets_path

Definition at line 43 of file flutter_glfw.h.

◆ assets_path [2/2]

const wchar_t* FlutterDesktopEngineProperties::assets_path

Definition at line 43 of file flutter_windows.h.

◆ dart_entrypoint

const char* FlutterDesktopEngineProperties::dart_entrypoint

Definition at line 62 of file flutter_windows.h.

◆ dart_entrypoint_argc

int FlutterDesktopEngineProperties::dart_entrypoint_argc

Definition at line 65 of file flutter_windows.h.

◆ dart_entrypoint_argv

const char** FlutterDesktopEngineProperties::dart_entrypoint_argv

Definition at line 69 of file flutter_windows.h.

◆ icu_data_path [1/2]

const char* FlutterDesktopEngineProperties::icu_data_path

Definition at line 47 of file flutter_glfw.h.

◆ icu_data_path [2/2]

const wchar_t* FlutterDesktopEngineProperties::icu_data_path

Definition at line 48 of file flutter_windows.h.

◆ switches

const char** FlutterDesktopEngineProperties::switches

Definition at line 56 of file flutter_glfw.h.

◆ switches_count

size_t FlutterDesktopEngineProperties::switches_count

Definition at line 58 of file flutter_glfw.h.


The documentation for this struct was generated from the following files: