Function

NumCosmoMathcfg_exists

Declaration [src]

gboolean
ncm_cfg_exists (
  const gchar* filename,
  ...
)

Description [src]

Checks if filename exists in the numcosmo path.

This function is not directly available to language bindings.

Parameters

filename

Type: const gchar*

Filename to search in the numcosmo path.

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 for filename string.

Return value

Type: gboolean

TRUE if filename exists.