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