Method

FoundryDiagnosticBuildertake_message

Declaration [src]

void
foundry_diagnostic_builder_take_message (
  FoundryDiagnosticBuilder* self,
  char* text
)

Description

No description available.

Parameters

text

Type: char*

No description available.

The instance takes ownership of the data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.