Method

AstalGreetGreeterstart_session

Declaration

void
astal_greet_greeter_start_session (
  AstalGreetGreeter* self,
  gchar** cmd,
  gint cmd_length1,
  gchar** env,
  gint env_length1,
  GAsyncReadyCallback _callback_,
  void* _callback__target
)

Description

Start the session after AstalGreetGreeter::authenticated is emitted. The greeter process must terminate after this method yields in order for the session to start.

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 method.
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 method.
Each element is a NUL terminated UTF-8 string.
env_length1

Type: gint

No description available.

_callback_

Type: GAsyncReadyCallback

No description available.

The argument can be NULL.
_callback__target

Type: void*

No description available.

The argument can be NULL.
The data is owned by the caller of the method.