Class

IdeLspCodeAction

Description

class Ide.LspCodeAction : GObject.Object
  implements Ide.CodeAction {
  /* No available fields */
}
No description available.

Hierarchy

hierarchy this IdeLspCodeAction implements_0 IdeCodeAction this--implements_0 ancestor_0 GObject ancestor_0--this

Ancestors

Implements

Constructors

ide_lsp_code_action_new
No description available.

Instance methods

ide_lsp_code_action_get_client

Gets the client to use for the code action.

ide_lsp_code_action_set_client
No description available.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Methods inherited from IdeCodeAction (3)
ide_code_action_execute_async
No description available.

ide_code_action_execute_finish
No description available.

ide_code_action_get_title
No description available.

Properties

Ide.LspCodeAction:client
No description available.

Ide.LspCodeAction:title
No description available.

Properties inherited from IdeCodeAction (1)
IdeCodeAction:title
No description available.

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct IdeLspCodeActionClass {
  GObjectClass parent_class;
  
}
No description available.
Class members
parent_class: GObjectClass
No description available.