Method

GObjectValueset_uchar

Declaration

void
g_value_set_uchar (
  GValue* value,
  guchar v_uchar
)

Description

Set the contents of a G_TYPE_UCHAR GValue to v_uchar.

Parameters

v_uchar

Type: guchar

Unsigned character value to be set.