Virtual Method

IdeBuildTargetget_display_name

Declaration

gchar*
get_display_name (
  IdeBuildTarget* self
)

Description

No description available.

Return value

Type: gchar*

A display name for the build target to be displayed in UI. May contain pango markup.

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