Method

LspCommandset_arguments

Declaration

void
lsp_command_set_arguments (
  LspCommand* self,
  GVariant** value,
  gint value_length1
)

Description

Sets the value of arguments.

Parameters

value

Type: An array of GVariant*

The new value of arguments.

The argument can be NULL.
The length of the array is specified in the value_length1 argument.
The data is owned by the caller of the method.
value_length1

Type: gint

No description available.