Constructor
AstalGreetStartSessionnew
Declaration
AstalGreetStartSession*
astal_greet_start_session_new (
gchar** cmd,
gint cmd_length1,
gchar** env,
gint env_length1
)
Parameters
cmd
-
Type: An array of
gchar*
No description available.
The length of the array is specified in the cmd_length1
argument.The data is owned by the caller of the function. Each element is a NUL terminated UTF-8 string. cmd_length1
-
Type:
gint
No description available.
env
-
Type: An array of
gchar*
No description available.
The length of the array is specified in the env_length1
argument.The data is owned by the caller of the function. Each element is a NUL terminated UTF-8 string. env_length1
-
Type:
gint
No description available.
Return value
Type: AstalGreetStartSession
No description available.
The caller of the function takes ownership of the data, and is responsible for freeing it. |