Method

Adw.ValueObject.copy_value

Declaration [src]

void
adw_value_object_copy_value (
  AdwValueObject* value,
  GValue* dest
)

Description [src]

Copies data from the contained Value into dest.

Parameters

dest GValue*
 

GValue with correct type to copy into

 Ownership is not transferred to the callee