Constructor

NumCosmoMathMSetFuncListnew

Declaration [src]

NcmMSetFuncList*
ncm_mset_func_list_new (
  const gchar* full_name,
  GObject* obj
)

Description [src]

Generates a new instance of NcmMSetFuncList based on the provided full_name. The full_name should adhere to the “namespace:name” format, aligning with a registered function. The associated obj must match the type as the registered object.

Parameters

full_name

Type: const gchar*

Function full 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.