Virtual Method

JsonSerializableset_property

Declaration [src]

void
set_property (
  JsonSerializable* serializable,
  GParamSpec* pspec,
  const GValue* value
)

Description [src]

Calls the Json.SerializableIface.set_property implementation on the JsonSerializable instance, which will set the property with the given value.

Available since:0.14

Parameters

pspec GParamSpec*
 

A property description.

 The data is owned by the caller of the function.
value const GValue*
 

The property value to set.

 The data is owned by the caller of the function.