Function
NumCosmoMathMSetFuncListregister
Declaration [src]
void
ncm_mset_func_list_register (
const gchar* name,
const gchar* symbol,
const gchar* ns,
const gchar* desc,
GType obj_type,
NcmMSetFuncListN func,
guint nvar,
guint dim
)
Parameters
name-
Type:
const gchar*Function name.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. symbol-
Type:
const gchar*Function symbol.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. ns-
Type:
const gchar*Namespace.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. desc-
Type:
const gchar*Function description.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. obj_type-
Type:
GTypeObject type.
func-
Type:
NcmMSetFuncListNFunction pointer.
nvar-
Type:
guintNumber of variables.
dim-
Type:
guintFunction dimension.