Method

NumCosmoMathSerializeset_property

Declaration [src]

void
ncm_serialize_set_property (
  NcmSerialize* ser,
  GObject* obj,
  const gchar* prop_str
)

Description [src]

Deserialize the set of object properties in params and sets the obj.

Parameters

obj

Type: GObject

A GObject.

The data is owned by the caller of the method.
prop_str

Type: const gchar*

A string containing the parameters to set.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.