Indicator


Description:

[ CCode ( has_construct_function = false ) ]
public Indicator (string id, string icon_name, IndicatorCategory category)

Creates a new Indicator setting the properties: id with id, category with category and icon_name with icon_name.

Parameters:

id

The unique id of the indicator to create

icon_name

The icon name for this indicator

category

The category of the indicator

Returns:

A pointer to a new Indicator object