Method

GObjectValueset_boolean

Declaration

void
g_value_set_boolean (
  GValue* value,
  gboolean v_boolean
)

Description

Set the contents of a G_TYPE_BOOLEAN GValue to v_boolean.

Parameters

v_boolean

Type: gboolean

Boolean value to be set.