Method

GObjectValueset_int

Declaration

void
g_value_set_int (
  GValue* value,
  gint v_int
)

Description

Set the contents of a G_TYPE_INT GValue to v_int.

Parameters

v_int

Type: gint

Integer value to be set.