Method

GObjectValueset_boxed

Declaration

void
g_value_set_boxed (
  GValue* value,
  gconstpointer v_boxed
)

Description

Set the contents of a G_TYPE_BOXED derived GValue to v_boxed.

Parameters

v_boxed

Type: gconstpointer

Boxed value to be set.

The argument can be NULL.
The data is owned by the caller of the function.