auto ggg = GValue("123");
file_12.d(27): Error: cannot implicitly convert expression
("123") of type string to GType
GValue ggg = {"ki",};
file_12.d(22): Error: cannot implicitly convert expression ("ki")
of type string to GType
auto ggg = GValue("123");
file_12.d(27): Error: cannot implicitly convert expression
("123") of type string to GType
GValue ggg = {"ki",};
file_12.d(22): Error: cannot implicitly convert expression ("ki")
of type string to GType