Function Macro

GObjectVALUE_HOLDS_DOUBLE

Declaration

#define G_VALUE_HOLDS_DOUBLE (
  value
)

Description

Checks whether the given GValue can hold values of type G_TYPE_DOUBLE.

This function is not directly available to language bindings.

Parameters

value

Type: -

A valid GValue structure.