Method

LspInitializeParamsset_process_id

Declaration

void
lsp_initialize_params_set_process_id (
  LspInitializeParams* self,
  gint64* value
)

Description

Sets 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.

Parameters

value

Type: gint64*

The new value of process_id.

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