Function Macro

GObjectVALUE_HOLDS_OBJECT

Declaration

#define G_VALUE_HOLDS_OBJECT (
  value
)

Description

Checks whether the given GValue can hold values derived from type G_TYPE_OBJECT.

This function is not directly available to language bindings.

Parameters

value

Type: -

A valid GValue structure.