Method

IdePipelinebuild_builddir_path

Declaration

gchar*
ide_pipeline_build_builddir_path (
  IdePipeline* self,
  const gchar* first_part,
  ...
)

Description

This is a convenience function to create a new path that starts with the build directory for this build configuration.

This is functionally equivalent to calling g_build_filename() with the result of ide_pipeline_get_builddir() as the first parameter.

This method is not directly available to language bindings.

Parameters

first_part

Type: const gchar*

No description available.

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

Type: 

No description available.

Return value

Type: gchar*

A newly allocated string.

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