Function

NumCosmoHIPertBGVarclass_register_id

Declaration [src]

void
nc_hipert_bg_var_class_register_id (
  const gchar* ns,
  const gchar* desc,
  const gchar* long_desc,
  guint cstruct_size
)

Description [src]

Registers a new background variable class with the given namespace and descriptions.

This function is not directly available to language bindings.

Parameters

ns

Type: const gchar*

Object namespace.

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

Type: const gchar*

Short description.

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

Type: const gchar*

Long description.

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

Type: guint

Component struct size.