Method

GObjectValueget_pointer

Declaration

gpointer
g_value_get_pointer (
  const GValue* value
)

Description

Get the contents of a pointer GValue.

Return value

Type: gpointer

Pointer contents of value.

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