Function
Grlg_value_dup
Declaration [src]
GValue*
grl_g_value_dup (
const GValue* value
)
Parameters
value
-
Type:
GValue
The
GValue
to copy.The data is owned by the caller of the function.
Return value
Type: GValue
A duplicated GValue
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |