Method

NumCosmoMathSerializeunset

Declaration [src]

void
ncm_serialize_unset (
  NcmSerialize* ser,
  GObject* obj
)

Description [src]

Removes the object obj to ser using name, it does nothing if the instance obj is not present in ser.

Parameters

obj

Type: GObject

A GObject.

The data is owned by the caller of the method.