set_char
Description:
[ Version ( deprecated = true , deprecated_since = "2.32" ) ]
public void set_char (char v_char)
Warning: set_char is deprecated since 2.32.
Set the contents of a g_type_char Value to v_char
.
Note:
This function's input type is broken, see set_schar
Parameters:
this |
a valid Value of type g_type_char
|
v_char |
character value to be set
|