Constructor

LspRenameFilewith_options

Declaration

LspRenameFile*
lsp_rename_file_new_with_options (
  GUri* old_uri,
  GUri* new_uri,
  LspRenameFileOptions options,
  const gchar* annotation_id
)

Description

No description available.

Parameters

old_uri

Type: GUri

No description available.

The data is owned by the caller of the function.
new_uri

Type: GUri

No description available.

The data is owned by the caller of the function.
options

Type: LspRenameFileOptions

No description available.

annotation_id

Type: const gchar*

No description available.

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

Return value

Type: LspRenameFile

No description available.

The caller of the function takes ownership of the data, and is responsible for freeing it.