Method

PhocServerget_session_exec

Declaration [src]

const char*
phoc_server_get_session_exec (
  PhocServer* self
)

Description [src]

Return the command that will be run to start the session.

Return value

Type: const char*

The command run at startup.

The data is owned by the instance.
The value is a NUL terminated UTF-8 string.