Constructor

LspCreateFilewith_options

Declaration

LspCreateFile*
lsp_create_file_new_with_options (
  GUri* uri,
  LspCreateFileOptions options,
  const gchar* annotation_id
)

Description

No description available.

Parameters

uri

Type: GUri

No description available.

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

Type: LspCreateFileOptions

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: LspCreateFile

No description available.

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