Method

GObjectValueset_schar

since: 2.32

Declaration

void
g_value_set_schar (
  GValue* value,
  gint8 v_char
)

Description

Set the contents of a G_TYPE_CHAR GValue to v_char.

Available since: 2.32

Parameters

v_char

Type: gint8

Signed 8 bit integer to be set.