Function

IdeDiagnosticSeverityto_string

Declaration

const gchar*
ide_diagnostic_severity_to_string (
  IdeDiagnosticSeverity severity
)

Description

Returns a string suitable to represent the diagnsotic severity.

Available since:3.32

Parameters

severity IdeDiagnosticSeverity
 

A IdeDiagnosticSeverity.

Return value

Returns: utf8
 

A string.

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