Value.getChar

Warning g_value_get_char has been deprecated since version 2.32 and should not be used in newly-written code. This function's return type is broken, see g_value_get_schar() Do not use this function; it is broken on platforms where the char type is unsigned, such as ARM and PowerPC. See g_value_get_schar(). Get the contents of a G_TYPE_CHAR GValue.

class Value
char
getChar
()

Return Value

Type: char

character contents of value

Meta