Constructor

NumCosmoMathMSetFuncListnew_ns_name

Declaration [src]

NcmMSetFuncList*
ncm_mset_func_list_new_ns_name (
  const gchar* ns,
  const gchar* name,
  GObject* obj
)

Description [src]

Creates a new instance of NcmMSetFuncList based on the provided ns and name. The obj must match the type as the registered object.

Parameters

ns

Type: const gchar*

Function namespace.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
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.
obj

Type: GObject

Associated object.

The argument can be NULL.
The data is owned by the caller of the function.

Return value

Type: NcmMSetFuncList

Newly created NcmMSetFuncList.

The caller of the function takes ownership of the data, and is responsible for freeing it.