Method

IdeProjectFileget_display_name

Declaration

const gchar*
ide_project_file_get_display_name (
  IdeProjectFile* self
)

Description

Gets the display-name for the file, which should be shown to users.

Available since:3.32

Return value

Returns: utf8
 

A string containing the display name.

 The data is owned by the instance.
 The string is a NUL terminated UTF-8 string.