Method
GObjectValuecopy
Declaration [src]
void
g_value_copy (
const GValue* src_value,
GValue* dest_value
)
Parameters
dest_value
-
Type:
GValue
An initialized
GValue
structure of the same type assrc_value
.The data is owned by the caller of the method.