Function

NumCosmoMathcfg_get_fullpath

Declaration [src]

gchar*
ncm_cfg_get_fullpath (
  const gchar* filename,
  ...
)

Description [src]

Gets the full path of filename.

This function is not directly available to language bindings.

Parameters

filename

Type: const gchar*

Filename.

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

Type: 

A variable number of arguments.

Return value

Type: gchar*

The full path of filename.

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