Method

NumCosmoMathTimerset_name

Declaration [src]

void
ncm_timer_set_name (
  NcmTimer* nt,
  const gchar* name
)

Description [src]

This functions set the named name to the nt NcmTimer.

Parameters

name

Type: const gchar*

A string.

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