[Vala] Help with manual binding vapi for old C lib that uses only ASCII.



In libgvc.vapi :

[CCode (cname = "gvLayout")]
public int layout (Graph graph, [CCode (type = "char*")] string layout_engine);

Does [CCode (type = "char*")] limit string to ascii only?

If not should I just use char*?



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]