Lsp.RenameOptions – lsp-glib-3.0 Reference Manual
Packages
lsp-glib-3.0
Lsp
RenameOptions
supported
supports_prepare
RenameOptions
RenameOptions.from_variant
to_variant
_supported
_supports_prepare
RenameOptions
Object Hierarchy:
Description:
public
struct
RenameOptions
Namespace:
Lsp
Package:
lsp-glib-3.0
Content:
Properties:
public
bool
supported
{
get
; }
Whether the capability object is present.
public
bool
supports_prepare
{
get
;
set
; }
The server supports renames being checked and tested before being executed.
Creation methods:
public
RenameOptions
(
bool
supports_prepare)
public
RenameOptions.from_variant
(
Variant
variant)
throws
DeserializeError
Methods:
public
Variant
to_variant
()
Fields:
public
bool
_supported
public
bool
_supports_prepare