Method

LspInitializeParamsget_process_id

Declaration

gint64*
lsp_initialize_params_get_process_id (
  LspInitializeParams* self
)

Description

Gets the value of process_id.

The process Id of the parent process that started the server. Is null if the process has not been started by another process. If the parent process is not alive, then the server should exit its process.

Return value

Type: gint64*

The value of process_id.

The returned data is owned by the instance.
The return value can be NULL.