Method

GObjectValueget_boxed

Declaration

gpointer
g_value_get_boxed (
  const GValue* value
)

Description

Get the contents of a G_TYPE_BOXED derived GValue.

Return value

Type: gpointer

Boxed contents of value.

The data is owned by the instance.
The return value can be NULL.