Method

AdwValueObjectcopy_value

Declaration [src]

void
adw_value_object_copy_value (
  AdwValueObject* value,
  GValue* dest
)

Description [src]

Copies data from the contained Value into dest.

Available since:1.0

Parameters

dest GValue*
 

GValue with correct type to copy into.

 The data is owned by the caller of the function.