Method

IdeBufferget_symbol_resolvers

Declaration

GPtrArray*
ide_buffer_get_symbol_resolvers (
  IdeBuffer* self
)

Description

Gets the symbol resolvers for the buffer based on the current language. The resolvers in the resulting array are sorted by priority.

Return value

Type: An array of None

A GPtrArray of IdeSymbolResolver.

The caller of the method takes ownership of the data, and is responsible for freeing it.