mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-15 01:08:26 +00:00
SDL_PROP_PROCESS_CREATE_ENVIRONMENT_POINTER is an SDL_Environment pointer
This commit is contained in:
parent
56fc4b790c
commit
e97f636590
6 changed files with 41 additions and 62 deletions
|
@ -150,9 +150,7 @@ typedef enum SDL_ProcessIO
|
|||
* - `SDL_PROP_PROCESS_CREATE_ARGS_POINTER`: an array of strings containing
|
||||
* the program to run, any arguments, and a NULL pointer, e.g. const char
|
||||
* *args[] = { "myprogram", "argument", NULL }. This is a required property.
|
||||
* - `SDL_PROP_PROCESS_CREATE_ENVIRONMENT_POINTER`: an array of strings
|
||||
* containing variable=value, and a NULL pointer, e.g. const char *env[] = {
|
||||
* "PATH=/bin:/usr/bin", NULL }. If this property is set, it will be the
|
||||
* - `SDL_PROP_PROCESS_CREATE_ENVIRONMENT_POINTER`: an SDL_Environment pointer. If this property is set, it will be the
|
||||
* entire environment for the process, otherwise the current environment is
|
||||
* used.
|
||||
* - `SDL_PROP_PROCESS_CREATE_STDIN_NUMBER`: an SDL_ProcessIO value describing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue