Virtual Method

FoundryDiagnosticToolextract_from_stdout

Declaration [src]

DexFuture*
extract_from_stdout (
  FoundryDiagnosticTool* self,
  GFile* file,
  GBytes* contents,
  const char* language,
  GBytes* stdout_bytes
)

Description

No description available.

Parameters

file

Type: GFile

No description available.

The data is owned by the caller of the method.
contents

Type: GBytes

No description available.

The data is owned by the caller of the method.
language

Type: const char*

No description available.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.
stdout_bytes

Type: GBytes

No description available.

The data is owned by the caller of the method.

Return value

Type: DexFuture

No description available.

The returned data is owned by the instance.