Method

LspRenameOptionsset_supports_prepare

Declaration

void
lsp_rename_options_set_supports_prepare (
  LspRenameOptions* self,
  gboolean value
)

Description

Sets the value of supports_prepare.

The server supports renames being checked and tested before being executed.

Parameters

self

Type: LspRenameOptions

No description available.

The argument can be NULL.
value

Type: gboolean

The new value of supports_prepare.