Method

LspPrepareRenameResultinit_for_range

Declaration

void
lsp_prepare_rename_result_init_for_range (
  LspPrepareRenameResult* self,
  LspRange* range,
  const gchar* placeholder
)

Description

No description available.

Parameters

range

Type: LspRange

No description available.

The data is owned by the caller of the method.
placeholder

Type: const gchar*

No description available.

The argument can be NULL.
The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.