Method

NumCosmoMathSerializecontain_instance

Declaration [src]

gboolean
ncm_serialize_contain_instance (
  NcmSerialize* ser,
  GObject* obj
)

Description [src]

Checks if the GObject instance obj is contained in ser.

Parameters

obj

Type: GObject

A GObject.

The data is owned by the caller of the method.

Return value

Type: gboolean

If obj is already in ser.