Method

FoundryBuildStagedup_kind

Declaration [src]

char*
foundry_build_stage_dup_kind (
  FoundryBuildStage* self
)

Description

No description available.

Return value

Type: char*

The kind of the stage such as “flatpak”.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.