Skip to content

Commit 8ff143f

Browse files
committed
Rename entry_point to entrypoint
1 parent 2cb5f08 commit 8ff143f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

shell/platform/tizen/public/flutter_tizen.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@ typedef struct {
5555
const char** switches;
5656
// The number of elements in |switches|.
5757
size_t switches_count;
58-
// The optional entry point in the Dart project, if the entry point is null,
58+
// The optional entrypoint in the Dart project. If the entrypoint is null,
5959
// defaults to main().
60-
const char* entry_point;
60+
const char* entrypoint;
6161
// Number of elements in the array passed in as dart_entrypoint_argv.
6262
int dart_entrypoint_argc;
6363
// Array of Dart entrypoint arguments. This is deep copied during the call
64-
// to FlutterDesktopEngineCreate.
64+
// to FlutterDesktopRunEngine.
6565
const char** dart_entrypoint_argv;
6666
} FlutterDesktopEngineProperties;
6767

0 commit comments

Comments
 (0)