Method

IdeBufferget_code_action_provider

since: 44

Declaration

IdeCodeActionProvider*
ide_buffer_get_code_action_provider (
  IdeBuffer* self
)

Description

Gets the code action provider, if any.

Available since: 44

Return value

Type: IdeCodeActionProvider

An IdeCodeActionProvider or NULL.

The data is owned by the instance.
The return value can be NULL.