Function

IdeSymbolKindget_gicon

Declaration

GIcon*
ide_symbol_kind_get_gicon (
  IdeSymbolKind kind
)

Description

Gets a GIcon to represent the symbol kind.

You may only call this from the main (GTK) thread.

Parameters

kind

Type: IdeSymbolKind

A IdeSymbolKind.

Return value

Type: GIcon

A GIcon or NULL.

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