mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Fix comment for non-string arg (#4583)
This commit is contained in:
parent
2fe8b648ed
commit
93296fb4ea
@ -121,9 +121,7 @@ typedef struct {
|
||||
// collected after the call to |FlutterEngineRun| returns. The string must
|
||||
// be NULL terminated.
|
||||
const char* icu_data_path;
|
||||
// The command line argument count used to initialize the project. The string
|
||||
// can be collected after the call to |FlutterEngineRun| returns. The string
|
||||
// must be NULL terminated.
|
||||
// The command line argument count used to initialize the project.
|
||||
int command_line_argc;
|
||||
// The command line arguments used to initialize the project. The strings can
|
||||
// be collected after the call to |FlutterEngineRun| returns. The strings must
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user