Indicator.with_path


Description:

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

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

Parameters:

id

The unique id of the indicator to create

icon_name

The icon name for this indicator

category

The category of the indicator.

icon_theme_path

A custom path for finding icons

Returns:

A pointer to a new Indicator object