Method

GObjectValueget_object

Declaration

GObject*
g_value_get_object (
  const GValue* value
)

Description

Get the contents of a G_TYPE_OBJECT derived GValue.

Return value

Type: GObject

Object contents of value.

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