Method

GObjectValueset_uint

Declaration

void
g_value_set_uint (
  GValue* value,
  guint v_uint
)

Description

Set the contents of a G_TYPE_UINT GValue to v_uint.

Parameters

v_uint

Type: guint

Unsigned integer value to be set.