Class

IdeLspCodeAction

since: 45

Description

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

Available since: 45

Ancestors

Implements

Constructors

ide_lsp_code_action_new
No description available.

since: 45

Instance methods

ide_lsp_code_action_get_client

Gets the client to use for the code action.

since: 45

ide_lsp_code_action_set_client
No description available.

since: 45

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.

since: 45

ide_code_action_execute_finish
No description available.

since: 45

ide_code_action_get_title
No description available.

since: 45

Properties

Ide.LspCodeAction:client
No description available.

since: 45

Ide.LspCodeAction:title
No description available.

since: 45

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

since: 45

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.

since: 2.0

Class structure

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