Method

IdeTestget_display_name

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

Returns: utf8
 

The display_name of the test or NULL.

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