Constructor
IdeLspCodeActionnew
Declaration
IdeLspCodeAction*
ide_lsp_code_action_new (
IdeLspClient* client,
const gchar* title,
const gchar* command,
GVariant* arguments,
IdeLspWorkspaceEdit* workspace_edit
)
Parameters
client-
Type:
IdeLspClientNo description available.
The data is owned by the caller of the function. title-
Type:
const gchar*No description available.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. command-
Type:
const gchar*No description available.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. arguments-
Type:
GVariantNo description available.
The data is owned by the caller of the function. workspace_edit-
Type:
IdeLspWorkspaceEditNo description available.
The data is owned by the caller of the function.
Return value
Type: IdeLspCodeAction
No description available.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |