Method

IdeDebuggerget_display_name

Declaration

const gchar*
ide_debugger_get_display_name (
  IdeDebugger* self
)

Description

Gets the display name for the debugger as the user should see it in various UI components.

Available since:3.32

Return value

Returns: utf8
 

The display name for the debugger.

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