Function

Purplevalue_dup

since: 2.0

Declaration [src]

GValue*
purple_value_dup (
  GValue* value
)

Description [src]

Duplicates a GValue.

Available since: 2.0

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.