We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cb5f08 commit 8ff143fCopy full SHA for 8ff143f
shell/platform/tizen/public/flutter_tizen.h
@@ -55,13 +55,13 @@ typedef struct {
55
const char** switches;
56
// The number of elements in |switches|.
57
size_t switches_count;
58
- // The optional entry point in the Dart project, if the entry point is null,
+ // The optional entrypoint in the Dart project. If the entrypoint is null,
59
// defaults to main().
60
- const char* entry_point;
+ const char* entrypoint;
61
// Number of elements in the array passed in as dart_entrypoint_argv.
62
int dart_entrypoint_argc;
63
// Array of Dart entrypoint arguments. This is deep copied during the call
64
- // to FlutterDesktopEngineCreate.
+ // to FlutterDesktopRunEngine.
65
const char** dart_entrypoint_argv;
66
} FlutterDesktopEngineProperties;
67
0 commit comments