Class
LspAction
Description
abstract class Lsp.Action : GObject.TypeInstance
{
volatile int ref_count
}
A generic action that can be performed, such as a command or a refactoring. This is more generic than LspResourceOperation.
Class structure
struct LspActionClass {
GVariant* (* to_variant) (
LspAction* self
);
}
No description available.
Class members
to_variant: GVariant* (* to_variant) ( LspAction* self )No description available.