Function

NumCosmoMathcfg_enum_print_all

Declaration [src]

void
ncm_cfg_enum_print_all (
  GType enum_type,
  const gchar* header
)

Description [src]

Prints all enum values from enum_type.

Parameters

enum_type

Type: GType

Enum type GType.

header

Type: const gchar*

Header string.

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