GTKD2 GValue Type

Sergey via Digitalmars-d digitalmars-d at puremagic.com
Wed Nov 19 17:29:26 PST 2014


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


More information about the Digitalmars-d mailing list