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