Virtual Method

IdeConfigget_description

Declaration

char*
get_description (
  IdeConfig* self
)

Description

Describes the type of config this is.

Examples might include “.buildconfig” or “Flatpak”.

Return value

Type: char*

A string describing the configuration.

The caller of the function takes ownership of the data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.