Method

IdeTestget_display_name

since: 3.32

Declaration

const gchar*
ide_test_get_display_name (
  IdeTest* self
)

Description

Gets the “display-name” property of the test.

Available since: 3.32

Gets propertyIde.Test:display-name

Return value

Type: const gchar*

The display_name of the test or NULL.

The data is owned by the instance.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.