Value.setChar

Warning g_value_set_char has been deprecated since version 2.32 and should not be used in newly-written code. This function's input type is broken, see g_value_set_schar() Set the contents of a G_TYPE_CHAR GValue to v_char.

class Value
void
setChar
(
char vChar
)

Parameters

vChar char

character value to be set

Meta