Function

Purplevalue_free

since: 3.0

Declaration [src]

void
purple_value_free (
  GValue* value
)

Description [src]

Frees a GValue.

Available since: 3.0

Parameters

value

Type: GValue

The GValue to free.

The data is owned by the caller of the function.