Method

GObjectValuefits_pointer

Declaration

gboolean
g_value_fits_pointer (
  const GValue* value
)

Description

Determines if value will fit inside the size of a pointer value. This is an internal function introduced mainly for C marshallers.

Return value

Type: gboolean

TRUE if value will fit inside a pointer value.