Method

GObjectValuecopy

Declaration [src]

void
g_value_copy (
  const GValue* src_value,
  GValue* dest_value
)

Description [src]

Copies the value of src_value into dest_value.

Parameters

dest_value

Type: GValue

An initialized GValue structure of the same type as src_value.

The data is owned by the caller of the method.