Method

IdeContextbuild_filename

Declaration

gchar*
ide_context_build_filename (
  IdeContext* self,
  const gchar* first_part,
  ...
)

Description

Creates a new path that starts from the working directory of the loaded project.

This method is not directly available to language bindings.

Parameters

first_part

Type: const gchar*

First path part.

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 string containing the new path.

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.